Question
In which multithreading model are many user threads mapped to a single kernel thread?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Many-to-one model
Explanation:
The many-to-one model manages multiple user threads above one kernel scheduling entity.
A blocking system call can therefore block all user threads in that process.
Leave a Reply