[jboss-cvs] JBossAS SVN: r57249 - branches/Branch_4_0/cluster/src/etc

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 27 21:40:44 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-09-27 21:40:43 -0400 (Wed, 27 Sep 2006)
New Revision: 57249

Modified:
   branches/Branch_4_0/cluster/src/etc/cluster-service.xml
Log:
[JBAS-3712] Use TCP_NO_DELAY in TCP config

Modified: branches/Branch_4_0/cluster/src/etc/cluster-service.xml
===================================================================
--- branches/Branch_4_0/cluster/src/etc/cluster-service.xml	2006-09-28 01:36:25 UTC (rev 57248)
+++ branches/Branch_4_0/cluster/src/etc/cluster-service.xml	2006-09-28 01:40:43 UTC (rev 57249)
@@ -69,7 +69,7 @@
          <Config>
             <TCP bind_addr="thishost" start_port="7800" loopback="true"
                  recv_buf_size="2000000" send_buf_size="640000"
-                 up_thread="false" down_thread="false"/>
+                 tcp_nodelay="true" up_thread="false" down_thread="false"/>
             <TCPPING initial_hosts="thishost[7800],otherhost[7800]" port_range="3" timeout="3500"
                num_initial_members="3" up_thread="false" down_thread="false"/>
             <MERGE2 min_interval="5000" max_interval="10000" 




More information about the jboss-cvs-commits mailing list