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

2004-03-17 Thread hgomez
hgomez 2004/03/17 09:02:38 Modified:jk/native2/common jk_shm.c Log: Remove unused vars (thanks gcc -wall) no need to get name if it never used Revision ChangesPath 1.45 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_shm.c Index: jk_shm.c

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

2004-03-17 Thread hgomez
hgomez 2004/03/17 09:03:48 Modified:jk/native2/common jk_shm.c Log: Security, init slot to NULL Revision ChangesPath 1.46 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_shm.c Index: jk_shm.c

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

2004-03-16 Thread hgomez
hgomez 2004/03/16 01:03:13 Modified:jk/native2/common jk_shm.c Log: add the getAttribute feature to shm object Provider by Guenter/NormW Revision ChangesPath 1.44 +24 -1 jakarta-tomcat-connectors/jk/native2/common/jk_shm.c Index: jk_shm.c

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

2004-03-15 Thread mturk
mturk 2004/03/15 12:09:30 Modified:jk/native2/common jk_shm.c Log: Supress duplicate initialization for shm, that causes duplicate shm initialization. There is also unneded call to shm-init inside the workerEnv-parentInit, since it is caled after workerEnv-init, but now it

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

2004-03-15 Thread Kurt Miller
PROTECTED] Sent: Monday, March 15, 2004 3:09 PM Subject: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_shm.c mturk 2004/03/15 12:09:30 Modified:jk/native2/common jk_shm.c Log: Supress duplicate initialization for shm, that causes duplicate shm initialization

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

2004-03-13 Thread mturk
mturk 2004/03/13 00:47:31 Modified:jk/native2/common jk_shm.c Log: Change the getSlot loop starting from index 0, not 1. Revision ChangesPath 1.42 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_shm.c Index: jk_shm.c

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

2004-03-12 Thread mturk
mturk 2004/03/12 11:15:56 Modified:jk/native2/common jk_shm.c Log: Total rewrite... Allows using anonymous shared memory or file based. Also allow usage of raw memory in case there is no shmem support. Added two new setup direcives: slots (manages max number of slots), and

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

2004-03-12 Thread mturk
mturk 2004/03/12 23:32:37 Modified:jk/native2/common jk_shm.c Log: Change memory directive to useMemory. Revision ChangesPath 1.41 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_shm.c Index: jk_shm.c

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

2004-03-11 Thread jfclere
jfclere 2004/03/11 07:32:38 Modified:jk/native2/common jk_shm.c Log: Arrange some castings and check the total size. Revision ChangesPath 1.39 +16 -11jakarta-tomcat-connectors/jk/native2/common/jk_shm.c Index: jk_shm.c

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

2004-02-27 Thread hgomez
hgomez 2004/02/27 06:25:32 Modified:jk/native2/common jk_shm.c Log: Revert to old code until APR shm problem is fixed... Revision ChangesPath 1.38 +85 -0 jakarta-tomcat-connectors/jk/native2/common/jk_shm.c Index: jk_shm.c

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

2003-03-03 Thread costin
costin 2003/03/03 23:18:05 Modified:jk/native2/common jk_shm.c Log: Added a new attribute. Setting it will reset the stats. Hacky - but I getting methods to work from JMX is not yet done. Revision ChangesPath 1.33 +40 -3

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

2003-01-23 Thread mturk
mturk 2003/01/23 04:15:42 Modified:jk/native2/common jk_shm.c Log: Report the missing shm file as INFO not ERROR, cause it is obvious that the user didn't specify the [shm] in the config. Revision ChangesPath 1.31 +9 -7

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

2002-09-24 Thread hgomez
hgomez 2002/09/24 15:41:48 Modified:jk/native2/common jk_shm.c Log: AS/400 back port from 1.2.0. BTW, the AS/400 code should be checked later, since we should know if we have to convert from EBCDIC to ASCII here... Revision ChangesPath 1.29 +13 -1

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

2002-07-08 Thread mturk
mturk 2002/07/08 06:37:10 Modified:jk/native2/common jk_shm.c Log: no message Revision ChangesPath 1.28 +8 -8 jakarta-tomcat-connectors/jk/native2/common/jk_shm.c Index: jk_shm.c ===

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

