Chapter 4 Threads Flashcards
1
Q
What OS Support kernal threads ?
A
Windows
-Solaris
-Linux
-Tru64
UNIX
-Mac OS
1
Q
What are the 3 main thread libraries ?
A
POSIX Pthreads1.Win32 threads2.Java threads
2
Q
What are the 3 ways to map user threads to kernal threads and what are the examples ?
A
many-1:
Solaris Green Threadsi
GNU Portable threads
1-1:Windows NT/XP/2000, etc.i
Linux
Solaris 9 or later
Many-Many