You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/10/27 18:24:31 UTC

DO NOT REPLY [Bug 31919] - Loggin with pipe dows not work as decribed in manual

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31919>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31919

Loggin with pipe dows not work as decribed in manual





------- Additional Comments From trawick@apache.org  2004-10-27 16:24 -------
I expect that you can work around this issue by increasing your limit on file
descriptors.

The problem (more file descriptors used when using piped logger vs. plain log
file) is because the descriptors for input from the logger and error output to
the logger are both kept open by Apache, even though Apache will never read from
the logger nor write to the logger through the error output descriptor.  We need
to investigate closing both of those "handles" to reduce our file descriptor
consumption.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org