Squid-2.5.STABLE10-RC2 available

2005-05-10 Thread Henrik Nordstrom
Squid-2.5.STABLE10-RC2 (Release Candidate 2) is now available. Changes since RC1: - DNS client hardened agains spoofing replies - 2GB patch race condition (Bug #1301) - Documentation cleanup - Header related assertion on very large headers - dstdomain / dstdom_regex can now handle numeric

Re: Squid regex fast purge.

2005-05-10 Thread Henrik Nordstrom
On Tue, 10 May 2005, Ernest Rider wrote: So there is no easy way to get it back into memory for comparison? No API etc...? There is an API, The store client API. Keep in mind that all Squid operations is asyncronous with callbacks. In most operations you tell the API "please do this and call me wh

Looking through the Hash without modifying it.

2005-05-10 Thread Ernest Rider
I changed the walker logic to not modify the store_table. So that the walker goes through the store_table without modifying its state. Seems to work well. Loading back into memory seems to be the only issue left. So I continue too look for a workaround. Any clues?

Re: cvs commit: squid/src dns_internal.c

2005-05-10 Thread Henrik Nordstrom
On Tue, 10 May 2005 [EMAIL PROTECTED] wrote: wessels 2005/05/10 10:06:56 MDT Modified files:(Branch: SQUID_2_5) src dns_internal.c Log: Fix typo buf -> rbuf Revision ChangesPath 1.45.2.8 +2 -2 squid/src/dns_internal.c Sorry about that. Ran very many

Re: Squid regex fast purge.

2005-05-10 Thread Ernest Rider
Funny thing is, Our support people have found grep outperforms the purge utility for purging. In a three tier script. i.e. dumping using the utility, greping, then deleting from the cache. They are doing a test using the BOOST libraries molded into the purge at the moment. However I am still wi

Re: Squid regex fast purge.

2005-05-10 Thread Ernest Rider
On Fri, 2005-05-06 at 13:48, Henrik Nordstrom wrote: > On Thu, 5 May 2005, Ernest Rider wrote: > > > Recently a requirement came up to be able to fast purge squid entries by > > URL matching. > > Quite common request. Unfortunately not very easy to implement due to the > design of the cache. Th