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/08 18:59:33 UTC

DO NOT REPLY [Bug 7617] - Apache 1.3.x race condition causes gratuitous 3-second CGI delay

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 Anthony_Thomas_J@cat.com  2002-07-08 16:59 -------
I am encountering this same behavior running Apache 1.3.26 on Red Hat Linux 7.3.
This behavior also occured while running 2.0.36 on Red Hat Linux 7.3.

My access log reports a 3 second delay between a block of requests and the last
request.  This only occurs when a CGI is involved.  For example,

127.0.0.1 - - [08/Jul/2002:11:40:45 -0500] "GET /cgi-bin/script.cgi HTTP/1.1"
200 4212
127.0.0.1 - - [08/Jul/2002:11:40:45 -0500] "GET /style.css HTTP/1.1" 304 -
127.0.0.1 - - [08/Jul/2002:11:40:45 -0500] "GET /new.gif HTTP/1.1" 304 -
127.0.0.1 - - [08/Jul/2002:11:40:45 -0500] "GET /resubmit.gif HTTP/1.1" 304 -
127.0.0.1 - - [08/Jul/2002:11:40:45 -0500] "GET /reqmod.gif HTTP/1.1" 304 -
127.0.0.1 - - [08/Jul/2002:11:40:45 -0500] "GET /appr.gif HTTP/1.1" 304 -
127.0.0.1 - - [08/Jul/2002:11:40:45 -0500] "GET /disappr.gif HTTP/1.1" 304 -
127.0.0.1 - - [08/Jul/2002:11:40:48 -0500] "GET /classifiedFooter.js HTTP/1.1" 304 -

Even though all non-CGI documents requested are 304s (Not Modified), there is
still a 3 second delay on the last document.  I've tried using several different
browsers to access the page and the behavior is consistent.

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