Date: Friday, April 1, 2022 at 1:51 AM
To: squid-users@lists.squid-cache.org
Subject: Re: [squid-users] Squid 3-5 CPU optimization and best practise .
FYI; CPU in Squid is primarily consumed by two things:
1) parsing and processing HTTP message headers.
The only thing you can do about this is
FYI; CPU in Squid is primarily consumed by two things:
1) parsing and processing HTTP message headers.
The only thing you can do about this is detect and reject unwanted
traffic as early as possible.
Your OS firewall is obviously the early line of defense. Preventing
unwanted network ranges
g
<mailto:squid-users@lists.squid-cache.org>
mailto:squid-users@lists.squid-cache.org> >
Subject: Re: [squid-users] Squid 3-5 CPU optimization and best practise .
On 3/31/22 11:04, Ahmad Alzaeem wrote:
> My main question is , is there any major changes in squid 5 that make it
>
: squid-users on behalf of Alex
Rousskov
Date: Thursday, March 31, 2022 at 8:59 AM
To: squid-users@lists.squid-cache.org
Subject: Re: [squid-users] Squid 3-5 CPU optimization and best practise .
On 3/31/22 11:04, Ahmad Alzaeem wrote:
> My main question is , is there any major changes in squid 5 t
On 3/31/22 11:04, Ahmad Alzaeem wrote:
My main question is , is there any major changes in squid 5 that make it
faster than squid 3 or squid 4 in terms of low CPU usage?
I do not recall any _major_ changes in that area, but the http_port
worker-queues option may be of interest to those lookin