[jboss-cvs] JBossAS SVN: r57250 - branches/Branch_4_0/tomcat/src/resources

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


Author: bstansberry at jboss.com
Date: 2006-09-27 21:42:19 -0400 (Wed, 27 Sep 2006)
New Revision: 57250

Modified:
   branches/Branch_4_0/tomcat/src/resources/tc5-cluster-service.xml
Log:
Add the tcp_nodelay attribute

Modified: branches/Branch_4_0/tomcat/src/resources/tc5-cluster-service.xml
===================================================================
--- branches/Branch_4_0/tomcat/src/resources/tc5-cluster-service.xml	2006-09-28 01:40:43 UTC (rev 57249)
+++ branches/Branch_4_0/tomcat/src/resources/tc5-cluster-service.xml	2006-09-28 01:42:19 UTC (rev 57250)
@@ -151,7 +151,7 @@
            <!--
            <config>
               <TCP bind_addr="thishost" start_port="7810" loopback="true" 
-                   down_thread="false" up_thread="false"/>
+                   tcp_nodelay="false" down_thread="false" up_thread="false"/>
               <TCPPING initial_hosts="thishost[7810],otherhost[7810]" 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