Skip to content

Project showing demonstrations of libaio for asynchronous IO in linux

License

Notifications You must be signed in to change notification settings

AKdroid/AIO-Test

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages