Computer Science, asked by 70067264, 9 months ago

Describe the producer/consumer problem.

Answers

Answered by Anonymous
1

Answer:

Explanation:

In computing, the producer–consumer problem (also known as the bounded-buffer problem) is a classic example of a multi-process synchronization problem, proposed by Edsger W. Dijkstra. The problem describes two processes, the producer and the consumer, who share a common, fixed-size buffer used as a queue.

Answered by nakul71247
0

Answer:

Producer are the things which are eaten by consumers ex grass

Consumers are those which are eaten by the carnivores ex sheep

Similar questions