What is producer-consumer problem in Operating System?
Answers
Answered by
1
In computing, the producer–consumer problem (also known as the bounded-buffer problem) is a classic example of a multi-process synchronizationproblem. The problem describes two processes, the producer and theconsumer, who share a common, fixed-size buffer used as a queue.
Similar questions