Standard IPC for Python?
James Mills
prologic at shortcircuit.net.au
Tue Jan 13 19:33:29 EST 2009
On Wed, Jan 14, 2009 at 2:25 AM, Laszlo Nagy <gandalf at shopzeus.com> wrote:
> The question is: what is the standard way to implement fast and portable IPC
> with Python? Are there tools in the standard lib that can do this?
Certainly not standard by any means, but I use
circuits (1). Two or more processes can communicate
via Bridge by propagating events.
Example: http://trac.softcircuit.com.au/circuits/browser/examples/remotepy.py
cheers
James
1. http://trac.softcircuit.com.au/circuits/
More information about the Python-list
mailing list