Socket server and threads

Maciej Sobczak maciej at maciejsobczak.com
Tue Sep 17 13:20:50 EDT 2002


Hi,

"Rob Brown-Bayliss" <rob at zoism.org> wrote in message
news:mailman.1032223099.23141.python-list at python.org...
>
> Hi, I am trying to write an app. it Has a gui, and I am using xmlrpc via
> socket server to communicate with other apps on other machines.

I envite you to try this library:

http://www.maciejsobczak.com/prog/yami/

You can go directly to:
http://www.maciejsobczak.com/prog/yami/impl/index.html#python

It uses sockets to provide object-based communication abstraction for C,
C++, Tcl and Python.
It can greatly simplify your code (including threading issues), unless you
need to use some specific protocol for some reason.

Note that there is work in progress on 2.0 version.

Do not hesitate to contact me if you have any questions.

Cheers,

--
Maciej Sobczak
http://www.maciejsobczak.com/






More information about the Python-list mailing list