[Twisted-Python] Re: Using FQDN with transport.write calls...

Chaz eprparadocs at gmail.com
Sun Aug 13 13:23:42 EDT 2006


I actually see reactor has a resolve() method that looks like it is 
used. But in looking at the Posix implementation it appears to be 
"blocking" (unless threading is around in which case it uses a thread).

So I am now wondering the following:

1) Is the default resolve() method, blocking?
2) How do I get it to use the thread version?

Chaz

Jean-Paul Calderone wrote:
> On Sun, 13 Aug 2006 07:28:51 -0400, "Chaz." <eprparadocs at gmail.com> wrote:
>> My application requires that I use FQDN in place of the normal IP 
>> addresses in transport.write calls.
> 
> No it doesn't.  What behavior would you expect this to provide which you
> desire in your application?
> 
> Jean-Paul





More information about the Twisted-Python mailing list