comparison xml/en/docs/stream/ngx_stream_limit_conn_module.xml @ 2495:e4332b7580bb

Mentioned API in limit_conn_zone and limit_req_zone.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 30 Jan 2020 17:56:50 +0000
parents 07c4f2c66c97
children eeed494bba51
comparison
equal deleted inserted replaced
2494:78d4e25adf49 2495:e4332b7580bb
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_stream_limit_conn_module" 10 <module name="Module ngx_stream_limit_conn_module"
11 link="/en/docs/stream/ngx_stream_limit_conn_module.html" 11 link="/en/docs/stream/ngx_stream_limit_conn_module.html"
12 lang="en" 12 lang="en"
13 rev="5"> 13 rev="6">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_stream_limit_conn_module</literal> module (1.9.3) is used to 18 The <literal>ngx_stream_limit_conn_module</literal> module (1.9.3) is used to
147 One megabyte zone can keep about 32 thousand 32-byte states 147 One megabyte zone can keep about 32 thousand 32-byte states
148 or about 16 thousand 64-byte states. 148 or about 16 thousand 64-byte states.
149 If the zone storage is exhausted, the server will close the connection. 149 If the zone storage is exhausted, the server will close the connection.
150 </para> 150 </para>
151 151
152 <para>
153 <note>
154 Additionally, as part of our
155 <commercial_version>commercial subscription</commercial_version>,
156 the
157 <link doc="../http/ngx_http_api_module.xml" id="stream_limit_conns_">status information</link>
158 for each such shared memory zone can be
159 <link doc="../http/ngx_http_api_module.xml" id="getStreamLimitConnZone">obtained</link> or
160 <link doc="../http/ngx_http_api_module.xml" id="deleteStreamLimitConnZoneStat">reset</link>
161 with the <link doc="../http/ngx_http_api_module.xml">API</link> since 1.17.7.
162 </note>
163 </para>
164
152 </directive> 165 </directive>
153 166
154 </section> 167 </section>
155 168
156 169