Archive | June 27th, 2012

Implementing a Producer-Consumer scenario using BlockingQueue in Java

June 27, 2012

0 Comments

Before we start with the actual example, lets have a look at the few concepts we should be aware of. Producer-Consumer Problem Wikipedia here says that: The consumer producer problem (also known as the bounded-buffer problem) is a classical example of a multi-process synchronization problem. The problem describes two processes, the producer and the consumer, [...]

email