Re: wccp2d in sourceforge

2007-09-05 Thread Adrian Chadd
On Wed, Sep 05, 2007, Henrik Nordstrom wrote: > > Hm, archive.org any help? > > not sure, but google was.. > > http://ns.sgu.ru/viewmtn/viewmtn.py/branch/changes/net.stingr.wccpd Aha, cool. Yup, this is about as useful as wccp2.c in squid-2. I'll stick to C, I'm more familiar with it. (And I d

Re: wccp2d in sourceforge

2007-09-05 Thread Henrik Nordstrom
On ons, 2007-09-05 at 20:56 +0800, Adrian Chadd wrote: > On Wed, Sep 05, 2007, Henrik Nordstrom wrote: > > > IIRC it was considerably cleaned up in later versions, but hard to tell > > at the moment.. > > Hm, archive.org any help? not sure, but google was.. http://ns.sgu.ru/viewmtn/viewmtn.py/

Re: wccp2d in sourceforge

2007-09-05 Thread Adrian Chadd
On Wed, Sep 05, 2007, Henrik Nordstrom wrote: > IIRC it was considerably cleaned up in later versions, but hard to tell > at the moment.. Hm, archive.org any help? adrian

Re: wccp2d in sourceforge

2007-09-05 Thread Henrik Nordstrom
On ons, 2007-09-05 at 15:29 +0800, Adrian Chadd wrote: > On Wed, Sep 05, 2007, Henrik Nordstrom wrote: > > > An old copy is available in the squid-dev archives > > > > http://www.squid-cache.org/mail-archive/squid-dev/200408/0069.html > > Thats right. I remember seeing this. Its a nice idea, b

Re: wccp2d in sourceforge

2007-09-05 Thread Adrian Chadd
On Wed, Sep 05, 2007, Henrik Nordstrom wrote: > An old copy is available in the squid-dev archives > > http://www.squid-cache.org/mail-archive/squid-dev/200408/0069.html Thats right. I remember seeing this. Its a nice idea, but the internals of it are just as ugly as C. I bet I could make a c

Re: wccp2d in sourceforge

2007-09-04 Thread Henrik Nordstrom
On tis, 2007-09-04 at 11:46 +0800, Adrian Chadd wrote: > :) Well, if someone wants to start recoding it in python then by > all means, please do. There is already a WCCPv2 daemon written in Python available.. http://freshmeat.net/projects/pywccp2/ Hmm.. seems to have fallen off the Internet h

Re: wccp2d in sourceforge

2007-09-03 Thread Adrian Chadd
On Tue, Sep 04, 2007, Robert Collins wrote: > > Then its a pain in the ass to put into something embedded. > > Really? Python is even on symbian phones running webservers. Doesn't > seem that PITA to me. Several years ago we had python on the embedded > squid appliances we sold, and had no troubl

Re: wccp2d in sourceforge

2007-09-03 Thread Robert Collins
On Tue, 2007-09-04 at 10:04 +0800, Adrian Chadd wrote: > On Tue, Sep 04, 2007, Robert Collins wrote: > > > What IO load does this get? perhaps writing it in python or something > > would be better overall? > > Then its a pain in the ass to put into something embedded. Really? Python is even on s

Re: wccp2d in sourceforge

2007-09-03 Thread Adrian Chadd
On Tue, Sep 04, 2007, Robert Collins wrote: > What IO load does this get? perhaps writing it in python or something > would be better overall? Then its a pain in the ass to put into something embedded. Adrian

Re: wccp2d in sourceforge

2007-09-03 Thread Robert Collins
On Tue, 2007-09-04 at 09:18 +0800, Adrian Chadd wrote: > I've put my wccp2 code breakout into a new module in the sourceforge squid > repository (under "wccp2d".) > > For now its "just" the squid wccp2.c with some glue to make it live outside > of Squid. It uses libevent for its network IO. > > T

wccp2d in sourceforge

2007-09-03 Thread Adrian Chadd
I've put my wccp2 code breakout into a new module in the sourceforge squid repository (under "wccp2d".) For now its "just" the squid wccp2.c with some glue to make it live outside of Squid. It uses libevent for its network IO. There's a TODO list there. The first two things to implement are runni