v0.6 supports following AIO operations for sockets
- read
- write
- sendfile
- recvfile (the same interface with the sendfile)
- accept
- connect
- aio_cancel for above operations
Also, v0.6 supports kernel APIs for Asynchronous I/O
Kernel APIs for Asynchronous I/O in Linux :
These APIs are the kernel version of asynchronous I/O system calls.
You can use these APIs in kernel programs like kernel modules or any places in kernel space.... read more
Network Asynchronous I/O for Linux v0.5 for linux 2.6.12.6 has been released.
support following AIO operations for sockets
- read
- write
- sendfile
- accept
- connect
- aio_cancel for above operations
Network Asynchronous I/O for Linux v0.4 kernel patch for linux 2.6.12.6 has been released.
support following AIO operations for sockets
- read
- write
- sendfile
- aio_cancel for above operations