comparison xml/en/docs/events.xml @ 659:77a3314c74a7

Avoid the uses of second person.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 28 Aug 2012 09:23:40 +0000
parents 764fbac1b8b4
children 629630df119a
comparison
equal deleted inserted replaced
658:bd81a71006fe 659:77a3314c74a7
75 On loaded servers it may become necessary to increase this limit 75 On loaded servers it may become necessary to increase this limit
76 by changing the <path>/proc/sys/kernel/rtsig-max</path> kernel parameter. 76 by changing the <path>/proc/sys/kernel/rtsig-max</path> kernel parameter.
77 However, in Linux 2.6.6-mm2 this parameter is gone, and each process 77 However, in Linux 2.6.6-mm2 this parameter is gone, and each process
78 now has its own event queue. 78 now has its own event queue.
79 The size of each queue is limited by <literal>RLIMIT_SIGPENDING</literal> 79 The size of each queue is limited by <literal>RLIMIT_SIGPENDING</literal>
80 (see also <link doc="ngx_core_module.xml" id="worker_rlimit_sigpending"/>). 80 and can be changed with
81 <link doc="ngx_core_module.xml" id="worker_rlimit_sigpending"/>.
81 </para> 82 </para>
82 83
83 <para> 84 <para>
84 On queue overflow, nginx discards the queue and falls back to 85 On queue overflow, nginx discards the queue and falls back to
85 <literal>poll</literal> connection processing method until 86 <literal>poll</literal> connection processing method until