On 27 July 2015 at 00:28, Nick Coghlan ncoghlan@gmail.com wrote:
On 26 July 2015 at 21:44, Sven R. Kunze srkunze@mail.de wrote:
If I read the documentation of https://docs.python.org/2/library/multiprocessing.html#module-multiprocessin... for instance, I do not see a way to specify my choice.
The Python 2.7 multiprocessing module API is ~5 years old at this point, Andrew's referring to the API in Python 3.4+: https://docs.python.org/2/library/multiprocessing.html#module-multiprocessin...
It would help if I actually replaced the link with the one I intended to provide...: https://docs.python.org/3/library/multiprocessing.html#contexts-and-start-me...
Cheers, Nick.
-- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia