Re: Squid http accel as a front-end buffer.

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Sat, 24 Apr 1999 14:23:24 +0200

Scott Hess wrote:

> I suspect that why it doesn't work so well for large documents is that
> when a document isn't cachable, it only devotes a limited amount of buffer
> space to it.

This is true for all misses, cachable or not.

Each miss is alloted
1 TCP receive buffer in the receiving socket.
1 TCP transmit buffer in the sending socket.
1 Squid internal buffer of 16 KB.

The size of the TCP buffers varies depending on the system, kernel
config, software config and available memory. Usually somewhere in the
range of 16 to 64Kbyte.

> In any case, is this an appropriate application of Squid?

It depends. Squid is perhaps not the optimal piece of software for such
use. I am not sure if there exists a proxy for offloading transmission
times from a HTTP server, but it is not very hard to write such piece of
software. Only problem is to find a efficient medium to use as a buffer.

--
Henrik Nordstrom
Spare time Squid hacker
Received on Sat Apr 24 1999 - 06:54:51 MDT

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