You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Aaron Bannert <aa...@clove.org> on 2002/06/03 18:01:29 UTC

Re: apache under linux -- restarting problems

On Mon, Jun 03, 2002 at 08:41:53AM -0700, Ian Holsman wrote:
> the problem is that on a machine with nothing else important running on 
> it I have 5-6 shared memory segments owned by root...  and I have no way
> of identifiying which one apache is complaining about.
> 
> was there a good reason why we switched from a anonymous name ?

Unless someone speaks up I think we should change this to prefer anonymous
mmap()-based (if available).

-aaron

Re: apache under linux -- restarting problems

Posted by Justin Erenkrantz <je...@apache.org>.
On Mon, Jun 03, 2002 at 09:01:29AM -0700, Aaron Bannert wrote:
> On Mon, Jun 03, 2002 at 08:41:53AM -0700, Ian Holsman wrote:
> > the problem is that on a machine with nothing else important running on 
> > it I have 5-6 shared memory segments owned by root...  and I have no way
> > of identifiying which one apache is complaining about.
> > 
> > was there a good reason why we switched from a anonymous name ?
> 
> Unless someone speaks up I think we should change this to prefer anonymous
> mmap()-based (if available).

Which AcceptMutex value would this be?  -- justin