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

Text review.
author Egor Nikitin <yegor.nikitin@gmail.com>
date Wed, 14 Aug 2013 12:03:41 +0400
parents 77a3314c74a7
children 30e2bd353998
comparison
equal deleted inserted replaced
965:fadccc156188 966:95c3c3bbf1ce
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 Details of setting up hash tables are provided in a separate 330 The details of setting up hash tables are provided in a separate
331 <link doc="../hash.xml">document</link>. 331 <link doc="../hash.xml">document</link>.
332 </para> 332 </para>
333 333
334 <para> 334 <para>
335 The exact names hash table is searched first. 335 The exact names hash table is searched first.