[jboss-cvs] JBossAS SVN: r62786 - branches/Branch_4_2/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 3 12:52:27 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-05-03 12:52:27 -0400 (Thu, 03 May 2007)
New Revision: 62786

Modified:
   branches/Branch_4_2/tomcat/src/resources/jboss-web-cluster-service.xml
Log:
[JBPAPP-124] Disable bundling as it seems to add significant latency in some situations

Modified: branches/Branch_4_2/tomcat/src/resources/jboss-web-cluster-service.xml
===================================================================
--- branches/Branch_4_2/tomcat/src/resources/jboss-web-cluster-service.xml	2007-05-03 16:51:35 UTC (rev 62785)
+++ branches/Branch_4_2/tomcat/src/resources/jboss-web-cluster-service.xml	2007-05-03 16:52:27 UTC (rev 62786)
@@ -114,13 +114,13 @@
 		             mcast_send_buf_size="640000"
 		             loopback="false"
 		             discard_incompatible_packets="true"
+		             enable_bundling="false"
 		             max_bundle_size="64000"
 		             max_bundle_timeout="30"
 		             use_incoming_packet_handler="true"
 		             use_outgoing_packet_handler="false"
 		             ip_ttl="${jgroups.udp.ip_ttl:2}"
-		             down_thread="false" up_thread="false"
-		             enable_bundling="true"/>
+		             down_thread="false" up_thread="false"/>
 		          <PING timeout="2000"
 		             down_thread="false" up_thread="false" num_initial_members="3"/>
 		          <MERGE2 max_interval="100000"
@@ -159,12 +159,12 @@
 	                 recv_buf_size="20000000"
 	                 send_buf_size="640000"
 	                 discard_incompatible_packets="true"
+	                 enable_bundling="false"
 	                 max_bundle_size="64000"
 	                 max_bundle_timeout="30"
 	                 use_incoming_packet_handler="true"
 	                 use_outgoing_packet_handler="false"
 	                 down_thread="false" up_thread="false"
-	                 enable_bundling="true"
 	                 use_send_queues="false"
 	                 sock_conn_timeout="300"
 	                 skip_suspected_members="true"/>




More information about the jboss-cvs-commits mailing list