Producer/Consumer
In a computation such as:
Producer: Consumer:
While true do While true do
x = f(x); y = receive at port;
send g(x) at port; z= h(z,y);
the producer and consumer processes can operate concurrently.
Previous slide
Next slide
Back to first slide
View graphic version