comparison xml/en/docs/windows.xml @ 2342:4795c2ae5066

Added the "poll" method for Windows.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 28 Feb 2019 16:04:09 +0300
parents 127ae107e5a9
children be1ef1d56e96
comparison
equal deleted inserted replaced
2341:1ddf76f5c565 2342:4795c2ae5066
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="4"> 11 rev="5">
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
17 layer). 17 layer).
18 Only the <c-func>select</c-func> connection processing method is currently used, 18 Only the <c-func>select</c-func> and <c-func>poll</c-func> (1.15.9)
19 connection processing methods are currently used,
19 so high performance and scalability should not be expected. 20 so high performance and scalability should not be expected.
20 Due to this and some other known issues version of nginx for Windows 21 Due to this and some other known issues version of nginx for Windows
21 is considered to be a <i>beta</i> version. 22 is considered to be a <i>beta</i> version.
22 At this time, it provides almost the same functionality as a UNIX version 23 At this time, it provides almost the same functionality as a UNIX version
23 of nginx except for 24 of nginx except for
119 Although several workers can be started, only one of them 120 Although several workers can be started, only one of them
120 actually does any work. 121 actually does any work.
121 </listitem> 122 </listitem>
122 123
123 <listitem> 124 <listitem>
124 A worker can handle no more than 1024 simultaneous connections.
125 </listitem>
126
127 <listitem>
128 The UDP proxy functionality is not supported. 125 The UDP proxy functionality is not supported.
129 </listitem> 126 </listitem>
130 127
131 </list> 128 </list>
132 129