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=8179>. 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=8179 excessive error output from script makes Apache hang ------- Additional Comments From [EMAIL PROTECTED] 2002-04-19 19:00 ------- This is a pipe race. Pipes by default may be set anyhow Microsoft chooses, the default here is a 4KB pipe. But Apache isn't attempting to consume the pipe until the output is read and flushed to the network. There is a similar race if your CGI begins outputing before consuming all of it's input. -If- you can defer your stderr output until you undef STDOUT, the script should work. Please confirm.
