comparison xml/en/docs/http/ngx_http_core_module.xml @ 1665:57b53a0818df

Slightly paraphrased aio_write description for better perception.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 23 Mar 2016 00:50:30 +0300
parents 1a05fd32dca8
children 57c3f36b3b6a
comparison
equal deleted inserted replaced
1664:1a05fd32dca8 1665:57b53a0818df
162 <context>location</context> 162 <context>location</context>
163 <appeared-in>1.9.13</appeared-in> 163 <appeared-in>1.9.13</appeared-in>
164 164
165 <para> 165 <para>
166 If <link id="aio"/> is enabled, specifies whether it is used for writing files. 166 If <link id="aio"/> is enabled, specifies whether it is used for writing files.
167 Currently, works only when using 167 Currently, this only works when using
168 <literal>aio threads</literal> 168 <literal>aio threads</literal>
169 and is used for writing temporary files with data received from proxied servers. 169 and is limited to writing temporary files
170 with data received from proxied servers.
170 </para> 171 </para>
171 172
172 </directive> 173 </directive>
173 174
174 175