This article is from the Threads Programming FAQ, by Bryan O'Sullivan bos@serpentine.com with numerous contributions by others.
There are two main kinds of threads implementations:
* User-space threads, and
* Kernel-supported threads.
There are several sets of differences between these different threads
implementations.
 
Continue to: