[Python-Dev] Active Objects in Python (original) (raw)

Benji York benji at benjiyork.com
Tue Sep 27 20:04:11 CEST 2005


Phillip J. Eby wrote:

Well, you could pickle and unpickle the objects you send from one function to another, and for cross-process communication, you'll need to do something like that anyway, or else use that shared-memory objects thing. PySHM? I don't remember its name, but it's an extension that lets you store Python objects in shared memory and use them from multiple processes, modulo certain strict limitations.

"POSH": http://poshmodule.sourceforge.net/posh/html/

Benji York



More information about the Python-Dev mailing list