[issue8713] multiprocessing needs option to eschew fork() under Linux

Charles-François Natali report at bugs.python.org
Wed Dec 21 17:05:50 CET 2011


Charles-François Natali <neologix at free.fr> added the comment:

> There is probably lots of such code:

> I'm not convinced about making it the default behaviour, and 
> certainly not the only one.

Then I'm not convinced that this patch is useful.
Having three different implentations and code paths doesn't sound like a good idea to me.
fork() vs fork() + exec() is an implementation detail, and exposing such tweakables to the user will only make confusion worse.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8713>
_______________________________________


More information about the Python-bugs-list mailing list