# HG changeset patch # User Yaroslav Zhuravlev # Date 1551359049 -10800 # Node ID 4795c2ae506629f1e12ca69afb414dfa4ebc601c # Parent 1ddf76f5c56590414d2d7fbbb3ab1cb61d022d20 Added the "poll" method for Windows. diff -r 1ddf76f5c565 -r 4795c2ae5066 xml/en/docs/howto_build_on_win32.xml --- a/xml/en/docs/howto_build_on_win32.xml Thu Feb 28 15:30:00 2019 +0300 +++ b/xml/en/docs/howto_build_on_win32.xml Thu Feb 28 16:04:09 2019 +0300 @@ -9,7 +9,7 @@
+ rev="15">
@@ -107,7 +107,6 @@ --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 diff -r 1ddf76f5c565 -r 4795c2ae5066 xml/en/docs/windows.xml --- a/xml/en/docs/windows.xml Thu Feb 28 15:30:00 2019 +0300 +++ b/xml/en/docs/windows.xml Thu Feb 28 16:04:09 2019 +0300 @@ -8,14 +8,15 @@
+ rev="5">
Version of nginx for Windows uses the native Win32 API (not the Cygwin emulation layer). -Only the select connection processing method is currently used, +Only the select and poll (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 beta version. @@ -121,10 +122,6 @@ -A worker can handle no more than 1024 simultaneous connections. - - - The UDP proxy functionality is not supported. diff -r 1ddf76f5c565 -r 4795c2ae5066 xml/ru/docs/windows.xml --- a/xml/ru/docs/windows.xml Thu Feb 28 15:30:00 2019 +0300 +++ b/xml/ru/docs/windows.xml Thu Feb 28 16:04:09 2019 +0300 @@ -8,14 +8,14 @@
+ rev="5">
Версия nginx под Windows использует “родной” Win32 API (не эмуляцию Cygwin). -В настоящий момент в качестве метода обработки соединений используется -только select, +В настоящий момент в качестве методов обработки соединений используются +select и poll (1.15.9), поэтому не стоит ожидать высокой производительности и масштабируемости. В силу этого и ряда других известных проблем версия nginx под Windows рассматривается пока как бета-версия. @@ -121,10 +121,6 @@ -Рабочий процесс может обслуживать не более 1024 одновременных соединений. - - - Проксирование по UDP не поддерживается.