On Tue, 2002-10-08 at 15:45, -JhAzEr- wrote:
> I'm using Squid-2.5Stable-1 on my test server, and tried to check if it's working
Squid doesn't use subprocesses in the sense you imply..
The 20 processes you are seeing are threads - linux (somewhat
misleadingly) shows a separate process for each pthread created in a
process, although they all share the same address space. Squid will not
create anymore threads no matter what you do - there is no need to
worry. The threads are used for disk access, to prevent squid blocking.
Rob
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:10:37 MST