Re: Threads question

Mike Meissner (meissner@cygnus.com)
Sat, 26 Apr 97 10:20:02 EDT


| What most people miss is that the fastest way to do N short,
| nonblocking tasks is to do them one at a time in order.

Depends on how many processors you have, and whether things like page faults
cause your nonblocking tasks to block.