[EMAIL PROTECTED] Using mod_mem_cache with MPM

2008-04-22 Thread Kunal Shah
Is mod_mem_cache modules cache is shared among the Multiple processes started using MPM module? Is there any special configuration needed? My tests with mod_disk_cache works with MPM module, since all processes points to the same cache directory and finds it. If this can't be done using httpd

Re: [EMAIL PROTECTED] Using mod_mem_cache with MPM

2008-04-22 Thread Joshua Slive
On Tue, Apr 22, 2008 at 2:02 PM, Kunal Shah [EMAIL PROTECTED] wrote: Is mod_mem_cache modules cache is shared among the Multiple processes started using MPM module? Is there any special configuration needed? The cache is shared between all works in the same process. That means it will be

Re: [EMAIL PROTECTED] Using mod_mem_cache with MPM

2008-04-22 Thread Kunal Shah
Thanks Joshua for your response. I hope this is documented somewhere. I was wondering if any other disk operation e.g. cleanup would interfere and degrade the overall performance. Thanks, Kunal On Tue, Apr 22, 2008 at 1:22 PM, Joshua Slive [EMAIL PROTECTED] wrote: On Tue, Apr 22, 2008 at