Re: [squid-users] Squid 3-5 CPU optimization and best practise .

2022-04-06 Thread Ahmad Alzaeem
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

Re: [squid-users] Squid 3-5 CPU optimization and best practise .

2022-04-01 Thread Amos Jeffries
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

Re: [squid-users] Squid 3-5 CPU optimization and best practise .

2022-03-31 Thread Eliezer Croitoru
uid-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 > faster than sq

Re: [squid-users] Squid 3-5 CPU optimization and best practise .

2022-03-31 Thread Ahmad Alzaeem
: 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 squi

Re: [squid-users] Squid 3-5 CPU optimization and best practise .

2022-03-31 Thread Alex Rousskov
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

[squid-users] Squid 3-5 CPU optimization and best practise .

2022-03-31 Thread Ahmad Alzaeem
Hello Team , I’m just making a research about the major changes in squid in terms of fast response and Low CPU compensation but I have not found more info on Wiki or what’s new . https://wiki.squid-cache.org/Squid-5 The main usage is proxy with no ssl pump . My main question is , is there any