Author: mturk
Date: Tue Oct  7 01:51:31 2008
New Revision: 702391

URL: http://svn.apache.org/viewvc?rev=702391&view=rev
Log:
Document the new usage for lb retries

Modified:
    tomcat/connectors/trunk/jk/xdocs/reference/workers.xml

Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/reference/workers.xml?rev=702391&r1=702390&r2=702391&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/reference/workers.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Tue Oct  7 01:51:31 
2008
@@ -532,10 +532,9 @@
 <directive name="retries" default="2" required="false">
 <warn>This directive also exists for normal workers.
 For those it has a <a href="#Advanced Worker Directives">different 
meaning</a>.</warn>
-If the load balancer can not get a free connection for a member worker
-from the pool, it will try again a number of times given by <b>retries</b>.
-Before each retry, it will make a small pause, starting with 50 milliseconds
-and doubling before each retry until a maximum of 100 milliseconds.
+If the load balancer can not get a valid member worker or in case of failover,
+it will try again a number of times given by <b>retries</b>.
+Before each retry, it will make a pause define by <b>retry_interval</b> 
directive.
 <p>
 Until version <b>1.2.16</b> the default value was 3.
 </p>



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

Reply via email to