costin      2003/03/03 23:20:11

  Modified:    jk/native2/include jk_worker.h
  Log:
  Added a field to explicitely control "graceful" stop state.
  Using disabled was very confusing.
  
  Revision  Changes    Path
  1.30      +6 -2      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.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- jk_worker.h       4 Feb 2003 07:40:32 -0000       1.29
  +++ jk_worker.h       4 Mar 2003 07:20:11 -0000       1.30
  @@ -211,7 +211,11 @@
        *  or when the configuration changes.
        */
       int in_error_state;
  -        
  +
  +    /** Explicit field for gracefull state. In this mode only requests with 
  +        session IDs matching the worker will be forwarded, nothing else */
  +    int graceful;
  +    
       /* Worker priority.
        * Workers with lower priority are allways preffered - regardless of lb_value
        * This is user to represent 'local' workers ( we can call it 'proximity' or 
'distance' )
  
  
  

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

Reply via email to