IPC
Irmen de Jong
irmen at -NOSPAM-REMOVETHIS-xs4all.nl
Mon May 19 14:25:20 EDT 2003
Max Khesin wrote:
> I am looking to implement a fast IPC mechanism w/python. mmap module looks
> ripe for the strorage part of it - can't get faster than shared memory!
Depending on exactly how fast you want it to perform, you might
also want to take a look at Pyro: http://pyro.sourceforge.net
Pyro's a remote method invocation library that performs
quite well, running over TCP/IP sockets. It is very easy
to use and works on any Python platform.
--Irmen de Jong.
More information about the Python-list
mailing list