Re: [squid-users] New StoreID helper: squid_dedup

2016-05-16 Thread Hans-Peter Jansen
n python and > implements concurrency. > > Thanks!! > Eliezer Croitoru > > On 10/05/2016 00:56, Hans-Peter Jansen wrote: > > Hi, > > > > I'm pleased to announce the availability of squid_dedup, a helper for > > deduplicating CDN accesses, implementing the

Re: [squid-users] Getting the full file content on a range request, but not on EVERY get ...

2016-05-12 Thread Hans-Peter Jansen
On Freitag, 13. Mai 2016 01:09:39 Yuri Voinov wrote: > I suggest it is very bad idea to transform caching proxy to linux > distro's or something else archive. Yuri, if I wanted an archive, I would mirror all stuff and use local repos. I went that route for a long time - it's a lot of work to keep

Re: [squid-users] Getting the full file content on a range request, but not on EVERY get ...

2016-05-12 Thread Hans-Peter Jansen
Hi Heiler, On Donnerstag, 12. Mai 2016 13:28:00 Heiler Bemerguy wrote: > Hi Pete, thanks for replying... let me see if I got it right.. > > Will I need to specify every url/domain I want it to act on ? I want > squid to do it for every range-request downloads that should/would be > cached (based

Re: [squid-users] Getting the full file content on a range request, but not on EVERY get ...

2016-05-12 Thread Hans-Peter Jansen
On Mittwoch, 11. Mai 2016 21:37:17 Heiler Bemerguy wrote: > Hey guys, > > First take a look at the log: > > root@proxy:/var/log/squid# tail -f access.log |grep > http://download.cdn.mozilla.net/pub/firefox/releases/45.0.1/update/win32/pt-> > BR/firefox-45.0.1.complete.mar 1463011781.572 8776 1

[squid-users] New StoreID helper: squid_dedup

2016-05-09 Thread Hans-Peter Jansen
Hi, I'm pleased to announce the availability of squid_dedup, a helper for deduplicating CDN accesses, implementing the squid 3 StoreID protocol. It is a multi-threaded tool, written in python3, with no further dependencies, hosted at: https://github.com/frispete/squid_dedup available at: https:/