2007/9/27, Jean-Paul Calderone <exarkun@divmod.com>:
On Thu, 27 Sep 2007 12:25:02 +0200, Steve MULLER <thoma.hauc@gmail.com> wrote:
>Hello,
>
>I discovered Python recently and even more recently the Twisted module.
>
>I have a problem with the Twisted reactor and I would like to understand for
>which reason my program freezes.
>
> [snip]
>
>
>Thus I start first once the reactor, I stop it then I start again and it
>freezes instead of stopping it the reactor.
>
>Could somebody explain me it why?
>

None of the reactors implemented in Twisted are restartable.  You can call
each of start and stop at most once.

Jean-Paul

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


Is there any other way to do so kind of job ?

smu