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
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