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

Apache 1.3.x race condition causes gratuitous 3-second CGI delay





------- Additional Comments From [EMAIL PROTECTED]  2002-10-24 13:36 -------
I agree with Bengdt.  The problem lies more fundamentally with how keep-alives
are being dealt with.  The cost of using keep-alives in this situation can be
quite an annoyance.  I also used a similiar solution, except I only changed the
sleep(3); to sleep(0);.  Those are the ones that cause the problem in my mind,
and I don't have a heavy enough load on my machine to warrant anything else.  My
machine is a a 1GHz, single process machine with 256 MB RAM running RH 7.3.  I
am essentially the only user of the machine besides for occasional application
testing which occurs. 1.3.27 is still producing this bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to