changeset 2342:4795c2ae5066

Added the "poll" method for Windows.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 28 Feb 2019 16:04:09 +0300
parents 1ddf76f5c565
children d67d57eb3a56
files xml/en/docs/howto_build_on_win32.xml xml/en/docs/windows.xml xml/ru/docs/windows.xml
diffstat 3 files changed, 7 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/howto_build_on_win32.xml
+++ b/xml/en/docs/howto_build_on_win32.xml
@@ -9,7 +9,7 @@
 <article name="Building nginx on the Win32 platform with Visual C"
          link="/en/docs/howto_build_on_win32.html"
          lang="en"
-         rev="14">
+         rev="15">
 
 <section name="Prerequisites">
 
@@ -107,7 +107,6 @@ auto/configure \
     --with-zlib=objs/lib/zlib-1.2.11 \
     --with-openssl=objs/lib/openssl-1.1.1b \
     --with-openssl-opt=no-asm \
-    --with-select_module \
     --with-http_ssl_module
 </programlisting>
 </listitem>
--- a/xml/en/docs/windows.xml
+++ b/xml/en/docs/windows.xml
@@ -8,14 +8,15 @@
 <article name="nginx for Windows"
          link="/en/docs/windows.html"
          lang="en"
-         rev="4">
+         rev="5">
 
 <section>
 
 <para>
 Version of nginx for Windows uses the native Win32 API (not the Cygwin emulation
 layer).
-Only the <c-func>select</c-func> connection processing method is currently used,
+Only the <c-func>select</c-func> and <c-func>poll</c-func> (1.15.9)
+connection processing methods are currently used,
 so high performance and scalability should not be expected.
 Due to this and some other known issues version of nginx for Windows
 is considered to be a <i>beta</i> version.
@@ -121,10 +122,6 @@ actually does any work.
 </listitem>
 
 <listitem>
-A worker can handle no more than 1024 simultaneous connections.
-</listitem>
-
-<listitem>
 The UDP proxy functionality is not supported.
 </listitem>
 
--- a/xml/ru/docs/windows.xml
+++ b/xml/ru/docs/windows.xml
@@ -8,14 +8,14 @@
 <article name="nginx под Windows"
          link="/ru/docs/windows.html"
          lang="ru"
-         rev="4">
+         rev="5">
 
 <section>
 
 <para>
 Версия nginx под Windows использует “родной” Win32 API (не эмуляцию Cygwin).
-В настоящий момент в качестве метода обработки соединений используется
-только <c-func>select</c-func>,
+В настоящий момент в качестве методов обработки соединений используются
+<c-func>select</c-func> и <c-func>poll</c-func> (1.15.9),
 поэтому не стоит ожидать высокой производительности и масштабируемости.
 В силу этого и ряда других известных проблем версия nginx под Windows
 рассматривается пока как <i>бета</i>-версия.
@@ -121,10 +121,6 @@ nginx/Windows работает как стандартное консольное приложение (не сервис)
 </listitem>
 
 <listitem>
-Рабочий процесс может обслуживать не более 1024 одновременных соединений.
-</listitem>
-
-<listitem>
 Проксирование по UDP не поддерживается.
 </listitem>