lkml.org 
[lkml]   [1997]   [Jan]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: Good point of Linux over NT
Date
> Hmm, clone() is the basis for kernel-threads, which can be used to
> simulate async I/O (and sound like a more modern design), but does Linux
> have a direct equivalent of SunOS/Solaris's aioread() and aiowrite() ?
> That is, a way to queue a read() or a write() and have the call return
> immediately.

POSIX.4 covers asynchronous I/O operations. Its implementable by putting
POSIX.4 signals into kernel space and using clone(). clone() is so
fast that doing all the aio stuff in kernel is a lose


\
 
 \ /
  Last update: 2005-03-22 13:38    [W:0.056 / U:0.252 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site