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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 9 21:51:32 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-07-09 21:51:32 -0400 (Mon, 09 Jul 2007)
New Revision: 63922

Modified:
   trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml
Log:
Disable bundling due to added latency

Modified: trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml
===================================================================
--- trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml	2007-07-09 21:46:45 UTC (rev 63921)
+++ trunk/cluster/src/resources/jgroups/multiplexer-stacks.xml	2007-07-10 01:51:32 UTC (rev 63922)
@@ -24,7 +24,7 @@
              use_outgoing_packet_handler="false"
              ip_ttl="${jgroups.udp.ip_ttl:2}"
              down_thread="false" up_thread="false"
-             enable_bundling="true"/>
+             enable_bundling="false"/>
           <PING timeout="2000"
              down_thread="false" up_thread="false" num_initial_members="3"/>
           <MERGE2 max_interval="100000"
@@ -129,7 +129,7 @@
                  use_incoming_packet_handler="true"
                  use_outgoing_packet_handler="false"
                  down_thread="false" up_thread="false"
-                 enable_bundling="true"
+                 enable_bundling="false"
                  use_send_queues="false"
                  sock_conn_timeout="300"
                  skip_suspected_members="true"/>
@@ -236,7 +236,7 @@
                    use_incoming_packet_handler="true"
                    use_outgoing_packet_handler="false"
                    down_thread="false" up_thread="false"
-                   enable_bundling="true"
+                   enable_bundling="false"
                    start_port="7700"
                    use_send_queues="false"
                    sock_conn_timeout="300" skip_suspected_members="true"




More information about the jboss-cvs-commits mailing list