About
Most of the time, an application access the files through the local file system.
Articles Related
Method
There are mutliple choices for accessing files on a server:
- read/write,
- mmap,
- Direct I/O (DIO) read/write,
- and asynchronous direct I/O (AIO/DIO).