Async I/O
Posted Apr 20, 2009 9:59 UTC (Mon) by
forthy (guest, #1525)
In reply to:
Async I/O by lmb
Parent article:
Linux Storage and Filesystem workshop, day 1
I don't understand why there was so much objection against the syslets
- send the kernel a bunch of "IO instructions", and let it execute those
asynchronously. Passing active messages (that's what it is) is a good
idea, anyway; especially for networks like NFS4, where each "kernel call"
is quite heavy. Syslets would scale a lot better (lower load, less context
switches) than synchronous IO. Active message systems often had problems
with programmers who did not understand them (like Display Postscript), so
I guess this problem comes up again. It is not just a quality of
implementation issue, it is a fundamental quality of understanding
issue.
This overall doesn't sound good. With Ted T'so, it's even worse: He
doesn't get it. It is not an option to a "save" filesystem which already
takes a performance penalty by maintaining a journal, to corrupt data. It
is an option to delay writing, and in effect, the 5 seconds update in ext3
is not what solved the problem, it is writing ordered. From an
application writer point of view, this is a quality of implementation
issue, but when I read the arguments, it's again an understanding problem.
I'm concerned; maybe it is that those hard-core Linux hackers have been
there for 20 years and are still sticking to 90s state-of-the-art?
(
Log in to post comments)