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=11913>. 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=11913 Timing issues with ISAPIFakeAsync completion notification causes Apache lockups [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://cvs.apache.org/viewcv | |s.cgi/*checkout*/httpd- | |2.0/modules/arch/win32/mod_i | |sapi.c?rev=1.86 Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-11-09 19:15 ------- Your idea was clever, but it introduces a subtle race condition if one server is returning from HttpExtensionProc and another is calling DONE_WITH_SESSION at the same time. The final patch simply creates the completed lock for every request that is configured with fake_async and suffers from no race conditions. Please review the module and provide feedback, if any. Thanks for your report and proposed solution! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
