You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/05/03 20:51:51 UTC

DO NOT REPLY [Bug 34514] - On a busy server with MPM Worker apache 2.0.54 crash permanently

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34514>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34514





------- Additional Comments From gregames@apache.org  2005-05-03 20:51 -------
Here is yet another patch:

http://people.apache.org/~gregames/thread_create_recovery.patch

design:

1. exit with APEXIT_CHILDSICK for thread create failures (same as other patches)
2. add logic to the parent to decide how bad these errors really are.  if we
can't initialize a single worker process, just give up.  otherwise treat these
as transient errors.
3. nuke the 10 sec delays.  it's better to let the parent know what's happening
right away. if the parent creates a fork-a-thon, the parent is broken.
  

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org