[Twisted-Python] Reactor Spinning?

Phil Mayers p.mayers at imperial.ac.uk
Wed May 5 08:51:57 MDT 2010


On 05/05/10 15:22, Moxie Marlinspike wrote:
>
> I've confirmed that when spinning the FD corresponds with a client
> connection.  What would you suggest logging that might provide some insight?
>
> Given what I understand about manholes, the fact that this only occurs
> in a production environment which must remain high performance means
> that might not be an option for me.

A manhole is really just a listening connection which spawns a python 
interpreter. It doesn't consume any CPU adding a manhole to a twisted 
server, and very little CPU accessing it (unless you do something *in* 
the manhole that consumes a lot of CPU)




More information about the Twisted-Python mailing list