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

2016-05-16 Thread Hans-Peter Jansen
Hi Eliezer, Thanks for your feedback, much appreciated, /especially/ from you. The most important part is in dedup.py. I've kept an eye on efficiency without sacrificing readability (much) and extendability: https://github.com/frispete/squid_dedup/blob/master/squid_dedup/dedup.py A

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

2016-05-15 Thread Eliezer Croitoru
Thanks for sharing! I didn't had enough time to understand the tool structure since I am not a python expert but, This is the first squid helper I have seen which is based on python and implements concurrency. Thanks!! Eliezer Croitoru On 10/05/2016 00:56, Hans-Peter Jansen wrote: Hi, I'm

[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: