Async I/O
Async I/O
Posted Apr 7, 2009 20:15 UTC (Tue) by lmb (subscriber, #39048)In reply to: Async I/O by NAR
Parent article: Linux Storage and Filesystem workshop, day 1
Well, IO in the kernel is async anyway. This is about defining a usable user-space interface for it.
An event-driven FSA would benefit greatly from this; not everyone buys into multi-threaded paradigms. For some scenarios, this would make it possible to simplify the user-space implementation significantly.
