Aio: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == asynchronous I/O (AIO) interface 정보 정리. == AIOs == Posix AIO, linux aio(libaio) 두가지 모델이 있다. == See also == * http://man7.org/linux/man...") |
(No difference)
|
Revision as of 13:09, 10 August 2015
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?
References
<references />