summaryrefslogtreecommitdiff
path: root/paste/debug/watchthreads.py
Commit message (Expand)AuthorAgeFilesLines
* Handle case when environ doesn't exist (request starting up)Ian Bicking2007-05-301-0/+4
* revert accidental commit of a printIan Bicking2007-03-171-1/+0
* fix some typos, from pythyIan Bicking2007-03-171-0/+1
* Major threadpool features to add threads temporarily, kill threads, monitor t...Ian Bicking2007-03-101-15/+25
* Add tracebacks of each thread under Python 2.5 (thanks to Alexander Schremmer...Ian Bicking2007-02-211-4/+58
* In debug.watchthreads: better time formatting; fix expanding environ bugIan Bicking2007-02-151-7/+21
* rewrite watchthreads to use the new paste.util.templateIan Bicking2007-01-311-65/+80
* Allow killing of errant threads through the web application (also add a modul...Ian Bicking2007-01-301-37/+118
* Add app to monitor and summarize the status of any wedged threads. Also a ha...Ian Bicking2007-01-301-0/+169