qemu-block
[Top][All Lists]
Advanced

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

[Qemu-block] interesting blog post about asynchronous execution


From: Paolo Bonzini
Subject: [Qemu-block] interesting blog post about asynchronous execution
Date: Mon, 23 Nov 2015 20:34:44 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

This is about the experience with asynchronous execution in Midori (a
research OS written at Microsoft in a C#-like language, which was later
turned into a playground for features to be added to C#):

http://joeduffyblog.com/2015/11/19/asynchronous-everything/

Some parts will definitely ring a bell, because the QEMU block layer has
the same distinction between "await" and "async", only calls them
bdrv_co_* and bdrv_aio_*.

Paolo



reply via email to

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