comparison xml/en/docs/windows.xml @ 461:6135f3c95bf6

Unified markup for lists.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 27 Mar 2012 14:30:18 +0000
parents 4d047c05b7ad
children 6330ca27a485
comparison
equal deleted inserted replaced
460:d645a7e0c229 461:6135f3c95bf6
105 </section> 105 </section>
106 106
107 <section id="known_issues" 107 <section id="known_issues"
108 name="Known issues"> 108 name="Known issues">
109 109
110 <list> 110 <list type="bullet">
111 111
112 <item> 112 <listitem>
113 Although several workers can be started, only one of them 113 Although several workers can be started, only one of them
114 actually does any work. 114 actually does any work.
115 </item> 115 </listitem>
116 116
117 <item> 117 <listitem>
118 A worker can handle no more than 1024 simultaneous connections. 118 A worker can handle no more than 1024 simultaneous connections.
119 </item> 119 </listitem>
120 120
121 <item> 121 <listitem>
122 The cache and other modules which require shared memory support do not work 122 The cache and other modules which require shared memory support do not work
123 on Windows Vista and later versions due to 123 on Windows Vista and later versions due to
124 address space layout randomization being enabled in these Windows versions. 124 address space layout randomization being enabled in these Windows versions.
125 </item> 125 </listitem>
126 126
127 </list> 127 </list>
128 128
129 </section> 129 </section>
130 130
131 <section id="possible_future_enhancements" 131 <section id="possible_future_enhancements"
132 name="Possible future enhancements"> 132 name="Possible future enhancements">
133 133
134 <list> 134 <list type="bullet">
135 135
136 <item> 136 <listitem>
137 Running as a service. 137 Running as a service.
138 </item> 138 </listitem>
139 139
140 <item> 140 <listitem>
141 Using the I/O completion ports as a request processing method. 141 Using the I/O completion ports as a request processing method.
142 </item> 142 </listitem>
143 143
144 <item> 144 <listitem>
145 Using multiple worker threads inside a single worker process. 145 Using multiple worker threads inside a single worker process.
146 </item> 146 </listitem>
147 147
148 </list> 148 </list>
149 149
150 </section> 150 </section>
151 151