diff options
author | Michael Adam <obnox@samba.org> | 2009-09-28 09:26:16 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-09-28 11:24:33 +0200 |
commit | 9574bf0855b8b9a420f8bdfb84f49dc82285338e (patch) | |
tree | 91be5349b7fdb0221049e2264e8ca531cfb68d68 /docs | |
parent | bc1b7def01e3ecd94ecf8dd0e6410b05723537c3 (diff) | |
download | tinyproxy-9574bf0855b8b9a420f8bdfb84f49dc82285338e.tar.gz tinyproxy-9574bf0855b8b9a420f8bdfb84f49dc82285338e.zip |
docs: document MinSpareServers and MaxSpareServers in tinyproxy.conf(5)
Michael
Diffstat (limited to 'docs')
-rw-r--r-- | docs/man5/tinyproxy.conf.txt.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/man5/tinyproxy.conf.txt.in b/docs/man5/tinyproxy.conf.txt.in index ced696a..59e4c1c 100644 --- a/docs/man5/tinyproxy.conf.txt.in +++ b/docs/man5/tinyproxy.conf.txt.in @@ -171,6 +171,18 @@ The possible keywords and their descriptions are as follows: will be created. With other words, only MaxClients clients can be connected to Tinyproxy simultaneously. +*MinSpareServers*:: +*MaxSpareServers*:: + + Tinyproxy always keeps a certain number of idle child processes + so that it can handle new incoming client requests quickly. + `MinSpareServer` and `MaxSpareServers` control the lower and upper + limits for the number of spare processes. I.e. when the number of + spare servers drops below `MinSpareServers` then Tinyproxy will + start forking new spare processes in the background and when the + number of spare processes exceeds `MaxSpareServers` then Tinyproxy + will kill off extra processes. + BUGS ---- |