oh thanks i read the howto.<br>Why i should use pyro? What is in poor words?<br><br><div><span class="gmail_quote">2006/1/23, Martin Franklin <<a href="mailto:mfranklin1@gatwick.westerngeco.slb.com">mfranklin1@gatwick.westerngeco.slb.com
</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Sbaush wrote:<br>> 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.(and now my<br>> application can do it wow!!)<br>> This string has to be sended to another host. i need a python application<br>> that send this string via UDP.
<br>> The packet of this communication is |int|payload| where payload is the XML<br>> string.<br>> After the send my application has to wait for a response and has to receive<br>> response.<br>> For the heaven it should be implemented with separated thread. A thread
<br>> send/receive while another indipendent thread do same.<br>><br>> Have you any ideas to do it more simply as possible?<br>> What is the best way to di it??<br>> What is the best way to thread programming in python?
<br>><br>> Thanks all for your help with me!<br>> --<br><br>for python & socket how to :<br><br><a href="http://www.amk.ca/python/howto/sockets/">http://www.amk.ca/python/howto/sockets/</a><br><br><br>You may also want to look at:
<br><br><a href="http://pyro.sourceforge.net/">http://pyro.sourceforge.net/</a><br><br>which gives you a pythonic solution<br><br>HTH,<br>Martin.<br><br><br><br><br><br><br><br><br>--<br><a href="http://mail.python.org/mailman/listinfo/python-list">
http://mail.python.org/mailman/listinfo/python-list</a><br></blockquote></div><br><br clear="all"><br>-- <br>Sbaush