Sunday, November 2, 2014

Linux Direct IO

The O_DIRECT flag to open() makes IO bypasses the system file cache.  Data is transfered directly from the user space buffer to the device.  All IO is synchronous.

No comments: