Process intercommunication

Irmen de Jong usenet at NOSPAM-irmen.cjb.net
Tue Nov 6 14:45:55 EST 2001


"Graham Dumpleton" <grahamd at dscpl.com.au> wrote in message
news:dc6f5c99.0111051538.4cf5dbfa at posting.google.com...
> Mikael Olofsson <mikael at isy.liu.se> wrote in message
news:<mailman.1004954826.23648.python-list at python.org>...
> > Hi all!
> >
> > Here is what I want to do, in short: I want two processes to be able
> > communicate with each other. Naturally, these processes are supposed
> > to be executed Python code. And we are on Solaris.
> >


I suggest you have a look at Pyro, which stands for Python Remote Objects.
URL: http://pyro.sourceforge.net
With a bit of luck you might be able to write your whole system
without any significant extra effort to perform the inter process
communication.
You get lots of other goodies too. Just visit the URL above.

Pyro is a 'native' Python protocol and has no overhead in time or in space
that would normally occur with XML based protocols.

Then again, I'm biased ofcourse ;-)

Irmen de Jong






More information about the Python-list mailing list