[In order for any reply to be added to the PR database, ] [you need to include <[EMAIL PROTECTED]> in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [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: CGI scripts arent killed when they are in deadlock State-Changed-From-To: open-feedback State-Changed-By: dgaudet State-Changed-When: Tue Apr 20 20:53:47 PDT 1999 State-Changed-Why: I'm not sure what you mean by "deadlocked" ... ? If a timeout occurs the connection to the CGI is closed. The timeout won't happen if the CGI writes anything, unless the client never reads it. Do you have a small example we can reproduce the problem with? If I test CGIs that just sleep forever the timeout works fine. Dean