Tag Archives: concurrency

More fun with Java Concurrency: BlockingQueue

I’ve written about Java 5 concurrency in the past and I’ve recently had the opportunity to make use of another one of the concurrency constructs: the BlockingQueue. The Problem There’s a problem we’ve seen a few times in the last … Continue reading

Posted in Web | Tagged , | 12 Comments