Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIO-Test

Author: Akhil Rao

Project showing demonstrations of libaio for asynchronous IO in linux

This project shows how to use libaio for implementing asynchronous Disk IO. Pthread is also used and hence to build the independent source files use the following:

gcc aio_read.c -lpthread -laio -o aio_read.o

gcc aio_write.c -lpthread -laio -o aio_write.o

About

Project showing demonstrations of libaio for asynchronous IO in linux

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages