Thanks Henrik, once again very helphull
----- Original Message -----
From: "Henrik Nordstrom" <henrik@xxxxxxxxxxxxxxxxxxx>
To: "Nicos Nicolaou" <nicosn@xxxxxx>
Cc: <squid-users@xxxxxxxxxxxxxxx>
Sent: Thursday, April 05, 2007 12:32 AM
Subject: Re: no-delay option of cache_peer does not work on2.6
STABLE 12 ?
I run 4 squid with cache digets and tried to use the no-delay option :
cache_peer myip2 sibling 8080 0 proxy-only no-query no-delay
cache_peer myip3 sibling 8080 0 proxy-only no-query no-delay
cache_peer myip4 sibling 8080 0 proxy-only no-query no-delay
however when reloading gives error on the cache_peer line :
FATAL: Bungled squid.conf line 584: cache_peer myip2 sibling 8080 0
proxy-only no-query no-delay
Is your Squid compiled with delay pools? This option is only available
if Squid is built with delay pools as it's not meaningful otherwise..
Since I dind't indicate a round droping or a % to be used on slibings will
squid check all cache digest files from all siblings every time?
I mean a request comes in , will first check if is in the local cache (mem
or disk)
if not will check all 3 cache digets files from siblings
if not there will go direct and fetch the file ?
Is this how is working with cache digests or will only check one digest
file
of one slibing at a time?
Yes, that's the idea.
Regards
Henrik