Python IPC options

Armin Steinhoff a-steinhoff at web.de
Sun Sep 1 12:36:05 EDT 2002


fburton at nyx10.nyx.net (Francis Burton) wrote in message news:<1030829572.943495 at irys.nyx.net>...
[ clipp ..]
> It would be nice if Python could provide the same kind of
> communication mechanisms. Unfortunately, while Glish is
> freely available, it is heavily C++ biased and runs only on
> some Unix systems. In theory, something similar could be
> implemented on a much wider range of platforms using
> sockets and Python.
> 
> Can anyone tell me: has an interprocess communication
> mechanism specifically with a bus architecture been
> implemented in/for Python?

Corba 2.2 -> http://www.fnorb.org 
Python remote objects -> http://www.sf.net/projects/pyro
SOAP -> http://www.pythonware.com/products/soap/
SPREAD -> http://www.python.org/other/spread/
Send/Receive/Reply for QNX6 message passing -> http://www.sf.net/projects/pyqnx

 ... also PyPVM, PyMPI a.s.o.

Hope this is enough :)

Armin



More information about the Python-list mailing list