[EMAIL PROTECTED] 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

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to