qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC] Replace posix-aio with custom thread pool


From: Andrea Arcangeli
Subject: Re: [Qemu-devel] [RFC] Replace posix-aio with custom thread pool
Date: Fri, 12 Dec 2008 12:51:33 +0100

On Fri, Dec 12, 2008 at 09:23:10AM +0100, Jens Axboe wrote:
> aio is only async with O_DIRECT, with buffered IO it's sync.

That's very bad, because aio is as needed for O_DIRECT as for buffered
read seeking workloads that otherwise have zero chance to fill the
I/O pipe... (well unless one is threading in userland which is obviously
less efficient than what aio could achieve in kernel space, even
without taking cfq screwed bucketing into account).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]