summaryrefslogtreecommitdiff
path: root/paste/debug/watchthreads.py
Commit message (Collapse)AuthorAgeFilesLines
* Handle case when environ doesn't exist (request starting up)ianb2007-05-301-0/+4
|
* revert accidental commit of a printianb2007-03-171-1/+0
|
* fix some typos, from pythyianb2007-03-171-0/+1
|
* Major threadpool features to add threads temporarily, kill threads, monitor ↵ianb2007-03-101-15/+25
| | | | the killed threads, and notify the administrator about problems. Also updates to watchthreads to see this new information.
* Add tracebacks of each thread under Python 2.5 (thanks to Alexander ↵ianb2007-02-211-4/+58
| | | | Schremmer for pointing out the technique)
* In debug.watchthreads: better time formatting; fix expanding environ bugianb2007-02-151-7/+21
|
* rewrite watchthreads to use the new paste.util.templateianb2007-01-311-65/+80
|
* Allow killing of errant threads through the web application (also add a ↵ianb2007-01-301-37/+118
| | | | module to kill threads with ctypes, and a method to kill threads from the httpserver thread pool)
* Add app to monitor and summarize the status of any wedged threads. Also a ↵ianb2007-01-301-0/+169
handy config file for testing some stuff, and removing a config file that is long defunct