In my experience (very similar usage to you) aio on freebsd made slim to
no difference over standard setup on Linux so I stuck with Linux which
is what I know best
Why do you think that File AIO not work on GNU/Linux?
In nginx website(ABOUT page),it says: "File AIO (FreeBSD 4.3+, Linux
2.6.22+); "
nginx supports Linux AIO. However, Linux AIO works only together with
O_DIRECT, that means that all I/O must be aligned to sector boundary
(usually 512 bytes) and are not cached by the kernel.
–
Igor S.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.