> I want to know what makes callInThread so special with iocpreactor?

You're calling a reactor method from a thread; that is a bug, the reactor
is not thread safe. As a result, different reactors may fail differently.
Use reactor.callFromThread to call reactor methods from a thread.


_______________________________________________
Twisted-Python mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to