comparison xml/en/docs/http/server_names.xml @ 659:77a3314c74a7

Avoid the uses of second person.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 28 Aug 2012 09:23:40 +0000
parents bb450e295ca2
children 95c3c3bbf1ce
comparison
equal deleted inserted replaced
658:bd81a71006fe 659:77a3314c74a7
325 Exact names, wildcard names starting with an asterisk, 325 Exact names, wildcard names starting with an asterisk,
326 and wildcard names ending with an asterisk are stored 326 and wildcard names ending with an asterisk are stored
327 in three hash tables bound to the listen ports. 327 in three hash tables bound to the listen ports.
328 The sizes of hash tables are optimized at the configuration phase 328 The sizes of hash tables are optimized at the configuration phase
329 so that a name can be found with the fewest CPU cache misses. 329 so that a name can be found with the fewest CPU cache misses.
330 See also “<link doc="../hash.xml"/>”. 330 Details of setting up hash tables are provided in a separate
331 <link doc="../hash.xml">document</link>.
331 </para> 332 </para>
332 333
333 <para> 334 <para>
334 The exact names hash table is searched first. 335 The exact names hash table is searched first.
335 If a name is not found, the hash table with wildcard names 336 If a name is not found, the hash table with wildcard names