Async I/O
Async I/O
Posted Apr 7, 2009 18:22 UTC (Tue) by NAR (subscriber, #1313)Parent article: Linux Storage and Filesystem workshop, day 1
What's the point in doing asynchronous I/O in the kernel? Nowadays, if an application doesn't want to block on I/O, the programming environment makes it easy to start a thread/process and let it handle the I/O. Even with kernel support the separate thread/process might be necessary to update e.g. a progress bar.
