summaryrefslogtreecommitdiff
path: root/docs/test_server.ini
Commit message (Collapse)AuthorAgeFilesLines
* Major threadpool features to add threads temporarily, kill threads, monitor ↵ianb2007-03-101-0/+13
| | | | 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-1/+8
| | | | Schremmer for pointing out the technique)
* Allow killing of errant threads through the web application (also add a ↵ianb2007-01-301-1/+5
| | | | 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/+18
handy config file for testing some stuff, and removing a config file that is long defunct