Multiprocessing on a remote host

Steven D'Aprano steve+comp.lang.python at pearwood.info
Tue Mar 20 23:15:31 EDT 2018


On Wed, 21 Mar 2018 02:20:16 +0000, Larry Martell wrote:

> Is there a way to use the multiprocessing lib to run a job on a remote
> host?

Don't try to re-invent the wheel. This is a solved problem.

https://stackoverflow.com/questions/1879971/what-is-the-current-choice-for-doing-rpc-in-python

I've used both rpyc and pyro, they work fine and are easy to learn.



-- 
Steve




More information about the Python-list mailing list