FreeBSD & Linux disk AIO support

Igor Sysoev is at rambler-co.ru
Wed Aug 26 19:02:20 MSD 2009


On Wed, Aug 26, 2009 at 04:55:34PM +0200, Steve wrote:

> 
> -------- Original-Nachricht --------
> > Datum: Wed, 26 Aug 2009 17:59:30 +0400
> > Von: Igor Sysoev <is at rambler-co.ru>
> > An: nginx at sysoev.ru
> > Betreff: Re: FreeBSD & Linux disk AIO support
> 
> > On Wed, Aug 26, 2009 at 03:49:12PM +0200, Robert Gabriel wrote:
> > 
> > > Igor Sysoev wrote:
> > > > On Wed, Aug 26, 2009 at 03:11:55PM +0200, Robert Gabriel wrote:
> > > > 
> > > >> >> make[1]: Leaving directory
> > `/users/root/downloads/source/nginx-0.8.10'
> > > >> make[1]: *** [objs/nginx] Error 1
> > > >> make[1]: Leaving directory
> > `/users/root/downloads/source/nginx-0.8.10'
> > > >> make: *** [build] Error 2
> > > > 
> > > > The new patch.
> > > 
> > > Hi, it worked, it was build perfectly, but how can I know now if it's 
> > > using aio or not and what would be the "improvements" ?
> > > 
> > > Is there a way to test this?
> > 
> > You need set
> > 
> > location / {
> >     aio             on;
> >     directio        128k;
> >     output_buffers  1 128k;
> > }
> > 
> I seem to be not able to find any documentation about the aio module in nginx. Do you have somewhere hidden a documentation about the parameters nginx supports in relation to aio module?

This is new patch.


-- 
Igor Sysoev
http://sysoev.ru/en/





More information about the nginx mailing list