[squid-users] Persistent Server connections, pipelining and matching responses

2010-09-15 Thread cachenewbie
Hi: I am trying to understand Squid behavior when server side connection is pinned (persistent) and pipelining is enabled on both client and server side in a transparent proxy configuration. If there are multiple HTTP requests coming from multiple clients for the same server and if the

Re: [squid-users] Persistent Server connections, pipelining and matching responses

2010-09-15 Thread Chad Naugle
I do not believe squid uses a single TCP Persistent Connection for more than 1 client at a time, hence the functionality of Connection Pinning. This is required to perform things such as NTLM web-based logins. - Chad E. Naugle Tech Support II, x.

Re: [squid-users] Persistent Server connections, pipelining and matching responses

2010-09-15 Thread Henrik Nordström
ons 2010-09-15 klockan 11:27 -0700 skrev cachenewbie: I am trying to understand Squid behavior when server side connection is pinned (persistent) and pipelining is enabled on both client and server side in a transparent proxy configuration. In default configuration Squid serializes pipelined