diff xml/en/docs/ngx_core_module.xml @ 1784:68928f8d31d9

Updated accept_mutex with info about reuseport and epollexclusive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 15 Aug 2016 22:06:27 +0300
parents bde044a0bd90
children 3ed02f21146b
line wrap: on
line diff
--- a/xml/en/docs/ngx_core_module.xml
+++ b/xml/en/docs/ngx_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Core functionality"
         link="/en/docs/ngx_core_module.html"
         lang="en"
-        rev="20">
+        rev="21">
 
 <section id="example" name="Example Configuration">
 
@@ -47,6 +47,12 @@ Otherwise, all worker processes will be 
 and if volume of new connections is low, some of the worker processes
 may just waste system resources.
 <note>
+There is no need to enable <literal>accept_mutex</literal>
+on systems that support the
+<link doc="events.xml" id="epoll">EPOLLEXCLUSIVE</link> flag (1.11.3) or
+when using <link doc="http/ngx_http_core_module.xml" id="reuseport"/>.
+</note>
+<note>
 Prior to version 1.11.3, the default value was <literal>on</literal>.
 </note>
 </para>