Re: [Yum-devel] [UG] keepalive

2009-02-17 Thread Peter Poeml
On Tue, Feb 17, 2009 at 08:45:25PM -0500, James Antill wrote: > On Wed, 2009-02-18 at 01:33 +0100, Peter Poeml wrote: > > > Search bugzilla.redhat.com ... there are "bugs" in python/urllib2 which > > > leaks file descriptors. > > > > I noticed this bug several times, but never really pursued it.

Re: [Yum-devel] [UG] keepalive

2009-02-17 Thread James Antill
On Wed, 2009-02-18 at 01:33 +0100, Peter Poeml wrote: > Hi, > > On Tue, Feb 17, 2009 at 07:20:04PM -0500, James Antill wrote: > > On Sun, 2009-02-15 at 23:57 -0500, Andrew Trusty wrote: > > > So I've been using urlgrabber for awhile in a number of projects and I > > > love it because it usually wo

Re: [Yum-devel] [UG] keepalive

2009-02-17 Thread Peter Poeml
Hi, On Tue, Feb 17, 2009 at 07:20:04PM -0500, James Antill wrote: > On Sun, 2009-02-15 at 23:57 -0500, Andrew Trusty wrote: > > So I've been using urlgrabber for awhile in a number of projects and I > > love it because it usually works great. In my most recent project I'm > > using it to access G

Re: [Yum-devel] [UG] keepalive

2009-02-17 Thread James Antill
On Sun, 2009-02-15 at 23:57 -0500, Andrew Trusty wrote: > So I've been using urlgrabber for awhile in a number of projects and I > love it because it usually works great. In my most recent project I'm > using it to access Google's ajax translation api. Since I'm > translating a lot of stuff I kee

[Yum-devel] [UG] keepalive

2009-02-15 Thread Andrew Trusty
So I've been using urlgrabber for awhile in a number of projects and I love it because it usually works great. In my most recent project I'm using it to access Google's ajax translation api. Since I'm translating a lot of stuff I keep urlgrabber a lot busier than in my previous projects. I notic