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 2002/07/05 03:41:59 UTC

DO NOT REPLY [Bug 10488] - server lockup in prefork.c

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10488

server lockup in prefork.c





------- Additional Comments From kcarmich@ipapp.com  2002-07-05 01:41 -------
the initial call to accept is blocking on the request. a temporary patch I made 
which is working for me is to change the socket to non-blocking just before the 
accept and then switch it back to blocking after the accept call, I have seen a 
couple of error messages generated that report that the accept would have 
blocked. The server now appears to be stable.

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