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

2005-02-06 Thread Mladen Turk
Bill Barker wrote: This is really hidious. You're going to allocate huge amounts of useless memory in pre-fork? Not really. Instead allocating from jk_pool, the workers runtime data will be allocated from shared memory, so even if there is no JkSmhFile statement and thus shared memory the memory

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

2005-02-06 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 06, 2005 3:20 AM Subject: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_shm.c mturk 2005/02/06 03:20:49 Modified:jk/native/common jk_shm.c Log: Use plain memory if shmem