Nope. No pools at all.
My squid.conf currently looks like this (minus the acls and http_access
directives)
http_port 3128
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
maximum_object_size 4096 KB
cache_replacement_policy heap LRU
memory_replacement_policy lru
cache_dir ufs /var/squid/cache 50000 64 1024
cache_access_log /var/squid/logs/access.log
cache_log /var/squid/logs/cache.log
cache_store_log /var/squid/logs/store.log
log_ip_on_direct on
log_fqdn on
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
auth_param basic casesensitive off
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
cache_effective_user _squid
cache_effective_group _squid
visible_hostname mysquid.mydomain.com
coredump_dir /var/squid/cache
----- Original Message -----
From: "Jakob Curdes" <jc@xxxxxxxxxxxxxxx>
To: "deathbots" <deathbots@xxxxxxxxx>
Cc: <squid-users@xxxxxxxxxxxxxxx>
Sent: Tuesday, October 04, 2005 2:21 PM
Subject: Re: Squid seems to be limiting how fast I can
download files
I know this isn't a squid limitation or a problem with the machine
itself -
if something is actually cached by squid, it comes down at local lan
speeds.
Also, I can download a zillion files all running at 235KB/sec on the same
workstation.
Sure - have you configured delay pools ? Because you can *configure* squid
to behave in exactly that way! Check you "delay pools" section in
squid.conf.
I have no other idea whre this might come from.
Yours,
Jakob Curdes