<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi,<br>
<br>
Quoting <a class="moz-txt-link-rfc2396E"
href="http://nginx.org/en/docs/http/ngx_http_core_module.html#aio">"http://nginx.org/en/docs/http/ngx_http_core_module.html#aio"</a><br>
<br>
<blockquote type="cite"><i>(....)Reading of unaligned file’s end is
still made in blocking mode. The same holds true for byte range
requests, and for FLV requests not from the beginning of a file:
reading of unaligned data at the beginning and end of a file
will be blocking(....)</i></blockquote>
<br>
<br>
Am I correct to understand if a file is unaligned and byte-range
request is sent from say the middle of the file to few bytes "before
the end of the file" that the aio call will not block and it will
only block if reading from the beginning of the file and at the end
of the file?<br>
<br>
Thank you.<br>
<br>
Alex
</body>
</html>