mturk       2002/10/18 08:21:01

  Modified:    jk/native2/include jk_worker.h
  Log:
  Add maxEndpoints option
  
  Revision  Changes    Path
  1.28      +11 -1     jakarta-tomcat-connectors/jk/native2/include/jk_worker.h
  
  Index: jk_worker.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/include/jk_worker.h,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- jk_worker.h       14 Oct 2002 06:32:49 -0000      1.27
  +++ jk_worker.h       18 Oct 2002 15:21:01 -0000      1.28
  @@ -162,6 +162,16 @@
        */
       struct jk_map *endpointMap;
   
  +    /* Maximum number of endpoints per worker.
  +       The default value is 0, meaning unlimited.
  +     */
  +    int maxEndpoints;
  +
  +    /* Indicates that worker has reached maximum number of 'used'
  +       connections.  
  +     */
  +    int in_max_epcount;
  +
       /** Request pool cache. XXX We may use a pool of requests.
        */
       struct jk_objCache *rPoolCache;
  
  
  

--
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