comparison xml/en/docs/events.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 eea7541e7c6a
children f024ac0ec5c7
comparison
equal deleted inserted replaced
1783:031566771bbd 1784:68928f8d31d9
6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd"> 6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
7 7
8 <article name="Connection processing methods" 8 <article name="Connection processing methods"
9 link="/en/docs/events.html" 9 link="/en/docs/events.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 nginx supports a variety of connection processing methods. 16 nginx supports a variety of connection processing methods.
58 <listitem id="epoll"> 58 <listitem id="epoll">
59 <para> 59 <para>
60 <literal>epoll</literal>&mdash;efficient method used on 60 <literal>epoll</literal>&mdash;efficient method used on
61 Linux 2.6+. 61 Linux 2.6+.
62 <note> 62 <note>
63 The <literal>EPOLLRDHUP</literal> (Linux 2.6.17, glibc 2.8)
64 and <literal>EPOLLEXCLUSIVE</literal> (Linux 4.5, glibc 2.24)
65 flags are supported since 1.11.3.
66 </note>
67 <note>
63 Some older distributions like SuSEĀ 8.2 provide patches 68 Some older distributions like SuSEĀ 8.2 provide patches
64 that add epoll support to 2.4 kernels. 69 that add epoll support to 2.4 kernels.
65 </note> 70 </note>
66 </para> 71 </para>
67 </listitem> 72 </listitem>