comparison xml/en/docs/stream/ngx_stream_upstream_module.xml @ 1817:0160e8784417

Documented behavior of server slow_start with ip_hash and hash.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 03 Jun 2015 15:35:08 +0300
parents 2245f2827e2f
children 6f2c5a36b4d1
comparison
equal deleted inserted replaced
1816:62854d567468 1817:0160e8784417
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="20"> 12 rev="21">
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)
299 from zero to a nominal value, when unhealthy server becomes 299 from zero to a nominal value, when unhealthy server becomes
300 <link id="health_check">healthy</link>, 300 <link id="health_check">healthy</link>,
301 or when the server becomes available after a period of time 301 or when the server becomes available after a period of time
302 it was considered <link id="fail_timeout">unavailable</link>. 302 it was considered <link id="fail_timeout">unavailable</link>.
303 Default value is zero, i.e. slow start is disabled. 303 Default value is zero, i.e. slow start is disabled.
304 <note>
305 The parameter cannot be used along with the
306 <link id="hash"/> load balancing method.
307 </note>
304 </tag-desc> 308 </tag-desc>
305 309
306 </list> 310 </list>
307 </para> 311 </para>
308 312