Async I/O
Async I/O
Posted Apr 7, 2009 19:34 UTC (Tue) by mjthayer (guest, #39183)In reply to: Async I/O by NAR
Parent article: Linux Storage and Filesystem workshop, day 1
At least traditionally, I think that AIO has been much more scalable than threaded I/O, not least because you don't need to keep a stack around for each thread. And some people prefer to keep everything on a single thread, because they don't want to deal with multi-threading issues, although I don't know if they are the ones people are interested in.
