summaryrefslogtreecommitdiffhomepage
path: root/docs/man5/tinyproxy.conf.txt.in
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man5/tinyproxy.conf.txt.in')
-rw-r--r--docs/man5/tinyproxy.conf.txt.in28
1 files changed, 1 insertions, 27 deletions
diff --git a/docs/man5/tinyproxy.conf.txt.in b/docs/man5/tinyproxy.conf.txt.in
index b3b94ec..afd3b6b 100644
--- a/docs/man5/tinyproxy.conf.txt.in
+++ b/docs/man5/tinyproxy.conf.txt.in
@@ -176,37 +176,11 @@ The possible keywords and their descriptions are as follows:
*MaxClients*::
- Tinyproxy creates one child process for each connected client.
+ Tinyproxy creates one thread for each connected client.
This options specifies the absolute highest number processes that
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.
-
-*StartServers*::
-
- The number of servers to start initially. This should usually be
- set to a value between MinSpareServers and MaxSpareServers.
-
-*MaxRequestsPerChild*::
-
- This limits the number of connections that a child process
- will handle before it is killed. The default value is `0`
- which disables this feature. This option is meant as an
- emergency measure in the case of problems with memory leakage.
- In that case, setting `MaxRequestsPerChild` to a value of e.g.
- 1000, or 10000 can be useful.
-
*Allow*::
*Deny*::