You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Bojan Smojver <bo...@rexursive.com> on 2002/10/26 02:27:00 UTC

Re: cvs commit: httpd-2.0/modules/loggers mod_logio.c

On Fri, 2002-10-25 at 16:52, brianp@apache.org 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