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 this is

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 ranges

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

2022-03-31 Thread Eliezer Croitoru
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 >

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 squid 5 t

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 lookin