cvs commit: jakarta-tomcat-connectors/jk/native/common jk_shm.c jk_shm.h

2005-03-27 Thread mturk
mturk 2005/03/27 22:27:39 Modified:jk/native/common jk_shm.c jk_shm.h Log: Lower the default shared memory size from 1Mb to 64Kb. Since each worker uses 1024 bytes of data, this gives 64 workers by default, that is enough for any default installation. If more then 64 workers

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_shm.c jk_shm.h jk_uri_worker_map.c jk_uri_worker_map.h

2005-02-20 Thread mturk
mturk 2005/02/20 04:21:10 Modified:jk/native/common jk_shm.c jk_shm.h jk_uri_worker_map.c jk_uri_worker_map.h Log: Use shared memory for uri mappings. It stores only the match type inside shared memory to be able to disable particular map at runtime.

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_shm.c jk_shm.h jk_status.c jk_uri_worker_map.c jk_uri_worker_map.h

2005-02-20 Thread mturk
mturk 2005/02/20 10:31:22 Modified:jk/native/common jk_shm.c jk_shm.h jk_status.c jk_uri_worker_map.c jk_uri_worker_map.h Log: Remove shared memory uri mappings. Dynamic update will not work for multi child servers. Updates will be done rereading

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_shm.c jk_shm.h

2005-02-13 Thread mturk
mturk 2005/02/13 04:08:05 Modified:jk/native/common jk_shm.c jk_shm.h Log: Add logging and global lock file to shared memory. Revision ChangesPath 1.10 +157 -16 jakarta-tomcat-connectors/jk/native/common/jk_shm.c Index: jk_shm.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_shm.c jk_shm.h

2005-02-12 Thread mturk
mturk 2005/02/12 09:01:00 Modified:jk/native/common jk_shm.c jk_shm.h Log: Add modification time and lock api interface. Revision ChangesPath 1.9 +50 -6 jakarta-tomcat-connectors/jk/native/common/jk_shm.c Index: jk_shm.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_shm.c jk_shm.h

2005-02-07 Thread mturk
mturk 2005/02/07 11:06:35 Modified:jk/native/common jk_shm.c jk_shm.h Log: Change shared memory API. There will be always one and only shared memory, so make it's instance static. Also use two types of shared memory to lower the memory if JkShmFile is not defined in config.

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_shm.c jk_shm.h

2005-02-06 Thread mturk
mturk 2005/02/06 02:35:55 Modified:jk/native/common jk_shm.c jk_shm.h Log: Change shm API to use predefined shm struct since this one is always seerver global singleton. Revision ChangesPath 1.3 +37 -26jakarta-tomcat-connectors/jk/native/common/jk_shm.c