On Mon, Aug 26, 2002 at 11:23:45PM -0000, [EMAIL PROTECTED] wrote:
> ianh        2002/08/26 16:23:45
> 
>   Modified:    .        CHANGES
>                modules/loggers mod_log_config.c mod_log_config.h
>   Log:
>   introduce 2 new callback oppurtunities to allow a 3rd party module to do
>   the actual writing of the log file.
>   also change buffered writing to make it runtime configurable instead of
>   compile time configurable.

Why don't you use APR_BUFFERED and let APR handle the buffering?
And, if you say pipe's don't support buffering, add it.  

All this does is introduce extra overhead where APR already handles
this (and in a much cleaner and transparent manner).  -- justin

Reply via email to