You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Ookhoi <oo...@dds.nl> on 2001/03/22 11:14:28 UTC

pipelining (was Re: prefork Vs Threaded -- Updated -- and Other Performance Notes)

Hi Bill,

> >   2. There's also an extra read on the request socket just
> >     before the httpd sends the response, and another after
> >     the logger runs; both of these fail with EAGAIN.  (I saw
> >     this with an HTTP/1.1 client that supports keepalives, so
> >     the last failed read was followed by a poll to wait for
> >     the next request on the socket.)
> 
> I suspect this is from checking for pipelined connections. To the
> best of my knowledge, no browsers actually support pipelined
> connections but we take a performance hit each request checking for
> pipelined requests. Uuugh.

I believe mozilla supports pipelined connections. Under Preferences,
Debug, Networking it has a checkbox for Enable HTTP Pipelining. Or is
that not the same?

	Ookhoi