What are the two types of threads?
Which thread executes for a time of only one process?
User level
Which thread is managed by runtime library routines linked into each application so that it does not require kernel intervention.
User level
What are the advantages of User Level threads?
What are the disadvantages of User Level threads?
Which thread avoids the system integrations problems, directly scheduling each application’s threads onto physical process.
Kernel level
What are the advantages of Kernel Level threads?
What are the disadvantages of Kernel Level threads?
What is multiplexing?
Many-to-Many Implementation
What thread offers good perfomance, but does not handle I/O well?
User Level
True or False:
Threads are needed for parallel applications.
True
What notifies user level schedulers of changes in kernel scheduling decisions?
Scheduler Activations
What are the uses for scheduler activations?