Return-Path: Delivered-To: apmail-apache-bugdb-archive@apache.org Received: (qmail 28822 invoked by uid 500); 12 Dec 2000 09:20:10 -0000 Mailing-List: contact apache-bugdb-help@apache.org; run by ezmlm Precedence: bulk Reply-To: apache-bugdb@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-bugdb@apache.org Received: (qmail 28779 invoked by uid 501); 12 Dec 2000 09:20:02 -0000 Resent-Date: 12 Dec 2000 09:20:02 -0000 Resent-Message-ID: <20001212092002.28778.qmail@locus.apache.org> Resent-From: gnats-admin@bugz.apache.org (GNATS Management) Resent-To: apache-bugdb@apache.org Resent-Cc: apache-bugdb@apache.org Resent-Reply-To: gnats-admin@bugz.apache.org, hsshim@hys.co.kr Received: (qmail 23516 invoked by uid 501); 12 Dec 2000 09:10:54 -0000 Message-Id: <20001212091054.23515.qmail@locus.apache.org> Date: 12 Dec 2000 09:10:54 -0000 From: Hyung Seok Shim Reply-To: hsshim@hys.co.kr To: submit@bugz.apache.org X-Send-Pr-Version: 3.110 Subject: general/6961: repeated requests for a simple cgi invoke delay of Apache >Number: 6961 >Category: general >Synopsis: repeated requests for a simple cgi invoke delay of Apache >Confidential: no >Severity: serious >Priority: medium >Responsible: apache >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Tue Dec 12 01:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: hsshim@hys.co.kr >Release: 1.3.3, 1.3.12, 1.3.14 >Organization: apache >Environment: SunOS 5.7 Generic_106541-08 sun4u sparc SUNW,Ultra-4 >Description: When we request repeatedly with short interval on webbrowser a simple cgi page against Apache 1.3.3, 1.3.12, 1.3.14 /UNIX, Apache delay about 3 seconds sometimes. >How-To-Repeat: any cgi program will cause the same result. for example my simple cgi program is like follow. ========================printenv.c========================== #include #include void main( int argc, char *argv[], char *envp[]) { char **buf; setbuf( stdout, (char *)0 ); printf( "Content-type: text/plain\n\n" ); printf( "argv[0]=[%s]\n", argv[0] ); printf( "### Environment Variable List ###\n\n" ); for( buf=envp; *buf ; buf++ ) printf( "%s\n", *buf ); exit( 0 ); } ========================end of printenv.c=================== please compile this program and test with internet explorer. just click reload button repeatedly in short interval. >Fix: >Release-Note: >Audit-Trail: >Unformatted: [In order for any reply to be added to the PR database, you need] [to include in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database automatically because of the potential for mail ] [loops. If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request from a ] [developer. Reply only with text; DO NOT SEND ATTACHMENTS! ]