LWN.net Logo

Advertisement

Advanced thin client solution for Linux, based on Open Source. Mix Windows and Linux, 10 licenses for free!

Advertise here

FOSDEM 2009

Interest in asynchronous I/O

Interest in asynchronous I/O

Posted Jul 31, 2003 12:52 UTC (Thu) by mwilck (guest, #1966)
In reply to: Interest in asynchronous I/O by GreyWizard
Parent article: 2003 Kernel Summit: Asynchronous I/O


The asynchronous IO programming paradigm is more intuitive. No select loop needed. You just launch a number of AIO requests, do whatever else you want, and if you need the data you wait for the AIO completion.

Moreover, between the aio submission and its completion the associated buffers belong to the kernel. That is why 0-copy basically only works this way.


(Log in to post comments)

Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds