comparison xml/en/docs/windows.xml @ 1878:127ae107e5a9

Removed clause about shared memory and Windows versions with ASLR. Starting with nginx 1.9.0 shared memory can be used on Windows versions with address space layout randomization.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 26 Dec 2016 19:38:06 +0300
parents 48615cf80e20
children 4795c2ae5066
comparison
equal deleted inserted replaced
1877:aa29a64a5e9d 1878:127ae107e5a9
6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd"> 6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
7 7
8 <article name="nginx for Windows" 8 <article name="nginx for Windows"
9 link="/en/docs/windows.html" 9 link="/en/docs/windows.html"
10 lang="en" 10 lang="en"
11 rev="3"> 11 rev="4">
12 12
13 <section> 13 <section>
14 14
15 <para> 15 <para>
16 Version of nginx for Windows uses the native Win32 API (not the Cygwin emulation 16 Version of nginx for Windows uses the native Win32 API (not the Cygwin emulation
123 <listitem> 123 <listitem>
124 A worker can handle no more than 1024 simultaneous connections. 124 A worker can handle no more than 1024 simultaneous connections.
125 </listitem> 125 </listitem>
126 126
127 <listitem> 127 <listitem>
128 The cache and other modules which require shared memory support do not work
129 on Windows Vista and later versions due to
130 address space layout randomization being enabled in these Windows versions.
131 </listitem>
132
133 <listitem>
134 The UDP proxy functionality is not supported. 128 The UDP proxy functionality is not supported.
135 </listitem> 129 </listitem>
136 130
137 </list> 131 </list>
138 132