Re: Linux threads -- as seen in NT Magazine (Alan, Linus, please read)

Pavel Machek (pavel@atrey.karlin.mff.cuni.cz)
Thu, 10 Dec 1998 11:23:57 +0100


Hi!

> My response to the above is that similar functionality could be gained
> with a combination of select() and non-blocking IO. However, this
> combination would seem to generate excessive context switches and
> user<->kernel space transfers, and non-blocking IO is not particularly
> useful for disk files. It does have the advantage of getting immediate
> error reporting however...

select() will not work: it returns 'always ready' for disk files.

-- 
The best software in life is free (not shareware)!		Pavel
GCM d? s-: !g p?:+ au- a--@ w+ v- C++@ UL+++ L++ N++ E++ W--- M- Y- R+

- 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/