Multiprocessing vs. [Pyro, RPyC]

Jeffrey Barish jeff_barish at earthlink.net
Fri Nov 14 15:58:53 EST 2008


skip at pobox.com wrote:

> 
>     Jeffrey> With the release of multiprocessing in Python 2.6, is there
>     any Jeffrey> reason to use Pyro or RPyC?
> 
> As far as I know the multiprocessing module only works on one machine
> (multi-cpu or multi-core), not across machines.

So I thought at first, but then I saw this statement in the documentation:

It is possible to run a manager server on one machine and have clients use
it from other machines (assuming that the firewalls involved allow it).
-- 
Jeffrey Barish




More information about the Python-list mailing list