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

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

Reply via email to