mturk       2002/10/26 05:41:29

  Modified:    jk/native2/include jk_workerEnv.h
  Log:
  Add the childGeneration variable to the worken env that is
  readed from scoreboard for multiprocess servers, and gives the
  child generation number. This is used to prevent the initialization if
  the jvm fails with killing its own process.
  
  Revision  Changes    Path
  1.27      +2 -1      jakarta-tomcat-connectors/jk/native2/include/jk_workerEnv.h
  
  Index: jk_workerEnv.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/include/jk_workerEnv.h,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- jk_workerEnv.h    31 May 2002 17:49:07 -0000      1.26
  +++ jk_workerEnv.h    26 Oct 2002 12:41:29 -0000      1.27
  @@ -160,6 +160,7 @@
       */
       int childId;
       int childProcessId;
  +    int childGeneration;
   
       struct jk_env *globalEnv;
   
  
  
  

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