m�n 2003-02-10 klockan 13.57 skrev alp: > a)does anybody have experience in using a lot of refresh-patterns? i wonder > if it will have a big impact on the performance if squid has to check each > object via lots of regular expressions, or am i wrong?
How many is "a lot"? > b)there exists the null storage module. is it in any kind superior to using > a cache_deny line in order to disable the cache completely? Both play along together quite nicely.. if you have a "no_cache deny all", then you don't really have a need of a cache directory and the "null" cache dir type comes in handy saving you from having to create a cache directory.. Without no_cache the null cache_dir type only allows objects to be cached in memory. -- Henrik Nordstrom <[EMAIL PROTECTED]> MARA Systems AB, Sweden
