2 messages in ru.sysoev.nginxRe: about the aio module
FromSent OnAttachments
Manlio PerilloSep 17, 2008 4:48 am 
Igor SysoevSep 17, 2008 5:04 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: about the aio moduleActions...
From:Igor Sysoev (is@rambler-co.ru)
Date:Sep 17, 2008 5:04:51 am
List:ru.sysoev.nginx

On Wed, Sep 17, 2008 at 01:48:40PM +0200, Manlio Perillo wrote:

I'm interested in POSIX AIO support, so I would like to know if with the aio module Nginx performance is better then simply increasing the number of worker processes.

The current AIO module is network AIO only and works under FreeBSD only. It's not maintained and now may not work at all. FreeBSD's AIO network support is unenfficient (no zero copy and not scaleable) and buggy (when I developed module I saw kernel panics several times).

There is still no disk AIO support.