[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

Re: [Twisted-Python] Usage and testing of the new logging system

2015-09-30 Thread Glyph Lefkowitz
On Sep 29, 2015, at 04:59, Adi Roiban wrote: > > Hi, > > I feel that the current documentation for the new logging system lacks > information about how to use it in new Twisted code, how to > refactor/migrate existing code and how to test the usage of the new > logging system. > > I have create