Page-based direct I/O
Posted Aug 28, 2009 2:05 UTC (Fri) by
quotemstr (subscriber, #45331)
In reply to:
Page-based direct I/O by giraffedata
Parent article:
Page-based direct I/O
Linux doesn't offer what they really want: simply a cache replacement policy that says, "try not to keep anything for this file in cache."
posix_fadvise(fd, 0, 0, POSIX_FADV_NOREUSE);
(
Log in to post comments)