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

2002-11-21 Thread mturk
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 Ch

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

2002-06-29 Thread mturk
mturk 2002/06/29 11:34:36 Modified:jk/native2/include jk_bean.h Log: Add the initialize flag/timeout. Revision ChangesPath 1.7 +5 -0 jakarta-tomcat-connectors/jk/native2/include/jk_bean.h Index: jk_bean.h ==

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_bean.h jk_channel.h jk_shm.h

2002-05-30 Thread costin
costin 02/05/30 11:03:59 Modified:jk/native2/include jk_bean.h jk_channel.h jk_shm.h Log: Added a special flag to indicate that an invoke() operation has a response. This allows as to use JNI_ABORT and discard the buffer for most operations, only few calls need the buffer.

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

2002-05-28 Thread costin
costin 02/05/28 15:47:43 Modified:jk/native2/common jk_env.c jk_handler_response.c jk_workerEnv.c jk/native2/include jk_bean.h Log: Few other small fixes. Save the index of the component in the object table. All jk components are long-lived,

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_bean.h jk_channel.h jk_endpoint.h jk_global.h jk_msg.h jk_worker.h jk_workerEnv.h

2002-05-16 Thread costin
costin 02/05/16 13:49:54 Modified:jk/native2/include jk_bean.h jk_channel.h jk_endpoint.h jk_global.h jk_msg.h jk_worker.h jk_workerEnv.h Log: Moved the 'id' to bean. Added a field for the processid. That's part of a very ugly workaround for the remov

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

2002-05-09 Thread costin
costin 02/05/09 13:51:29 Modified:jk/native2/include jk_bean.h Log: Add a state, to prevent double initialization and simplify things. Add 'introspection' info about multi-value properties. I'm still looking into that ( the issue is how we save/restore/change dynamically m