How does this differ from aio_write?
Posted Apr 27, 2006 15:32 UTC (Thu) by
kingdon (subscriber, #4526)
Parent article:
The splice() weekly news
Seems like there is a more familiar interface for saying "write this data at some point, and let me know when you are done so I can reuse (or de-mmap) this memory", namely aio_write (or lio_listio where there are several noncontiguous blocks of memory).
Now, there might be various semantic differences (like whether one has to write entire pages or can write less), but I'm curious whether the two things could/should be separate or unified.
(
Log in to post comments)