[jboss-cvs] JBossAS SVN: r99423 - trunk/server/src/etc/deploy.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 14 14:43:18 EST 2010


Author: david.lloyd at jboss.com
Date: 2010-01-14 14:43:17 -0500 (Thu, 14 Jan 2010)
New Revision: 99423

Modified:
   trunk/server/src/etc/deploy/thread-pool-jboss-beans.xml
Log:
Add a simple direct executor deployment which is available for use from all subsequent deployments

Modified: trunk/server/src/etc/deploy/thread-pool-jboss-beans.xml
===================================================================
--- trunk/server/src/etc/deploy/thread-pool-jboss-beans.xml	2010-01-14 18:30:23 UTC (rev 99422)
+++ trunk/server/src/etc/deploy/thread-pool-jboss-beans.xml	2010-01-14 19:43:17 UTC (rev 99423)
@@ -30,6 +30,9 @@
       <!-- The system thread group for all JBoss threads. -->
       <thread-group name="SystemThreadGroup" group-name="System Threads" daemon="true"/>
 
+      <!-- A simple direct executor which is always available for use. -->
+      <direct-executor name="DirectExecutor"/>
+
       <!--
         ~ This thread pool is for SHORT-RUNNING tasks that block very little or not at all.  Long-running
         ~ tasks submitted to this pool may cause starvation and extended blocking.




More information about the jboss-cvs-commits mailing list