On Fri, 2002-10-25 at 16:52, [EMAIL PROTECTED] wrote:

>   Note: This works by adding a flush bucket to each response when
>   mod_logio is used; the side-effect is that pipelined responses
>   get broken up into separate network writes per request (but there's
>   no impact on pipelining when mod_logio is not enabled).

I have found (on RedHat 7.3, vanilla kernel 2.4.19) that although the
network writes are separate (in Apache) due to flushing, the data is
usually sent out in a single packet when possible. I guess Nagle kicks
in...

Bojan

Reply via email to