By puredanger
via java.dzone.com
Published: Feb 12 2008 / 13:27
A classic problem in concurrency is that of the Dining Philosophers, which examines the issue of deadlock and solutions involving lock ordering and lock management. I'd like to use this problem as a way to investigate some new capabilities offered by the addition of ReentrantLock in Java 5.
Add your comment
Voters For This Link (21)
-
puredanger -
HamletDRC -
bloid -
tgautier -
matt -
pashimito -
rprabhu -
amigaman -
nwbrown -
ikarzali -
mondain -
javanperl -
vinhsu -
keyofdminor -
wang -
scottbale -
kodeninja -
digi9ten -
sharrissf -
kieronwilkinson -
davneter