On Sat, Jan 23, 2010 at 1:40 AM, Mikhail Terekhov <ter...@gmail.com> wrote:
> So why reactor never stops if it was never run? What it is doing?

You call reactor.stop(); this does nothing but produce a delayed
exception. You then call reactor.run(), which runs the reactor. You
then never call reactor.stop() again, and thus the reactor continues
running forever.
-- 
mithrandi, i Ainil en-Balandor, a faer Ambar

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

Reply via email to