mturk       2002/11/21 01:03:39

  Modified:    jk/native2/include jk_bean.h
  Log:
  Get rid of the one-shot worker initialization scheme.
  It doesn't work as it should, and it slows down the load balacer.
  Once when service channel will be introduced it will take care of that.
  
  Revision  Changes    Path
  1.8       +0 -5      jakarta-tomcat-connectors/jk/native2/include/jk_bean.h
  
  Index: jk_bean.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/include/jk_bean.h,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- jk_bean.h 29 Jun 2002 18:34:36 -0000      1.7
  +++ jk_bean.h 21 Nov 2002 09:03:38 -0000      1.8
  @@ -155,11 +155,6 @@
        */
       int disabled;
   
  -    /* Initialize. Will be set to 0 after first service 
  -     * call to the worker.
  -     */
  -    int initialize;
  -
       /** Object 'version'. Used to detect changes in config.
        *  XXX will be set to the timestamp of the last config modification.
        */
  
  
  

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

Reply via email to