One at a time
Posted Mar 8, 2004 20:23 UTC (Mon) by
mwilck (guest, #1966)
In reply to:
One at a time by corbet
Parent article:
A retry-based AIO infrastructure
I figured that. Yet the term "asynchronous" suggests to me that the requests should be progressing independently - not the kind of serialized behavior that you describe. What if that current request is progressing slowly (think a floppy) and others in the queue never get worked on until it's completed?
My impression is that it should have been the other way around: instead of implementing AIO on top of buffered IO, asynchronous requests should be the basic IO primitive and all other IO should be implemented on top of that. I can't oversee what that'd imply for the page cache, though.
(
Log in to post comments)