comparison xml/en/docs/ngx_core_module.xml @ 554:ccb7451af1d8

Documented the "worker_rlimit_sigpending" directive.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 26 Jun 2012 07:51:33 +0000
parents e97b46d1842d
children 345012910707
comparison
equal deleted inserted replaced
553:6330ca27a485 554:ccb7451af1d8
460 </para> 460 </para>
461 461
462 </directive> 462 </directive>
463 463
464 464
465 <directive name="worker_rlimit_sigpending">
466 <syntax><value>number</value></syntax>
467 <default/>
468 <context>main</context>
469
470 <para>
471 On systems that support <link doc="events.xml" id="rtsig"/>
472 connection processing method,
473 changes the limit on the number of signals that may be queued
474 (<c-def>RLIMIT_SIGPENDING</c-def>) for worker processes.
475 Used to increase the limit without restarting the main process.
476 </para>
477
478 </directive>
479
480
465 <directive name="working_directory"> 481 <directive name="working_directory">
466 <syntax><value>directory</value></syntax> 482 <syntax><value>directory</value></syntax>
467 <default/> 483 <default/>
468 <context>main</context> 484 <context>main</context>
469 485