multiprocessing module backport from 3 to 2.7 - spawn feature

Skip Montanaro skip.montanaro at gmail.com
Wed Jan 28 13:06:51 EST 2015


On Wed, Jan 28, 2015 at 7:07 AM, Andres Riancho <andres.riancho at gmail.com>
wrote:

> The feature I'm specially interested in is the ability to spawn
> processes [1] instead of forking, which is not present in the 2.7
> version of the module.
>

Can you explain what you see as the difference between "spawn" and "fork"
in this context? Are you using Windows perhaps? I don't know anything
obviously different between the two terms on Unix systems.

Skip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20150128/c67ff75e/attachment.html>


More information about the Python-list mailing list