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


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|mod_log_config              |Documentation




------- Additional Comments From [EMAIL PROTECTED]  2005-03-22 17:17 -------
The mutex is only used in the buffered logs code because the buffer used is
process-global.  I'd expect that using a server-global mutex for logging would
be absymal for performance and nobody really wants that.

Real answers would probably include:

- use an OS with a larger PIPE_BUF (Linux has 4K IIRC)
- don't use piped logging if you're worried about this
- use magic tricks to ensure that each log entry is <PIPE_BUF in length
 ... e.g. using Rici Lake's bug 29559 stuff; certainly something more clever
could be done if mod_log_config knew about PIPE_BUF

It's true this should be a Documented Feature of piped loggers; so I'd refile
this as a docs bug.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to