concurrency

JavaOne: Brian Goetz on concurrency in Java 7

Brian's talk focused pretty much exclusively on the new fork-join framework that will be added as part of the JSR 166 extension in Java 7. There are a few...

2 replies - 4078 views - 05/07/08 by Alex Miller in News

ReentrantLock and the Dining Philosophers

A classic problem in concurrency is that of the Dining Philosophers, which examines the issue of deadlock and solutions involving lock ordering and lock...

4 replies - 5699 views - 02/12/08 by Alex Miller in News

Coordinating Threads

Java 5 introduced many new concurrency primitives and collections, and this post is going to look at two classes that can be used to coordinate threads:...

3 replies - 6830 views - 02/07/08 by Alex Miller in News

Clustered Scala

There has been a lot of discussion about the different concurrency models provided in languages like Java (shared-state) vs those provided in languages like...

0 replies - 1866 views - 01/25/08 by Alex Miller in News