Re: [squid-users] non-caching objects still use FD mechanism?

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Thu, 27 Mar 2003 01:26:15 +0100

Adam wrote:
>
> Simple question: does everything get recorded by the Process
> Filedescriptor's Allocation menu, including no_cache items?

UNIX uses filedescriptors for everything, including network connections.

What this means is that a typical cache miss is as much as 3 entries in
the filedescriptor allocation menu:

1. Connection from the client
2. Cache object file
3. Connection to the upstream server

For cache hits you have 1 and maybe 2 (depends on if it was a disk or a
memory hit).

For uncacheable requests you will have 1 and 3.

Regards
Henrik
Received on Wed Mar 26 2003 - 17:42:28 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:14:21 MST