i found that the only acl lists causing the squid to utilize a lots of cpu time is the lists which contains the allow & deny lists. It's impossible for me to remove any url listed. This is my configuration in squid.conf:
acl unauth_url url_regex -i "/apps/squid/etc/urldeny" acl auth_url url_regex -i "/apps/squid/etc/urlallow" where urldeny & urlallow is the text files contains the urls to deny & allow. i suspect squid will go thru' this lists whenever user access a url which causes the high cpu utilization. Any other suggestion? On Thursday 03 July 2003 10:14 am, Li Wei wrote: > It is no doubt that a long lists existing must slow down its performance. > > First, you should check your cache.log, and then delete some unnecessary , > optimize your configuration file. > > > That's all. > > ----- Original Message ----- > From: "Tan Jun Min" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, July 03, 2003 9:40 AM > Subject: [squid-users] Squid2.5Stable3 slow after go through whole list of > acl > > > i'd Squid2.5Stable3 running on Ultra 10 Sparc with Solaris 8. > > The problem is that when ever i define a acl of a lists of urls to > > allowed or denied inside a file, squid will consume a lots of cpu time > > and slow down internet access. Any suggestion?