/[Apache-SVN]/tomcat/container/tc5.5.x/modules/ha/etc/cluster-server.xml
ViewVC logotype

Diff of /tomcat/container/tc5.5.x/modules/ha/etc/cluster-server.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- tomcat/container/tc5.5.x/modules/ha/etc/cluster-server.xml	2006/03/03 14:29:10	382837
+++ tomcat/container/tc5.5.x/modules/ha/etc/cluster-server.xml	2006/03/03 14:36:00	382838
@@ -301,18 +301,18 @@
                     tcpThreadCount="6"
                     sendAck="true"
                     synchronized="true"
-                    rxBufSize="4096"
-                    txBufSize="128"/>
+                    rxBufSize="43800"
+                    txBufSize="25188"/>
 
                 <Sender
                     className="org.apache.catalina.tribes.tcp.ReplicationTransmitter"
-                    replicationMode="pooled"
+                    replicationMode="parallel"
                     ackTimeout="15000"
                     waitForAck="true"
-                    rxBufSize="4096"
-                    txBufSize="128"/>
+                    rxBufSize="43800"
+                    txBufSize="25188"/>
                     
-                <Interceptor className="org.apache.catalina.tribes.group.interceptors.GzipInterceptor"/>
+                <!--<Interceptor className="org.apache.catalina.tribes.group.interceptors.GzipInterceptor"/>-->
             </Channel>
             
             <Valve className="org.apache.catalina.ha.tcp.ReplicationValve"

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26