Question
What policy defines the first readers-writers problem?
Select an option. Your answer will be checked instantly.
Correct Answer: A. No reader should wait unless a writer already has permission to use the shared object
Explanation:
The first readers-writers formulation favors readers when no writer is currently active.
Multiple readers may enter together, which can delay waiting writers.
Leave a Reply