Exploiting Dual Core's with Py_NewInterpreter's separated GIL ?

GHUM haraldarminmassa at gmail.com
Sat Nov 4 08:07:28 EST 2006


robert,

> Interprocess communication is tedious and out of questio
[...]
> I expect to be able to directly push around Python Object-Trees between the 2 (or more) interpreters by doing some careful locking.

Please do yourself a favour and have a look at pyro. pyro makes
InterComputer and InterProcess Communication a snap. And it allows you
to push around Python Objects not only between processes, but
computers.

Maybe it solves your problem much easier and even more than you want to
solve it now by being able to use more then one computer.

Harald




More information about the Python-list mailing list