Re: Good point of Linux over Windows NT

Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 21 Jan 1997 18:50:04 +0000 (GMT)


> P.S. Is spinning in a tight loop in do_select() an example of async IO?

No. Sleeping in a select() loop is a good way to implement an event based
system fast and efficiently. Creating threads to do blocking I/O events
is a good example of async IO