> On Sep 30, 2015, at 03:25, Flavio Grossi wrote:
>
> I know the multiprocessing module is not properly supported by twisted apps
> because of the interactions among duplicated file descriptors and signal
> handling, as discussed other times.
To be fair, the multiprocessing module has most of
I know the multiprocessing module is not properly supported by twisted apps
because of the interactions among duplicated file descriptors and signal
handling, as discussed other times.
But python 3.4 introduces a new mode to use that module by spawning (i.e.
fork() followed by execv()) the new