First page Back Continue Last page Summary Graphic
Squid Configuration - Kernel
Why softupdates is important
- One of the most serious bottlenecks in squid is the creation, reading, and replacement of files off of the disk.
- A high-end proxy server must be able to serve several hundred connections per second some of which will replace objects currently in the cache
- How many create, write, destroy operations can you do per second on a filesystem
Notes: