Menu

Network Asynchronous I/O for Linux / News: Recent posts

Network AIO v0.6 released

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

Posted by E.J. Lim 2006-02-21

Network AIO v0.5 released

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

Posted by E.J. Lim 2005-11-30

Network AIO v0.4 released

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

Posted by E.J. Lim 2005-11-24
MongoDB Logo MongoDB