Boost application performance using asynchronous I/O-ref
发布时间:2021-01-25 14:09:14 所属栏目:Linux 来源:网络整理
导读:Linux asynchronous I/O is a relatively recent addition to the Linux kernel. It's a standard feature of the 2.6 kernel,but you can find patches for 2.4. The basic idea behind AIO is to allow a process to initiate a number of I/O operations
Each of these API functions uses the?
int aio_fildes; // File Descriptor |