Thanks, now that I have it working, what particular files does it make send to send using AIO?  Its interesting that in the example given here: <a href="http://wiki.nginx.org/HttpCoreModule">http://wiki.nginx.org/HttpCoreModule</a> (see below) the location referes to the "video" directory, i.e. implying that AIO should really be used for media file delivery.<div>
<br></div><div>Would SWF files for example fall in that category?<br><br>location /video {<br>  aio on; <br>  directio 512; <br>  output_buffers 1 128k;<br>}</div><div><br></div><div>What kind of test could be run to discern the advantage of using AIO on any type of file?</div>
<div><br></div><div>Thanks</div><div><br><div><div class="gmail_quote">On Mon, Oct 24, 2011 at 9:54 AM, Sergey Budnevitch <span dir="ltr"><<a href="mailto:sb@waeme.net">sb@waeme.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
On 24.10.2011, at 17:07, <a href="mailto:iberkner@gmail.com">iberkner@gmail.com</a> wrote:<br>
<br>
> CentOS<br>
<br>
Run nginx under strace:<br>
<br>
strace -f -e trace=io_submit /usr/sbin/nginx<br>
<br>
You will see something like<br>
<br>
[pid  1993] io_submit(139867403759616, 1, {{0x19a7ab0, 0, 0, 0, 10}}) = 1<br>
[pid  1993] io_submit(139867403759616, 1, {{0x19a7ab0, 0, 0, 0, 10}}) = 1<br>
[pid  1993] io_submit(139867403759616, 1, {{0x19a7ab0, 0, 0, 0, 10}}) = 1<br>
[pid  1993] io_submit(139867403759616, 1, {{0x19a7ab0, 0, 0, 0, 10}}) = 1<br>
...<br>
<br>
if aio is working.<br>
<div><div></div><div class="h5"><br>
><br>
> ------Original Message------<br>
> From: Sergey Budnevitch<br>
> Sender: <a href="mailto:nginx-bounces@nginx.org">nginx-bounces@nginx.org</a><br>
> To: <a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
> ReplyTo: <a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
> Subject: Re: Confirmation of AIO<br>
> Sent: Oct 24, 2011 8:30 AM<br>
><br>
><br>
> On 24.10.2011, at 1:48, Ilan Berkner wrote:<br>
><br>
>> Hi All,<br>
>><br>
>> I'm trying to understand the advantages of AIO and how using it with Nginx can improve performance.<br>
>><br>
>> I've compiled Nginx from source with the AIO option.<br>
>><br>
>> I've enabled AIO in my Nginx configuration.<br>
>><br>
>> How can I confirm that its working?  If the server is serving pages, does it mean that its using AIO?<br>
><br>
> What OS are you using?<br>
> _______________________________________________<br>
> nginx mailing list<br>
> <a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
> <a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
><br>
><br>
> _______________________________________________<br>
> nginx mailing list<br>
> <a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
> <a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div><br></div><div>Ilan Berkner</div><div>Chief Technology Officer</div><div>Time4Learning.com</div><div><br></div><div>6300 NE 1st Ave., Suite 203</div>
<div>Ft. Lauderdale, FL 33334</div><div>(954) 771-0914</div><div><br></div><div><a href="http://www.twitter.com/time4learning" target="_blank"><img src="http://www.time4learning.com/_img/buttons/addthis/twitter_32.png"></a> <a href="http://www.facebook.com/Time4Learning" target="_blank"><img src="http://www.time4learning.com/_img/buttons/addthis/facebook_32.png"></a> <br>
</div><div><br></div><div><div><a href="http://Time4Learning.com" target="_blank">Time4Learning.com</a> - Online interactive curriculum for home use, PreK-8th Grade.</div><div><a href="http://Time4Writing.com" target="_blank">Time4Writing.com</a> - Online writing tutorials for high, middle, and elementary school students.</div>
<div><a href="http://Time4Learning.net" target="_blank">Time4Learning.net</a> - A forum to chat with parents online about kids, education, parenting and more.</div><div><a href="http://spellingcity.com" target="_blank">spellingcity.com</a> - Online vocabulary and spelling activities for teachers, parents and students.</div>
</div><div><br></div><br>
</div></div>