comparison xml/en/docs/http/ngx_http_upstream_module.xml @ 1818:574c44d14837

Removed the "max_conns" condition from the "queue" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 14 Oct 2016 21:13:47 +0300
parents 0160e8784417
children 56b6244ddadb
comparison
equal deleted inserted replaced
1817:0160e8784417 1818:574c44d14837
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_upstream_module" 10 <module name="Module ngx_http_upstream_module"
11 link="/en/docs/http/ngx_http_upstream_module.html" 11 link="/en/docs/http/ngx_http_upstream_module.html"
12 lang="en" 12 lang="en"
13 rev="53"> 13 rev="54">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_upstream_module</literal> module 18 The <literal>ngx_http_upstream_module</literal> module
1018 <appeared-in>1.5.12</appeared-in> 1018 <appeared-in>1.5.12</appeared-in>
1019 1019
1020 <para> 1020 <para>
1021 If an upstream server cannot be selected immediately 1021 If an upstream server cannot be selected immediately
1022 while processing a request, 1022 while processing a request,
1023 and there are the servers in the group that have reached the
1024 <link id="max_conns"/> limit,
1025 the request will be placed into the queue. 1023 the request will be placed into the queue.
1026 The directive specifies the maximum number of requests that can be in the queue 1024 The directive specifies the maximum number of requests that can be in the queue
1027 at the same time. 1025 at the same time.
1028 If the queue is filled up, 1026 If the queue is filled up,
1029 or the server to pass the request to cannot be selected within 1027 or the server to pass the request to cannot be selected within