chopsticks icon indicating copy to clipboard operation
chopsticks copied to clipboard

Comparison with multiprocessing remote manager

Open catern opened this issue 6 years ago • 0 comments

The README says:

One might also draw a comparison with Python's built-in multiprocessing library, but instead of calling code in subprocesses on the same host, the code may be run on remote hosts.

What about chopsticks compared with the remote manager support in multiprocessing? That allows running the code on remote hosts through the multiprocessing interface. https://docs.python.org/3/library/multiprocessing.html#using-a-remote-manager

catern avatar Feb 03 '18 18:02 catern