[Twisted-Python] Send/Receive UDP Packet

Itamar Shtull-Trauring itamar at itamarst.org
Mon Jan 23 11:31:31 EST 2006


On Mon, 2006-01-23 at 17:05 +0100, Sbaush wrote:

> After the send my application has to wait for a response from the
> other host and has to receive response. 
> This should be implemented with separated thread. A thread
> send/receive while another indipendent thread do same. 

You don't need to use threads for this.

> Is it possible with Twisted?
> How is it possible with Twisted?
> Is there any examples to learn twisted for this objective?

http://twistedmatrix.com/projects/core/documentation/howto/udp.html is
one starting point.





More information about the Twisted-Python mailing list