Computer Science, asked by Aman7372, 10 months ago

In the bounded buffer problem *

Answers

Answered by queensp73
0

Answer:

The bounded-buffer problems (aka the producer-consumer problem) is a classic example of concurrent access to a shared resource. A bounded buffer lets multiple producers and multiple consumers share a single buffer. ... Producers must block if the buffer is full. Consumers must block if the buffer is empty.

Explanation:

hope it helps u

:)

Similar questions