[jboss-cvs] JBossAS SVN: r62785 - branches/Branch_4_2/ejb3/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 3 12:51:35 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-05-03 12:51:35 -0400 (Thu, 03 May 2007)
New Revision: 62785

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

Modified: branches/Branch_4_2/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml
===================================================================
--- branches/Branch_4_2/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml	2007-05-03 16:50:31 UTC (rev 62784)
+++ branches/Branch_4_2/ejb3/src/resources/ejb3-clustered-sfsbcache-service.xml	2007-05-03 16:51:35 UTC (rev 62785)
@@ -49,13 +49,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"




More information about the jboss-cvs-commits mailing list