Re: [Twisted-Python] twisted compatibility with multiprocessing module in fork+execv mode

2015-10-03 Thread Glyph Lefkowitz
> 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

[Twisted-Python] twisted compatibility with multiprocessing module in fork+execv mode

2015-09-30 Thread Flavio Grossi
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