How to make a web services in python ???
Ian
hobson42 at gmaiil.com
Mon Sep 20 13:36:50 EDT 2010
On 20/09/2010 16:09, Ariel wrote:
> Soap web services I think.
>
> On Fri, Sep 17, 2010 at 5:35 PM, Hidura <hidura at gmail.com
> <mailto:hidura at gmail.com>> wrote:
>
> What kind of web-service you have in mind????
>
> 2010/9/17, Ariel <isaacrc82 at gmail.com <mailto:isaacrc82 at gmail.com>>:
> > Hi everybody, I need some help to find documentation about how
> to implements
> > web services in python, could you help me please ???
> > Regards
> > Thanks in advance
> > Ariel
> >
>
>
Hi Ariel,
There are a few pages on creating a TCP server and a Threaded server in
Chapters 18 and 19 of "Rapid GUI Programming with Python and Qt" by Mark
Summerfield.
It shows you how to handle sockets, threading , and the locking of
shared data constructs.
Regards
Ian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100920/59d01c1a/attachment-0001.html>
More information about the Python-list
mailing list