comparison xml/en/docs/stream/ngx_stream_upstream_module.xml @ 1801:592f9fa804f6

Added info about shared memory to max_conns.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 28 Sep 2016 20:27:40 +0300
parents 9d722e4153ab
children 2245f2827e2f
comparison
equal deleted inserted replaced
1800:9d722e4153ab 1801:592f9fa804f6
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_upstream_module" 9 <module name="Module ngx_stream_upstream_module"
10 link="/en/docs/stream/ngx_stream_upstream_module.html" 10 link="/en/docs/stream/ngx_stream_upstream_module.html"
11 lang="en" 11 lang="en"
12 rev="18"> 12 rev="19">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_upstream_module</literal> module (1.9.0) 17 The <literal>ngx_stream_upstream_module</literal> module (1.9.0)
147 147
148 <tag-name id="max_conns"> 148 <tag-name id="max_conns">
149 <literal>max_conns</literal>=<value>number</value> 149 <literal>max_conns</literal>=<value>number</value>
150 </tag-name> 150 </tag-name>
151 <tag-desc> 151 <tag-desc>
152 limits the maximum <value>number</value> of simultaneous connections to the 152 limits the maximum <value>number</value> of simultaneous
153 proxied server (1.11.5). 153 connections to the proxied server (1.11.5).
154 Default value is zero, meaning there is no limit. 154 Default value is zero, meaning there is no limit.
155 If the server group does not reside in the <link id="zone">shared memory</link>,
156 the limitation works per each worker process.
155 <note> 157 <note>
156 Prior to version 1.11.5, this parameter was available as part of our 158 Prior to version 1.11.5, this parameter was available as part of our
157 <commercial_version>commercial subscription</commercial_version>. 159 <commercial_version>commercial subscription</commercial_version>.
158 </note> 160 </note>
159 </tag-desc> 161 </tag-desc>