Hi all.<br>In my application I have to do implement a lot of networking in python<br>My application can create with a GUI a XML file in a string.<br>This string has to be sended to another host. i need a python application that send this string via UDP. 
<br>The packet of this communication is |int|payload|&nbsp; where payload is the XML string and int is an integer(size of packet).<br>After the send my application has to wait for a response from the other host and has to receive response.
<br>This should be implemented with separated thread. A thread send/receive while another indipendent thread do same.
<br><br>Is it <span style="font-weight: bold;">possible</span> with Twisted?<br><span style="font-weight: bold;">How</span> is it possible with Twisted?<br>Is there any examples to learn twisted for this objective?<br><br>
Thanks all. <br><br>Sorry for the big question but i don't know twisted very much, and sorry for my english but i'm italian!<br><br>Regards.<br>-- <br>Sbaush