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

Jean-Paul Calderone exarkun at divmod.com
Sun Aug 13 12:44:17 MDT 2006


On Sun, 13 Aug 2006 13:23:42 -0400, Chaz <eprparadocs at gmail.com> wrote:
>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
>
>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
>

You didn't answer my question.  Also, please don't top-post.

Jean-Paul




More information about the Twisted-Python mailing list