According to the FAQ docs about diskd,
(http://www.squid-cache.org/Doc/FAQ/FAQ-22.html)
"each cache_dir has its own diskd child process".

Does it mean that...if i modify the squid.conf like below :

cache_dir diskd /reiser/squid-cache-diskd/1 10240 32 512
cache_dir diskd /reiser/squid-cache-diskd/2 10240 32 512
cache_dir diskd /reiser/squid-cache-diskd/3 10240 32 512

, and then execute Squid, are there 3 child processes of Squid like below?
(It's just an example)

ps -ef | grep squid
root      7123     1  0 18:14 ?        00:00:00 sbin/squid
nobody    7125  7123  0 18:14 ?        00:00:03 (squid)
nobody    7125  7123  0 18:14 ?        00:00:03 (squid)
nobody    7125  7123  0 18:14 ?        00:00:03 (squid)
root      7440  5505  0 18:28 pts/0    00:00:00 grep squid

Do I misunderstand about diskd?

Thanks in advance.

_________________________________________________________________
MSN Messenger를 통해 온라인상에 있는 친구와 대화를 나누세요. http://messenger.msn.co.kr




Reply via email to