Re: [EMAIL PROTECTED] sharing state between client processes in prefork mode

2007-08-10 Thread Joshua Slive
On 8/10/07, tom <[EMAIL PROTECTED]> wrote: > Hi *, > > we have apache 2.2.3 with mpm prefork mode. We wrote a module for it and the > module needs to share statistical information between the apache child > processes. We have done this through standard linux shared memory, but it > seems not to

[EMAIL PROTECTED] sharing state between client processes in prefork mode

2007-08-10 Thread tom
Hi *, we have apache 2.2.3 with mpm prefork mode. We wrote a module for it and the module needs to share statistical information between the apache child processes. We have done this through standard linux shared memory, but it seems not to work properly for higher loads (50 parallel clients).