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...") |
|||
Line 8: | Line 8: | ||
* http://man7.org/linux/man-pages/man7/aio.7.html - aio - POSIX asynchronous I/O overview | * 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? | * 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 == |
Latest revision as of 13:18, 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?
- https://gist.github.com/rsms/771059 - Example programs and tests for the POSIX Asynchronous file I/O
References
<references />