Re: [squid-users] WARNING cache_mem is larger than total disk cache space!

2010-05-20 Thread Georg Höllrigl
Am 19.05.2010 16:40, schrieb Peng, Jeff: Can set cache_dir with a memory filesystem. So it's not possible to just tell squid to store the cache items in ram without using a ramdisk?

Re: [squid-users] WARNING cache_mem is larger than total disk cache space!

2010-05-20 Thread Georg Höllrigl
Am 20.05.2010 14:40, schrieb Amos Jeffries: To run diskless: * 3.0 and numerically lower there is a null disk type to set on cache_dir line and override the default 100MB on-disk cache. Thank you - I found the missing part. Disk type null also requires a directory - even with the config

[squid-users] WARNING cache_mem is larger than total disk cache space!

2010-05-19 Thread Georg Höllrigl
Hello, I've tried to set the disc cache smaller than memory size - because I'm observing reduced performance with too much disc cache. So now, I ask myself - if it would be a good idea to disable the whole disk cache thing and only use RAM? And if so - how will I do it - with squid 3.0 there

[squid-users] How many requests

2010-05-17 Thread Georg Höllrigl
Hello Everyone, How many HTTP requests can squid as reverse proxy do? Im getting an average of 4500 per Minute which are aroun 75 requests per second. When do you think a squid will give up (given a load with many small files)? What would fail first, when I see around 80 - 90 % CPU idle time?

[squid-users] elapsed time

2010-05-05 Thread Georg Höllrigl
Hello, Can anyone explain me in some more detail what the elapsed time in the squid access log exactly means? I found some definitions: duration The elapsed time considers how many milliseconds the transaction busied the cache. It differs in interpretation between TCP and UDP: For HTTP this

[squid-users] Some Squid Responses take extreme long

2010-04-26 Thread Georg Höllrigl
suggestions? I'm using squid version squid3-3.0.STABLE24-16.1 from the SuSE Build Service. -- Ing. Georg Höllrigl

Re: [squid-users] Using rewrite to optimize the squid-cache HIT rate

2010-04-26 Thread Georg Höllrigl
Am 24.04.2010 03:36, schrieb Amos Jeffries: URL re-writing only alters the URL, not the other related HTTP headers. This can cause problems and is avoidable in most situations. In short: Squid uses only the headers to determine what to cache and rewriting the URLs won't help improving the

[squid-users] Using rewrite to optimize the squid-cache HIT rate

2010-04-23 Thread Georg Höllrigl
? Any hints about getting this right or hints to the right docs or even search terms? Regards, Ing. Georg Höllrigl

[squid-users] HTCP for consistent caches for reverse proxies

2010-03-24 Thread Georg Höllrigl
Hello, Is there a way to get two squid caches used as reverse proxy to have an consistent cache? An example would be a file that contains abcd - I request the file, get balanced to squid1 which caches the file du to the expire header for one hour. Then the file gets changed to contain abcde.