Re: [Twisted-Python] Twisted Names too many open files...resolv.conf

2010-06-18 Thread Jason J. W. Williams
Hi Jean-Paul, As usual you're very right on more than one front: 1.) Using Resolver() directly is exactly the behavior we wanted. 2.) Running out of file descriptors was not because of the resolv.conf. #2 was because this box had an ancient version of Twisted (2.5.0) that never stopped the Resol

Re: [Twisted-Python] Twisted Names too many open files...resolv.conf

2010-06-17 Thread exarkun
On 12:36 am, jasonjwwilli...@gmail.com wrote: >Hi Guys, > >Is there anyway to prevent twisted.names.client.createResolver() from >creating a resolvconf resolver, when servers= is passed? > >The use here doesn't need the resolv.conf resolvers (and actually >really doesn't want them). What appears to