comparison xml/en/docs/ngx_core_module.xml @ 749:2abb92a19101

Documented 'worker_aio_requests' directive.
author Vladimir Homutov <vl@nginx.com>
date Wed, 31 Oct 2012 11:11:12 +0000
parents 3a2e35f4c279
children 6a1b1ba62cab
comparison
equal deleted inserted replaced
748:95344046d2d8 749:2abb92a19101
8 <!DOCTYPE module SYSTEM "../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../dtd/module.dtd">
9 9
10 <module name="Core functionality" 10 <module name="Core functionality"
11 link="/en/docs/ngx_core_module.html" 11 link="/en/docs/ngx_core_module.html"
12 lang="en" 12 lang="en"
13 rev="3"> 13 rev="4">
14 14
15 <section id="example" name="Example Configuration"> 15 <section id="example" name="Example Configuration">
16 16
17 <para> 17 <para>
18 <example> 18 <example>
460 </para> 460 </para>
461 461
462 </directive> 462 </directive>
463 463
464 464
465 <directive name="worker_aio_requests">
466 <syntax><value>number</value></syntax>
467 <default>32</default>
468 <context>events</context>
469
470 <para>
471 When using <link doc="http/ngx_http_core_module.xml" id="aio"/>
472 with the <link doc="../docs/events.xml" id="epoll"/>
473 connection processing method, sets the maximum <value>number</value> of
474 outstanding asynchronous I/O operations
475 for a single worker process.
476 </para>
477
478 </directive>
479
480
465 <directive name="worker_connections"> 481 <directive name="worker_connections">
466 <syntax><value>number</value></syntax> 482 <syntax><value>number</value></syntax>
467 <default>512</default> 483 <default>512</default>
468 <context>events</context> 484 <context>events</context>
469 485