[Twisted-Python] Twisted HTTP client supporting failover for multiple A records?

Itamar Turner-Trauring itamar at itamarst.org
Thu Jul 15 07:57:50 EDT 2010


On Thu, 2010-07-15 at 10:46 +0100, Reza Lotun wrote:

> I believe since all
> TCP connections are mediated via connectTCP hostnames are ultimately
> resolved via socket.gethostbyname.

Twisted uses a thread pool to do DNS lookups by default, so this
shouldn't block anything.




More information about the Twisted-Python mailing list