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) _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python