On Tuesday 27 September 2005 19:59, Marc Perkel wrote:
> My site is fairly high traffic. about 20 gigs an hour. 60 requests a
> second. Apparently I'm using prefork. Do you think MPMs would be the
> better choice?

Worker would reduce memory usage.  But worker is more fussy than prefork
about working with shoddy software, and in particular anything that's not
thread-safe.  So if you use PHP (as I think you said before?) it's likely to 
crash.

-- 
Nick Kew

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to