summaryrefslogtreecommitdiff
path: root/docs/paste-httpserver-threadpool.txt
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-06-26 18:44:51 +0000
committerianb <devnull@localhost>2007-06-26 18:44:51 +0000
commit318d1eeb60c903ecc973d3efe96adff03c6ce00d (patch)
tree589de6006e69d912041540eab1e558e0e8f55d9c /docs/paste-httpserver-threadpool.txt
parent05136ba6a9ec63ea5cf8e5e84e118f92ea5b4339 (diff)
downloadpaste-318d1eeb60c903ecc973d3efe96adff03c6ce00d.tar.gz
fix list formatting
Diffstat (limited to 'docs/paste-httpserver-threadpool.txt')
-rw-r--r--docs/paste-httpserver-threadpool.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/paste-httpserver-threadpool.txt b/docs/paste-httpserver-threadpool.txt
index 71ea81e..e255a61 100644
--- a/docs/paste-httpserver-threadpool.txt
+++ b/docs/paste-httpserver-threadpool.txt
@@ -41,16 +41,16 @@ The pool tracks all workers threads. Threads can be in a few states:
* Working on a request
- - For a reasonable amount of time ("busy")
+ * For a reasonable amount of time ("busy")
- - For an unreasonably long amount of time ("hung")
+ * For an unreasonably long amount of time ("hung")
* Thread that should die
- - An exception has been injected that should kill the thread, but it
+ * An exception has been injected that should kill the thread, but it
hasn't happened yet ("dying")
- - An exception has been injected, but the thread has persisted for
+ * An exception has been injected, but the thread has persisted for
an unreasonable amount of time ("zombie")
When a request comes in, if there are no idle worker threads waiting