Re: Nonblocking buffered AIO from userspace

2013-05-27 Thread Jan Kara
Hello, On Thu 23-05-13 16:49:49, Milosz Tanski wrote: > I need some advice on the best way to accomplish non-blocking buffered > disk IO from my user space application. Unlike some of the other > database systems I'm trying to outsource as much work to the kernel as > possible. I would prefer to

Nonblocking buffered AIO from userspace

2013-05-23 Thread Milosz Tanski
Hi gang, I need some advice on the best way to accomplish non-blocking buffered disk IO from my user space application. Unlike some of the other database systems I'm trying to outsource as much work to the kernel as possible. I would prefer to avoid having to resolve to O_DIRECT and io_submit to f