Author: pero
Date: Thu Jun  7 01:37:01 2007
New Revision: 545103

URL: http://svn.apache.org/viewvc?view=rev&rev=545103
Log:
Better explain how fastasyncqueue optional recovery work.

Modified:
    tomcat/container/tc5.5.x/webapps/docs/cluster-howto.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/cluster-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/cluster-howto.xml?view=diff&rev=545103&r1=545102&r2=545103
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/cluster-howto.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/cluster-howto.xml Thu Jun  7 01:37:01 
2007
@@ -687,7 +687,9 @@
 </p>
 <p>
 Example to get a lot of statistic information, wait for ACK and
-recover after connection failure (wait 5 secs and 6 trails (==30 secs Mcast 
Timeout) <br/>
+recover after connection failure. Wait 5 secs with attribute 
<i>recoverTimeout</i>, make 6 trails
+with attribute <i>recoverCounter</i> and use 30 secs 
(<i>mcastDropTime="30000"</i>) timeout
+at Service element <br/>
 <source>
     &lt;Sender
       className="org.apache.catalina.cluster.tcp.ReplicationTransmitter"



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

Reply via email to