Author: fhanik
Date: Fri Mar  3 06:36:00 2006
New Revision: 382838

URL: http://svn.apache.org/viewcvs?rev=382838&view=rev
Log:
Refactored IDynamicProperty to only be in one place

Removed:
    
tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/util/IDynamicProperty.java
Modified:
    tomcat/container/tc5.5.x/modules/groupcom/to-do.txt
    tomcat/container/tc5.5.x/modules/ha/etc/cluster-server.xml
    
tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/tcp/SimpleTcpCluster.java

Modified: tomcat/container/tc5.5.x/modules/groupcom/to-do.txt
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/groupcom/to-do.txt?rev=382838&r1=382837&r2=382838&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/modules/groupcom/to-do.txt (original)
+++ tomcat/container/tc5.5.x/modules/groupcom/to-do.txt Fri Mar  3 06:36:00 2006
@@ -48,6 +48,8 @@
     The benefit of the new ParallelNioSender is that it doesn't require to 
know about
     a member to transfer state, all it has to do is to reply to a message that 
came in.
     beee-aaaa-uuuu-tiful.
+    
+14. Keepalive count and idle kill off 
 
 Tasks Completed
 ===========================================

Modified: tomcat/container/tc5.5.x/modules/ha/etc/cluster-server.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/ha/etc/cluster-server.xml?rev=382838&r1=382837&r2=382838&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/modules/ha/etc/cluster-server.xml (original)
+++ tomcat/container/tc5.5.x/modules/ha/etc/cluster-server.xml Fri Mar  3 
06:36:00 2006
@@ -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"

Modified: 
tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/tcp/SimpleTcpCluster.java
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/tcp/SimpleTcpCluster.java?rev=382838&r1=382837&r2=382838&view=diff
==============================================================================
--- 
tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/tcp/SimpleTcpCluster.java
 (original)
+++ 
tomcat/container/tc5.5.x/modules/ha/src/share/org/apache/catalina/ha/tcp/SimpleTcpCluster.java
 Fri Mar  3 06:36:00 2006
@@ -48,7 +48,7 @@
 import org.apache.catalina.tribes.group.GroupChannel;
 
 import org.apache.catalina.ha.session.DeltaManager;
-import org.apache.catalina.ha.util.IDynamicProperty;
+import org.apache.catalina.tribes.util.IDynamicProperty;
 import org.apache.catalina.util.LifecycleSupport;
 import org.apache.catalina.util.StringManager;
 import org.apache.commons.logging.Log;



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to