Return-Path: Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 1652 invoked by uid 500); 8 Jul 2002 16:59:20 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 1641 invoked from network); 8 Jul 2002 16:59:20 -0000 Date: 8 Jul 2002 16:59:33 -0000 Message-ID: <20020708165933.20226.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 7617] - Apache 1.3.x race condition causes gratuitous 3-second CGI delay X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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