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 be occurring is that
repeated use of createResolver() exhausts the number of allowed open
files because resolv.conf is never closed:

exceptions.IOError: [Errno 24] Too many open files: '/etc/resolv.conf'

Any advice is greatly appreciated.

-J

_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to