From 318d1eeb60c903ecc973d3efe96adff03c6ce00d Mon Sep 17 00:00:00 2001 From: ianb Date: Tue, 26 Jun 2007 18:44:51 +0000 Subject: fix list formatting --- docs/paste-httpserver-threadpool.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/paste-httpserver-threadpool.txt') 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 -- cgit v1.2.1