Grant wrote:
> 
> Ok, would you use 0?  I was concerned about a process going haywire 
> eventually.

Whoa - there's zero reason to use MaxRequestsPerChild unless you encounter
a specific resource allocation/unbounded utilization flaw in a specific (or
mystery) module you've loaded.

In nearly ever other case MRPC does you no good, outside of wasting resources
itself it restarting a healthy server.

MRPC will not protect you from haywire processes, if they are going to crash
due to a bug, they will crash if you've wired in MRPC limits or not, and in
fact it's better to pick up the pieces after the process has served out it's
entire useful lifespan.

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