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=20866>. 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=20866 cgi script just hangs at end, then apr_bucket_read error ------- Additional Comments From [EMAIL PROTECTED] 2003-06-22 21:58 ------- More information... with $i <= 50 i do see exactly 50 "foo" messages to my apache error log. With $i <= 100, I noticed that there are exactly 200 "foo" messages in my apache error log, not the expected 100. Very weird. No error messages are written to the log during the 5 minute pause, but after 5 minutes is up, there are double the expected messages in my apache error log. I also noticed that once the 5 minutes are up while running this script, there is no "ap_content_length_filter: apr_bucket_read() failed" right away, but the message does appear at odd times... sometimes a minute after I kick off the URL, sometimes a minute after the 5 min pause is completed. Why perl's output to STDERR is important to me is because sometimes often I program I like to have debug output available, sometimes a lot of debug output, especially when I am trying to solve a problem with my code. Having a lot of STDERR messages written to apache's log is very important to me. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
