[Twisted-Python] threads monitoring

Ladislav Andel ladaan at iptel.org
Wed Aug 15 12:50:23 EDT 2007


Hello,
How can I monitor the number of created threads when I use just function 
deferToThreds in my code?

Could you give me an example, please?

If I do following:   ThreadPool.dumpStats()

I get

TypeError: unbound method dumpStats() must be called with ThreadPool 
instance as first argument (got nothing instead)

Here I understand I have to make an instance of ThreadPool, but if I 
just use deferToThreads from threads module
I'm not sure how to accomplish it.

Thanks,
Ladislav




More information about the Twisted-Python mailing list