HOWTO Send a string???
Sbaush
sbaush at gmail.com
Mon Jan 23 10:49:46 EST 2006
oh thanks i read the howto.
Why i should use pyro? What is in poor words?
2006/1/23, Martin Franklin <mfranklin1 at gatwick.westerngeco.slb.com>:
>
> Sbaush wrote:
> > Hi all.
> > In my application I have to do implement a lot of networking in python
> > My application can create with a GUI a XML file in a string.(and now my
> > application can do it wow!!)
> > This string has to be sended to another host. i need a python
> application
> > that send this string via UDP.
> > The packet of this communication is |int|payload| where payload is the
> XML
> > string.
> > After the send my application has to wait for a response and has to
> receive
> > response.
> > For the heaven it should be implemented with separated thread. A thread
> > send/receive while another indipendent thread do same.
> >
> > Have you any ideas to do it more simply as possible?
> > What is the best way to di it??
> > What is the best way to thread programming in python?
> >
> > Thanks all for your help with me!
> > --
>
> for python & socket how to :
>
> http://www.amk.ca/python/howto/sockets/
>
>
> You may also want to look at:
>
> http://pyro.sourceforge.net/
>
> which gives you a pythonic solution
>
> HTH,
> Martin.
>
>
>
>
>
>
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
Sbaush
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20060123/708f5ab2/attachment.html>
More information about the Python-list
mailing list