Aio
Overview
asynchronous I/O (AIO) interface 정보 정리.
AIOs
Posix AIO, linux aio(libaio) 두가지 모델이 있다.
See also
- http://man7.org/linux/man-pages/man7/aio.7.html - aio - POSIX asynchronous I/O overview
- http://stackoverflow.com/questions/8768083/difference-between-posix-aio-and-libaio-on-linux - Difference between POSIX AIO and libaio on Linux?
- https://gist.github.com/rsms/771059 - Example programs and tests for the POSIX Asynchronous file I/O
References
<references />