...

/

The Producer/Consumer (Bounded Buffer) Problem

The Producer/Consumer (Bounded Buffer) Problem

Remember the producer/consumer problem from the previous chapter? Let's try to solve it with semaphores!

We'll cover the following...

The next problem we will confront in this chapter is known as the producer/consumer problem, or sometimes as ...