2002-06-12 Thread jfclere
jfclere 2002/06/12 05:40:17 Modified:jk/native2/common jk_shm.c jk_workerEnv.c jk_worker_ajp13.c Log: Prevent the core when getSlot() failed. Revision ChangesPath 1.27 +10 -8 jakarta-tomcat-connectors/jk/native2/common/jk_shm.c Index: jk_shm.c

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

2002-06-08 Thread nacho
nacho 2002/06/08 17:50:49 Modified:jk/native2/include jk_requtil.h jk/native2/common jk_shm.c jk_worker_ajp13.c jk_workerEnv.c Log: * No warnings Revision ChangesPath 1.7 +10 -0 jakarta-tomcat-connectors/jk/native2/include/jk_requtil.h

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

2002-06-08 Thread nacho
nacho 2002/06/08 18:55:28 Modified:jk/native2/common jk_shm.c Log: * No warnings Revision ChangesPath 1.25 +0 -2 jakarta-tomcat-connectors/jk/native2/common/jk_shm.c Index: jk_shm.c ===

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

2002-05-19 Thread nacho
nacho 02/05/19 10:37:08 Modified:jk/native2/common jk_shm.c Log: * Fixed problems when creating the shm file, due to unsigned arithmetics.. 1000-1024=4.356.357.838.652 :) Revision ChangesPath 1.18 +6 -2 jakarta-tomcat-connectors/jk/native2/common/jk_shm.c

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

2002-05-16 Thread costin
costin 02/05/16 14:02:44 Modified:jk/native2/common jk_shm.c Log: Refactoring of jk_shm, using apr_mmap instead of apr_shm. Also added code for apache1.3 ( or if apr is not compiled ) - it's cutpaste from jserv, it work wherever jserv worked. While apr_shm may work on

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

2002-05-13 Thread nacho
nacho 02/05/13 01:57:56 Modified:jk/native2/common jk_shm.c Log: * Fixed initialization of APR, this must be done in every place we use APR. Revision ChangesPath 1.14 +2 -0 jakarta-tomcat-connectors/jk/native2/common/jk_shm.c Index: jk_shm.c

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

2002-04-29 Thread costin
costin 02/04/29 12:32:01 Modified:jk/native2/common jk_shm.c Log: One more step. Revision ChangesPath 1.7 +36 -7 jakarta-tomcat-connectors/jk/native2/common/jk_shm.c Index: jk_shm.c ===

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

2002-04-29 Thread costin
costin 02/04/29 18:01:03 Modified:jk/native2/common jk_shm.c Log: Fix previous commit. Revision ChangesPath 1.8 +3 -2 jakarta-tomcat-connectors/jk/native2/common/jk_shm.c Index: jk_shm.c

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

2002-04-25 Thread costin
costin 02/04/25 12:18:40 Modified:jk/native2/common jk_shm.c Log: Many small fixes and changes to allow it to be used from C and java. Revision ChangesPath 1.6 +181 -131 jakarta-tomcat-connectors/jk/native2/common/jk_shm.c Index: jk_shm.c

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

2002-04-18 Thread costin
costin 02/04/18 15:47:18 Modified:jk/native2/common jk_shm.c Log: Fix few silly errors. Now jk scoreboard is loaded ok from apache side. Revision ChangesPath 1.5 +39 -6 jakarta-tomcat-connectors/jk/native2/common/jk_shm.c Index: jk_shm.c

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

2002-04-17 Thread costin
costin 02/04/17 15:52:14 Modified:jk/native2/common jk_shm.c Log: More work on the shm object. Revision ChangesPath 1.4 +85 -26jakarta-tomcat-connectors/jk/native2/common/jk_shm.c Index: jk_shm.c

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

2002-04-10 Thread costin
costin 02/04/10 16:44:56 Modified:jk/native2/common jk_shm.c Added: jk/native2/include jk_shm.h Log: A bit more code in the shm area. Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native2/include/jk_shm.h Index: jk_shm.h