Link Details

Link 65946 thumbnail
User 214988 avatar

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.
  • 21
  • 2
  • 1616
  • 265

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.