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


_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to