diff options
Diffstat (limited to 'docs/paste-httpserver-threadpool.txt')
| -rw-r--r-- | docs/paste-httpserver-threadpool.txt | 8 |
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 |
