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

2003-10-26 Thread costin
costin 2003/10/26 11:16:22 Modified:jk/native2/common jk_endpoint.c jk_shm.c Log: Jk endpoint shouldn't fail if the shm slot can't be created. The shm is used for statistics ( jk_shm and the status worker ). Revision ChangesPath 1.25 +7 -4 jakarta-tomcat-conn

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

2003-03-04 Thread costin
costin 2003/03/04 16:01:49 Modified:jk/native2/common jk_endpoint.c Log: Set state. Revision ChangesPath 1.24 +3 -1 jakarta-tomcat-connectors/jk/native2/common/jk_endpoint.c Index: jk_endpoint.c ===

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

2002-07-08 Thread mturk
mturk 2002/07/08 06:40:27 Modified:jk/native2/common jk_endpoint.c Log: no message Revision ChangesPath 1.21 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_endpoint.c Index: jk_endpoint.c ==

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

2002-06-12 Thread jean-frederic clere
The core was the following: +++ (gdb) where #0 jk2_endpoint_init (env=0x8108b40, bean=0x8157de0) at ../../common/jk_endpoint.c:89 #1 0x403b13ab in jk2_workerEnv_addEndpoint (env=0x8108b40, wEnv=0x80f2668, ep=0x8157e58) at ../../common/jk_workerEnv.c:583 #2 0x403b26de in jk2_worker_ajp

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

2002-06-12 Thread jfclere
jfclere 2002/06/12 02:56:57 Modified:jk/native2/common jk_endpoint.c Log: Prevent core when createSlot fails. Revision ChangesPath 1.19 +7 -1 jakarta-tomcat-connectors/jk/native2/common/jk_endpoint.c Index: jk_endpoint.c =

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

2002-05-27 Thread nacho
nacho 02/05/27 14:57:45 Modified:jk/native2/common jk_endpoint.c Log: * Typos * initing stats object to NULL Revision ChangesPath 1.15 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_endpoint.c Index: jk_endpoint.c ==

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

2002-05-16 Thread costin
costin 02/05/16 13:57:27 Modified:jk/native2/common jk_endpoint.c Log: Few fixes in the endpoint handling of shm Revision ChangesPath 1.14 +25 -11jakarta-tomcat-connectors/jk/native2/common/jk_endpoint.c Index: jk_endpoint.c =

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

2002-05-15 Thread costin
costin 02/05/15 12:37:44 Modified:jk/native2/common jk_endpoint.c Log: Remove the getAttribute - there's no usefull information in endpoint, all the stuff has moved to the scoreboard. We currently use the scoreboard info directly, as a struct - i.e. without encapsulation o

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

2002-05-14 Thread costin
costin 02/05/14 13:39:26 Modified:jk/native2/common jk_endpoint.c Log: Use shm for the stat info, if possible. This is still unstable/experimental - needs more testing Revision ChangesPath 1.12 +15 -2 jakarta-tomcat-connectors/jk/native2/common/jk_endpoint

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

2002-05-14 Thread costin
costin 02/05/14 10:13:23 Modified:jk/native2/common jk_endpoint.c Log: Add getters for the info we collect. Revision ChangesPath 1.11 +20 -4 jakarta-tomcat-connectors/jk/native2/common/jk_endpoint.c Index: jk_endpoint.c ==

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

2002-04-25 Thread costin
costin 02/04/25 11:50:22 Modified:jk/native2/common jk_endpoint.c jk_logger_file.c Log: Update return codes. Revision ChangesPath 1.8 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_endpoint.c Index: jk_endpoint.c =

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

2002-03-23 Thread costin
costin 02/03/23 09:17:30 Added: jk/native2/common jk_endpoint.c Log: Added the object that manages each active connection. It'll also collect statistics and display the current request. Revision ChangesPath 1.6 +51 -485 jakarta-tomcat-connectors/jk/native2/c

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_endpoint.c jk_handler_discovery.c jk_handler_response.c jk_lb_worker.c jk_map.c jk_msg_buff.c jk_pool.c jk_requtil.c jk_uriMap.c

2001-12-04 Thread costin
costin 01/12/04 15:56:08 Modified:jk/native2/jni jk_jnicb.c jk/native2/include jk_pool.h jk_uriMap.h jk/native2/common jk_endpoint.c jk_handler_discovery.c jk_handler_response.c jk_lb_worker.c jk_map.c jk_msg

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

2001-12-04 Thread costin
costin 01/12/04 10:38:05 Added: jk/native2/common jk_endpoint.c Log: Endpoint - receiving and sending messages. This is still ajp-specific, but will be refined soon. Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native2/common/jk_endpoint