comparison xml/en/docs/http/ngx_http_split_clients_module.xml @ 966:95c3c3bbf1ce

Text review.
author Egor Nikitin <yegor.nikitin@gmail.com>
date Wed, 14 Aug 2013 12:03:41 +0400
parents 813b8349cdbe
children
comparison
equal deleted inserted replaced
965:fadccc156188 966:95c3c3bbf1ce
60 * ""; 60 * "";
61 } 61 }
62 </example> 62 </example>
63 The value of the original string is hashed using MurmurHash2. 63 The value of the original string is hashed using MurmurHash2.
64 In the example given, hash values from 0 to 21474835 (0.5%) 64 In the example given, hash values from 0 to 21474835 (0.5%)
65 correspond to the <var>$variant</var> variable taking the 65 correspond to the
66 value <literal>".one"</literal>, 66 value <literal>".one"</literal> of the <var>$variant</var> variable,
67 hash values from 21474836 to 107374180 (2%) correspond to 67 hash values from 21474836 to 107374180 (2%) correspond to
68 the value <literal>".two"</literal>, 68 the value <literal>".two"</literal>,
69 and hash values from 107374181 to 4294967295 correspond to 69 and hash values from 107374181 to 4294967295 correspond to
70 the value <literal>""</literal> (an empty string). 70 the value <literal>""</literal> (an empty string).
71 </para> 71 </para>