[jboss-cvs] JBossAS SVN: r93371 - in branches/JBPAPP_5_0: component-matrix and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 10 15:30:15 EDT 2009


Author: jason.greene at jboss.com
Date: 2009-09-10 15:30:15 -0400 (Thu, 10 Sep 2009)
New Revision: 93371

Modified:
   branches/JBPAPP_5_0/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
   branches/JBPAPP_5_0/component-matrix/pom.xml
Log:
Update to beta1 of JBC for now
Set the oob thread pool higher


Modified: branches/JBPAPP_5_0/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml
===================================================================
--- branches/JBPAPP_5_0/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2009-09-10 17:19:51 UTC (rev 93370)
+++ branches/JBPAPP_5_0/cluster/src/resources/jgroups/jgroups-channelfactory-stacks.xml	2009-09-10 19:30:15 UTC (rev 93371)
@@ -32,7 +32,7 @@
 		     thread_pool.rejection_policy="discard"
 		      
 		     oob_thread_pool.enabled="true"
-		     oob_thread_pool.min_threads="1"
+		     oob_thread_pool.min_threads="20"
 		     oob_thread_pool.max_threads="1000"
 		     oob_thread_pool.keep_alive_time="1000"
 		     oob_thread_pool.queue_enabled="false"

Modified: branches/JBPAPP_5_0/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_0/component-matrix/pom.xml	2009-09-10 17:19:51 UTC (rev 93370)
+++ branches/JBPAPP_5_0/component-matrix/pom.xml	2009-09-10 19:30:15 UTC (rev 93371)
@@ -56,7 +56,7 @@
     <version.org.jboss.aspects.security>1.0.0.GA</version.org.jboss.aspects.security>
     <version.org.jboss.bootstrap>1.0.1</version.org.jboss.bootstrap>
     <version.org.jboss.aspects.transaction>1.0.0.GA</version.org.jboss.aspects.transaction>
-    <version.org.jboss.cache.core>3.2.0.GA</version.org.jboss.cache.core>
+    <version.org.jboss.cache.core>3.2.1.BETA1</version.org.jboss.cache.core>
     <version.org.jboss.cache.pojo>3.0.0.GA</version.org.jboss.cache.pojo>
     <version.org.jboss.cl>2.0.6.GA</version.org.jboss.cl>
     <version.org.jboss.cluster.cache.jbc>2.0.1.GA</version.org.jboss.cluster.cache.jbc>




More information about the jboss-cvs-commits mailing list