[Twisted-Python] A thread in isolation

Phil Mayers p.mayers at imperial.ac.uk
Thu Feb 17 17:11:07 EST 2011


On 02/17/2011 09:38 PM, Andy.Henshaw at gtri.gatech.edu wrote:

> My controlling thread just wants to start Twisted, let it do its thing,
> and then let the thread stop. Later on, I’d like to do it again. In the

That's your problem. The reactor is not, in general, restartable.

You need to start it only once and keep running it I'm afraid.



More information about the Twisted-Python mailing list