Re: cvs commit: squid/src cf.data.pre wccp2.c

2006-05-18 Thread Reuben Farrelly
On 19/05/2006 6:24 p.m., Henrik Nordstrom wrote: fre 2006-05-19 klockan 14:05 +1200 skrev Reuben Farrelly: I've just found a minor bug related to this. By specifying in my squid.conf: wccp2_router 192.168.0.1 then I get no debugging, no wccp2 functionality, and no warning that the syntax is

Re: cvs commit: squid/src cf.data.pre wccp2.c

2006-05-18 Thread Henrik Nordstrom
fre 2006-05-19 klockan 14:05 +1200 skrev Reuben Farrelly: > I've just found a minor bug related to this. By specifying in my squid.conf: > > wccp2_router 192.168.0.1 > > then I get no debugging, no wccp2 functionality, and no warning that the > syntax > is incorrect (bungled?). Unfortunately

Re: cvs commit: squid/src cf.data.pre wccp2.c

2006-05-18 Thread Reuben Farrelly
On 17/05/2006 3:55 a.m., [EMAIL PROTECTED] wrote: hno 2006/05/16 09:55:45 MDT Modified files: src cf.data.pre wccp2.c Log: WCCP2 cleanup * wccp2_router defaults to none (not 0.0.0.0:2048). It's a list so it can be empty. * Internal functions

Change to store swapmeta: addition of a new type

2006-05-18 Thread Adrian Chadd
Part of my COSS rewrite required a little 'help' from the store system to hand over a little more metadata. This metadata is then used during the COSS store rebuild. I've added a new metadata type which records the object size if known. Since its always known for COSS stores it means the object si

Re: Squid-2.6 update

2006-05-18 Thread Henrik Nordstrom
tor 2006-05-18 klockan 14:27 -0300 skrev Gonzalo Arana: > > epoll is being worked on by Adrian & Steven, but the other two is ready > > to be merged once they have been separated out cleanly.. > > OK, I'll leave that to them. Now merged. > I have the external acl grace patch ready for 2.6. Sho

Re: Auto tools in 2.6

2006-05-18 Thread Henrik Nordstrom
tor 2006-05-18 klockan 20:57 +0200 skrev Guido Serassio: > What about update the autoconf/automake versions needed by 2.6 ? Maybe. I suppose it should be possible to pull in the old automake updates somehow, or redo what is needed. Regards Henrik signature.asc Description: Detta är en digitalt

Re: Squid-2.6 update

2006-05-18 Thread Gonzalo Arana
On 5/17/06, Henrik Nordstrom <[EMAIL PROTECTED]> wrote: ons 2006-05-17 klockan 20:53 -0300 skrev Gonzalo Arana: > I am particularly interested in epoll, connection pinning & external > acl grace parameter. If more hands are needed for any of them > (coding, testing, what-ever), please let me kn

Auto tools in 2.6

2006-05-18 Thread Guido Serassio
Hi, What about update the autoconf/automake versions needed by 2.6 ? Regards Guido - Guido Serassio Acme Consulting S.r.l. - Microsoft Certified Partner Via Lucia Savarino, 1 10098 - Rivoli (TO) - ITALY Tel. : +39.011.9530135

Re: proposed aufs changes

2006-05-18 Thread Adrian Chadd
On Thu, May 18, 2006, Henrik Nordstrom wrote: > tor 2006-05-18 klockan 15:16 +0800 skrev Adrian Chadd: > > > Does anyone have a problem with this? Can it be changed to just > > use it, or should I try to make it a configure/compiletime option? > > Just use it. They are part of the pthreads specif

Re: proposed aufs changes

2006-05-18 Thread Henrik Nordstrom
tor 2006-05-18 klockan 15:16 +0800 skrev Adrian Chadd: > Does anyone have a problem with this? Can it be changed to just > use it, or should I try to make it a configure/compiletime option? Just use it. They are part of the pthreads specification, and in the unlikely event we still should encount

Re: proposed aufs changes

2006-05-18 Thread Adrian Chadd
On Thu, May 18, 2006, Adrian Chadd wrote: > Hi everyone, > > I'd like to propose using pread() and pwrite() in the AUFS AIO > read/write code. This allows multiple concurrent readers/writers > to be accessing the same filedescriptor which enables COSS > to use AIO. > > Does anyone have a problem

proposed aufs changes

2006-05-18 Thread Adrian Chadd
Hi everyone, I'd like to propose using pread() and pwrite() in the AUFS AIO read/write code. This allows multiple concurrent readers/writers to be accessing the same filedescriptor which enables COSS to use AIO. Does anyone have a problem with this? Can it be changed to just use it, or should I t