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
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).