[Twisted-Python] oddness in gtk reactor compred to wx and plain reactor

Itamar Shtull-Trauring itamar at itamarst.org
Tue Feb 24 21:03:58 MST 2004


Don't do  time.sleep() in the main Twisted thread. This totally blocks
*all* twisted code as twisted is single threaded, making scheduled
events run late, network events not be handled, etc..





More information about the Twisted-Python mailing list