1.

What Is The Purpose Of Using Libaio Package In Ubuntu?

Answer»

Libaio is Linux KERNEL Asynchronous I/O (A/O). A/O allows even a single application thread to overlap I/O OPERATIONS with other processing, by providing an interface for submitting one or more I/O requests in one system call without WAITING for completion. And a separate interface to reap completed I/O operations associated with a GIVEN completion group.

Libaio is Linux Kernel Asynchronous I/O (A/O). A/O allows even a single application thread to overlap I/O operations with other processing, by providing an interface for submitting one or more I/O requests in one system call without waiting for completion. And a separate interface to reap completed I/O operations associated with a given completion group.



Discussion

No Comment Found