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=42829>.
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=42829





------- Additional Comments From [EMAIL PROTECTED]  2008-01-18 07:17 -------
Joe's description of the problem in comment #16 is accurate.

I think I closed the race completely, because if the signal occurs between the 
check for die_now and accept(), the signal handler will only set die_now and 
not call ap_close_listeners() (because active_connection == 0). In this case 
the ap_close_listeners() is done in the while loop just before 
ap_process_connection().

But fixing it in apr, so that apr_pollset_poll, etc. have a defined behaviour 
would probably be better.

Maybe 

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

Reply via email to