Re: Squid 2 - so what? ;-)

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Sun, 11 Oct 1998 19:31:48 +0200

James Zhu wrote:
>
> Does squid2 support pipelining on top of persistent connection
> between a parent squid and a child squid?

No. No pipelining is done between two caches. Only one request at a time
is sent on a persistent cache-cache or cache-server connection. The
reason to this is that to many things can go wrong when pipelining
requests, and HTTP discourages pipelining of requests on a shared HTTP
connection.

Squid supports pipelining of client requests, with a limit of four
outstanding request. Pipelined requests are however not well tested and
there may be some bugs left, especially on uncacheable replies or
replies which forces Squid to close the connection (no known
content-length).

---
Henrik Nordström
Spare time Squid hacker
Received on Sun Oct 11 1998 - 14:45:42 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:42:25 MST