[Twisted-Python] Reactor Spinning?
Itamar Turner-Trauring
itamar at itamarst.org
Wed May 5 11:01:13 MDT 2010
>
> I've confirmed that when spinning the FD corresponds with a client
> connection. What would you suggest logging that might provide some
> insight?
What is the transport's writeSomeData() method doing? Is it actually
trying to write an empty string? Transition from/to writeable state may
also be interesting, along with logging size of transport's buffer (so
logging in stopWriting/startWriting).
More information about the Twisted-Python
mailing list