Python IPC options
holger krekel
pyth at devel.trillke.net
Sun Sep 1 15:54:06 EDT 2002
Armin Steinhoff wrote:
> 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
CORBA 2.0 AFAIK.
> Python remote objects -> http://www.sf.net/projects/pyro
> SOAP -> http://www.pythonware.com/products/soap/
> SPREAD -> http://www.python.org/other/spread/
this one has a bus-like architecture (uses IP-Multicast if possible).
> Send/Receive/Reply for QNX6 message passing -> http://www.sf.net/projects/pyqnx
Can you summarize this one? Couldn't find details on your project home page :-)
regards,
holger
More information about the Python-list
mailing list