Simple client/server exchanging objects

Janko Hauser jhauser at ifm.uni-kiel.de
Mon Feb 14 11:48:28 EST 2000


A simple python specific thing is dopy and pyro. They handle also the
client server part and have the benefit that remote functions can be
called.

Than there are example scripts for xmlrpc and xmlrpc-server. Basically
you use something like socketserver from the python distribution.

HTH,
__Janko

-- 
  Institut fuer Meereskunde             phone: 49-431-597 3989
  Dept. Theoretical Oceanography        fax  : 49-431-565876
  Duesternbrooker Weg 20                email: jhauser at ifm.uni-kiel.de
  24105 Kiel, Germany



More information about the Python-list mailing list