Re: Good point of Linux over NT

Roger Espel Llima (espel@llaic.univ-bpclermont.fr)
Wed, 22 Jan 1997 01:08:42 +0100 (MET)


> Linux SMP is quite nicely done for CPU intensive tasks. I/O intensive S MP
> is poor on the intel port (its quite passable on the sparc) We also have
> fully working async I/O. If you look at clone() and learn to use it right.
> Note that clone is so fast there isnt an overhead issue.

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.

According to Sun's manpages these interfaces look like they're
Sun-specific, but some POSIX spec gets mentioned in the manpage for
aio_read (notice the underscore), which isn't "yet implemented on
Solaris".

Roger

-- 
e-mail: roger.espel.llima@ens.fr
WWW page & PGP key: http://www.eleves.ens.fr:8080/home/espel/index.html