[Twisted-Python] LoopingCall(): Threaded or not?

Itamar Shtull-Trauring itamar at itamarst.org
Sat Sep 25 10:50:08 EDT 2004


Twisted does not use threads as a rule. Exceptions are the database pool
code and functions that mention threads (reactor.callInThread, say). So
you need not worry.





More information about the Twisted-Python mailing list