Watches the key paste.httpserver.thread_pool to see how many threads there are and report on any wedged threads.
Application that watches the threads in paste.httpserver, showing the length each thread has been working on a request.
If allow_kill is true, then you can kill errant threads through this application.
This application can expose private information (specifically in the environment, like cookies), so it should be protected.
Application that watches the threads in paste.httpserver, showing the length each thread has been working on a request.
If allow_kill is true, then you can kill errant threads through this application.
This application can expose private information (specifically in the environment, like cookies), so it should be protected.