[In order for any reply to be added to the PR database, you need] [to include <[EMAIL PROTECTED]> 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! ]
Synopsis: Apache randomly loops running CGI scripts (Apache loops, not the CGI) Comment-Added-By: stoddard Comment-Added-When: Thu May 27 09:04:02 PDT 1999 Comment-Added: A few more questions... How much data do your CGI's typically serve? Are they invoked in response to a POST (FORM submit)? If so, how much data is POST'ed? When the problem is encountered, does Apache quite serving ALL requests, or just the request that is hanging? When you hit the problem, could you go into performance monitor, then display the number of active threads in both of the Apache.exe processes? You should see two threads in the parent process, and ThreadsPerChild+1 threads in the child process.