Question
What is the purpose of scheduler activations?
Select an option. Your answer will be checked instantly.
Correct Answer: D. To coordinate user-level thread management with kernel scheduling events
Explanation:
Scheduler activations provide a communication mechanism between the kernel and a user-level thread library.
They help the library react when kernel threads block, resume, or become available.
Leave a Reply