[Twisted-Python] Twisted with wxPython in a thread

Itamar Turner-Trauring itamar at itamarst.org
Tue Aug 24 10:26:53 EDT 2010


On Tue, 2010-08-24 at 15:22 +0200, Gabriel Rossetti wrote:

> Ok, so you put Twisted in a thread? I read in several posts that this 
> posed problems, have you had any drawbacks?

reactor.spawnProcess won't notice processes have exited on posix
platforms (though you can fix this by installing your own SIGCHLD
handler in the main thread that does callFromThread on
t.i.process.reapAllProcesses).




More information about the Twisted-Python mailing list