On 27/10/2012 2:48 a.m., Rietzler, Markus (RZF, SG 324 /
<RIETZLER_SOFTWARE>) wrote:
when i use workers 2 and
access_log daemon:/squid/logs/access_kid${process_number}.log squid
cache_log /squid/logs/cache_kid${process_number}.log
I get
access_kid1.log
access_kid2.log
access_kid3.log
and
cache_kid0.log
cache_kid1.log
cache_kid2.log
cache_kid3.log
kid3 is coordinator. so access_kid3.log is empty, which is ok for coordinator.
what is cache_kid0.log? this file is empty.
Process #0 should be the master process. Without workors it is the
daemon manager, with workers it maintains the coordinator uptime AFAIK,
and the coordinator kid manages the worker kids.
Amos