> The "correct" fix, as I see it, is to kill off the interprocess 
> accept lock by removing the possibility of having other processes
> in a *threaded* MPM.  -- justin

That architecture was explored in detail by Netscape.  It isn't reliable
and slows your web server to a crawl whenever dynamic content is produced.
It should only be used for static file servers and caching gateways, and
people implementing those might as well use an in-kernel server like TUX.

....Roy

Reply via email to