https://bz.apache.org/bugzilla/show_bug.cgi?id=69264

--- Comment #21 from Guido Jäkel <g.jae...@dnb.de> ---
OK, the summary is: Writes to pipe are guaranteed to be atomic only for write
sizes smaller than PIPE_BUF, which is 4k and may be interleaved at the reader
otherwise; regardless if writing is blocking or not!

By comparing with the module  mod_log_config  used for access and error
logging, there seems to be some special handling about to ensure atomic writing
to pipes.

Should this be ported to mod_log_forensic?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to