[jboss-cvs] JBossAS SVN: r68247 - trunk/cluster/src/resources/jgroups.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 13 12:39:28 EST 2007


Author: bstansberry at jboss.com
Date: 2007-12-13 12:39:28 -0500 (Thu, 13 Dec 2007)
New Revision: 68247

Modified:
   trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml
Log:
Correct tcp-sync-nonconcurrent's concurrent stack disabling

Modified: trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml
===================================================================
--- trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml	2007-12-13 17:23:07 UTC (rev 68246)
+++ trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml	2007-12-13 17:39:28 UTC (rev 68247)
@@ -459,8 +459,7 @@
                  use_send_queues="false"
                  sock_conn_timeout="300"
                  skip_suspected_members="true"
-                 
-                 thread_pool.enabled="false"/>
+                 use_concurrent_stack="false"/>
             <!-- Alternative 1: multicast-based automatic discovery. -->   
             <MPING timeout="3000"
                    num_initial_members="3"




More information about the jboss-cvs-commits mailing list