Re: wccp2

2006-04-17 Thread Adrian Chadd
On Mon, Apr 17, 2006, Adrian Chadd wrote: > > * finish the dynamic service configuration options Done. > > * spend some time thinking about what should happen during a cache > > configuration reload Steven already did this. > > * dump the config out properly through cachemgr Done. The curr

Re: wccp2 and squid reload semantics

2006-04-17 Thread Adrian Chadd
On Tue, Apr 18, 2006, Henrik Nordstrom wrote: > Not critical on reconfigure, as we still most likely still accept > redirected traffic and the router will automatically take us offline > after a short while. > > What is more important is to send the shutdown event when Squid is > actually shut do

Re: wccp2 and squid reload semantics

2006-04-17 Thread Henrik Nordstrom
tis 2006-04-18 klockan 12:16 +0800 skrev Adrian Chadd: > Hm, reading the IETF draft again does show a "shutdown" command which > we should probably send if we've removed a service/router. Not critical on reconfigure, as we still most likely still accept redirected traffic and the router will autom

Re: AC_LTDL_DLLIB

2006-04-17 Thread Robert Collins
On Tue, 2006-04-18 at 09:13 +0800, Mr E_T wrote: > On Monday 17 April 2006 19:50, Robert Collins wrote: > > anyone remember what this call in configure.in was for? It seems to be > > not present on current autoconf + libtool. > > > > --- configure.in21 Mar 2006 23:15:19 - 1.402 >

Re: wccp2 and squid reload semantics

2006-04-17 Thread Adrian Chadd
Hm, reading the IETF draft again does show a "shutdown" command which we should probably send if we've removed a service/router. adrian On Tue, Apr 18, 2006, Henrik Nordstrom wrote: > tis 2006-04-18 klockan 10:49 +0800 skrev Adrian Chadd: > > > What should the cache reload semantics be when

Re: wccp2 and squid reload semantics

2006-04-17 Thread Henrik Nordstrom
tis 2006-04-18 klockan 10:49 +0800 skrev Adrian Chadd: > What should the cache reload semantics be when Squid is reloaded? > Should I just start sending the updated here_i_am messages and let > the routers sort everything out? Or is there a better way to handle > this? It's probably possible to d

wccp2 and squid reload semantics

2006-04-17 Thread Adrian Chadd
Hiya, I've completed the WCCP2 configuration changes. Here's an example setup from the cachemgr config output: wccp2_router 192.168.2.2:2048 wccp2_version 4 wccp2_forwarding_method 1 wccp2_return_method 1 wccp2_service dynamic 80 wccp2_service standard 0 wccp2_service_info 80 priority=240 flags=s

Re: AC_LTDL_DLLIB

2006-04-17 Thread Mr E_T
On Monday 17 April 2006 19:50, Robert Collins wrote: > anyone remember what this call in configure.in was for? It seems to be > not present on current autoconf + libtool. > > --- configure.in21 Mar 2006 23:15:19 - 1.402 > +++ configure.in17 Apr 2006 11:47:41 - > @@ -32

Re: AW: [squid-users] Howto Clear Cache Periodicaly

2006-04-17 Thread nonama
HI, My select loop called average time is already about 50ms, with only 20 users. Where/How should I fine tune? FYI, I'm having 2 X 25GB cache_dir now with only 3% currently filled up. I'm going to put about 400 users more later. here is the cache mgr output. Kindly let me know which to be monitor

Re: Hi there

2006-04-17 Thread Adrian Chadd
I approved your subscription. Welcome to the fold! adrian On Tue, Apr 18, 2006, Doug Dixon wrote: > Hi all > > I've been a user of Squid for a few years now, and am interested in > devoting some time to Squid-3.0 development, bugfixing and testing. > > I'd be most interested in helping to

Hi there

2006-04-17 Thread Doug Dixon
Hi all I've been a user of Squid for a few years now, and am interested in devoting some time to Squid-3.0 development, bugfixing and testing. I'd be most interested in helping to get the 3.0 branch up to the next PRE and STABLE, but obviously there will be some more feature development.

Re: problems with the squid-2.5 connection pinning

2006-04-17 Thread Steven Wilton
- Original Message - From: "Henrik Nordstrom" <[EMAIL PROTECTED]> To: "Steven Wilton" <[EMAIL PROTECTED]> Cc: Sent: Saturday, April 15, 2006 11:15 PM Subject: Re: problems with the squid-2.5 connection pinning lör 2006-04-15 klockan 09:10 +0800 skrev Steven Wilton: Having seen your

Re: wccp2

2006-04-17 Thread Adrian Chadd
On Mon, Apr 17, 2006, Adrian Chadd wrote: > So the bits left: > > * finish the dynamic service configuration options > * spend some time thinking about what should happen during a cache > configuration reload > * dump the config out properly through cachemgr * dynamic service option is now imp

AC_LTDL_DLLIB

2006-04-17 Thread Robert Collins
anyone remember what this call in configure.in was for? It seems to be not present on current autoconf + libtool. --- configure.in21 Mar 2006 23:15:19 - 1.402 +++ configure.in17 Apr 2006 11:47:41 - @@ -32,7 +32,6 @@ AC_PROG_CXX AC_CANONICAL_HOST AC_DISABLE_SHARED AC

Re: problems with the squid-2.5 connection pinning

2006-04-17 Thread Steven Wilton
- Original Message - From: "Henrik Nordstrom" <[EMAIL PROTECTED]> To: "Steven Wilton" <[EMAIL PROTECTED]> Cc: Sent: Saturday, April 15, 2006 11:15 PM Subject: Re: problems with the squid-2.5 connection pinning lör 2006-04-15 klockan 09:10 +0800 skrev Steven Wilton: Having seen your pa

wccp2

2006-04-17 Thread Adrian Chadd
Everyone, I've decided to tidy up the wccp2 code and get it import-ready for squid-2. My aims: * configurable standard and dynamic services * handle multiple routers * stay "sane" during a cache configuration reload I'm basing it on Steven Wiltons code in our monotone repository (http://www.cach