You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2004/03/15 12:53:05 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_vm_default.c

mturk       2004/03/15 03:53:05

  Modified:    jk/native2/common jk_vm_default.c
  Log:
  Removed the childGeneration checking
  
  Revision  Changes    Path
  1.33      +0 -7      jakarta-tomcat-connectors/jk/native2/common/jk_vm_default.c
  
  Index: jk_vm_default.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_vm_default.c,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- jk_vm_default.c	24 Feb 2004 08:44:40 -0000	1.32
  +++ jk_vm_default.c	15 Mar 2004 11:53:05 -0000	1.33
  @@ -611,13 +611,6 @@
       
       workerEnv=env->getByName( env, "workerEnv" );
       
  -    /* TODO: use timeframe for child generation
  -     * 
  -    */
  -    if (workerEnv->childGeneration > 10) {
  -        result->disabled = 1;
  -        return JK_OK;
  -    }
       jkvm = (jk_vm_t *)pool->calloc(env, pool, sizeof(jk_vm_t ));
   
       jkvm->pool=pool;
  
  
  

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