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 [EMAIL PROTECTED]  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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to