Async disk i/o in Linux

From: Ramon Garcia Fernandez (ramon@juguete.quim.ucm.es)
Date: Mon Jul 17 2000 - 14:06:44 EST


Traditionally, Linux only supports async i/o with sockets and terminals.
You can use select on several handles to wait until pending input is
available on any of them (not exactly async); or you can use fcntl/sigio
and the kernel will tell you when input is available.

In the slashdot posting about the recent famous SPECWeb99 benchmarks
Ingo Molar said:

"Other 2.4 kernel advances TUX uses are: async networking and disk IO,"

Does this mean that the kernel 2.4 supports fcntl/sigio with regular
files? Or it supports select with them?

Thank you very much.

Ramon

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Jul 23 2000 - 21:00:10 EST