| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
ThreadPool
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
| callable |
app WSGI application |
||
| wtf.impl.ServerInterface |
impl WSGI implementation |
||
| int |
maxqueue Maximum of jobs in the queue (if no thread is available). |
||
| int |
maxspare Maximum number of idle threads (remaining ones are killed off) |
||
| int |
maxthreads Hard limit of number of threads |
||
| int |
minspare Minimum number of idel threads (new threads are started if the threshold is reached) |
||
| socket.socket |
sock Main socket |
||
|
|||
|
Inherited from |
|||
|
|||
|
Force the application reload and handle the one accepted socket This method forks the process and proxies the socket to the new one.
|
|
|||
maxqueueMaximum of jobs in the queue (if no thread is available). The queue blocks if maxqueue is reached.
|
| Home | Trees | Indices | Help |
|
|---|