cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_workerEnv.h jk_worker.h jk_vm.h jk_uriMap.h jk_uriEnv.h jk_shm.h jk_service.h jk_requtil.h jk_pool.h jk_objCache.h jk_mutex.h jk_msg.h jk_md5.h jk_map.h jk_logger.h jk_handler.h jk_global.h jk_env.h jk_endpoint.h jk_config.h jk_channel.h jk_bean.h

2004-03-21 Thread mturk
mturk 2004/03/21 01:39:58 Modified:jk/native2/include jk_workerEnv.h jk_worker.h jk_vm.h jk_uriMap.h jk_uriEnv.h jk_shm.h jk_service.h jk_requtil.h jk_pool.h jk_objCache.h jk_mutex.h jk_msg.h jk_md5.h jk_map.h

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_workerEnv.h

2004-03-15 Thread mturk
mturk 2004/03/15 03:53:15 Modified:jk/native2/include jk_workerEnv.h Log: Removed the childGeneration checking Revision ChangesPath 1.32 +0 -1 jakarta-tomcat-connectors/jk/native2/include/jk_workerEnv.h Index: jk_workerEnv.h

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_workerEnv.h

2004-03-13 Thread mturk
mturk 2004/03/13 00:46:26 Modified:jk/native2/include jk_workerEnv.h Log: Add the maxDaemons to the workerEnv struct. So we can know if we are inside single or muti child server. Revision ChangesPath 1.31 +3 -1

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_workerEnv.h jk_worker.h jk_vm.h jk_uriMap.h jk_uriEnv.h jk_shm.h jk_service.h jk_requtil.h jk_pool.h jk_objCache.h jk_mutex.h jk_map.h jk_logger.h jk_handler.h jk_global.h jk_env.h jk_endpoint.h jk_config.h jk_channel.h jk_bean.h

2003-02-03 Thread mturk
mturk 2003/02/03 23:40:33 Modified:jk/native2/include jk_workerEnv.h jk_worker.h jk_vm.h jk_uriMap.h jk_uriEnv.h jk_shm.h jk_service.h jk_requtil.h jk_pool.h jk_objCache.h jk_mutex.h jk_map.h jk_logger.h

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_workerEnv.h

2002-10-26 Thread mturk
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

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_workerEnv.h

2002-05-23 Thread costin
costin 02/05/23 21:35:17 Modified:jk/native2/include jk_workerEnv.h Log: Added the dispatch code for mutex. As mentioned in the comment, a dynamic mechanism to handle IDs and allow use of names must be added ( someday ). Unless we switch to XPCOM or a similar object model

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_workerEnv.h

2002-04-25 Thread costin
costin 02/04/25 11:44:41 Modified:jk/native2/include jk_workerEnv.h Log: Simplified the registration of ajp handlers. Moved the hadnler definition to workerEnv. We'll eventually move to a dynamic mechanism ( instead of hardcoded values ), but later. Revision Changes

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_workerEnv.h

2002-04-10 Thread costin
costin 02/04/10 16:48:03 Modified:jk/native2/include jk_workerEnv.h Log: Added a pointer to the shm object. Note that the 'shm' doesn't depend directly on APR or shared memory availability. Other implementations are possible to support 'strange' OSes or workarounds, or

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_workerEnv.h

2002-01-25 Thread costin
costin 02/01/25 22:43:11 Modified:jk/native2/include jk_workerEnv.h Log: Added dispatch - process a single incoming message. ProcessCallbacks is all wrong - it doesn't work with non-stream channels like jni and it's to coarse. And it should be moved in channel - since each

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_workerEnv.h

2002-01-11 Thread costin
costin 02/01/11 20:44:32 Modified:jk/native2/include jk_workerEnv.h Log: Pointer to the vm. ( not sure if this is the best place, or if it should be a singleton - but different components will use the vm ). Revision ChangesPath 1.8 +8 -1

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_workerEnv.h

2001-12-12 Thread costin
costin 01/12/12 14:02:08 Modified:jk/native2/include jk_workerEnv.h Log: Added the handler table and processCallback. Revision ChangesPath 1.5 +16 -1 jakarta-tomcat-connectors/jk/native2/include/jk_workerEnv.h Index: jk_workerEnv.h

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_workerEnv.h

2001-12-01 Thread costin
costin 01/12/01 14:01:02 Added: jk/native2/include jk_workerEnv.h Log: WorkerEnv interface. It'll manage most configuration options for jk2. It's the result of moving jk_worker_env out of jk_service.h, plus most of the options that are duplicated in most server adapters.

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_workerEnv.h

2001-12-01 Thread costin
costin 01/12/01 17:04:51 Modified:jk/native2/common jk_workerEnv.c jk/native2/include jk_workerEnv.h Log: Added a 'perThreadWorker' option to replace the #ifdef REUSE_WORKER. This is the experimental option that uses per thread data instead of object pool to