Description
This article is from the Threads Programming FAQ, by Bryan O'Sullivan bos@serpentine.com with numerous contributions by
others.
6. What are the different kinds of threads? (Programming)
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:
Share and Enjoy
Bookmark this story so others can enjoy it:
Tags
programming, software, coding, threads programming