Computer Science, asked by Reggie1112, 4 months ago

what is a solution for reader/ writer problem in os​

Answers

Answered by manojkrsingh1171
3

Explanation:

To solve this situation, a writer should get exclusive access to an object i.e. when a writer is accessing the object, no reader or writer may access it. However, multiple readers can access the object at the same time.

Similar questions