Justin Erenkrantz wrote:
> 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.
>
good idea.
the buffered code was just shifted so it will be a runtime option
not a compile time.. the code itself was there before.. it was just
refactored
the main plan for this was to get the ability for other modules to be
the writers (like mod_spread)
> All this does is introduce extra overhead where APR already handles
> this (and in a much cleaner and transparent manner). -- justin
>