mturk       2002/10/22 05:45:40

  Modified:    jk/xdocs/jk2 configwebcom.xml
  Log:
  Describe the max_connections for ajp13 worker.
  
  Revision  Changes    Path
  1.4       +9 -0      jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml
  
  Index: configwebcom.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- configwebcom.xml  15 Oct 2002 14:00:11 -0000      1.3
  +++ configwebcom.xml  22 Oct 2002 12:45:40 -0000      1.4
  @@ -423,6 +423,15 @@
                               <td/>
                               <td/>
                           </tr>
  +                        <tr>
  +                            <td>max_connections</td>
  +                            <td>0 (unlimited)</td>
  +                            <td>Maximum number of currently used endpoints.
  +                                If the specified number is reached then the load 
balancer has the chance
  +                                to try another worker. This is very useful in 
situations when having multiple
  +                                servers and you wish to finer grade the lb_factor.
  +                            </td>
  +                        </tr>
                       </table>
                   </p>
               </subsection>
  
  
  

--
To unsubscribe, e-mail:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to