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=25520>.
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=25520

Corrupt log lines at high volumes





------- Additional Comments From [EMAIL PROTECTED]  2003-12-18 12:43 -------
A thread mutex should be good enough for handling the buffer and possibly
flushing.  Each process would be atomically appending a set of complete trace
records to the file, and that doesn't have to be handled explicitly by
mod_log_config.  With buffered logs there will be a much higher incidence of out
of order records, but that can happen already.

I wonder if the big picture is that for a threaded MPM config you're better off
shoving everything to a piped logger to handle in its simple way rather than
adding serious mutex contention to the web server.  Still, the code to make it
functionally correct is relatively simple so it should be implemented and the
user should get to decide which is more appropriate.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to