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=10515>. 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=10515 cgi lock when writing to stderr ------- Additional Comments From [EMAIL PROTECTED] 2002-07-09 17:40 ------- This is not a new issue. Linux has a 64kb pipe limit by default. This means that once our stdout or stderr have in excess of 64kb written, before Apache has finished reading the request body and piping it to your CGI's stdin, you will deadlock. Try deferring your stderr logging until the entire body is read and the entire response is written. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
