Concurrency Utilities (JSR 166)

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • Towards a Timely, Well-Balanced, Event-Driven Architecture by Lorenzo Puccetti   - [Clicks: 47]
    What happens when your system temporarily produces events faster than it can handle them? Can concurrency help the problem? Lorenzo Puccetti looks at an asynchronous event dispatching design as a possible solution.
    http://today.java.net/pub/a/today/2007/09/11/towards-timely-well-balanced-event-driven-architecture.html - Sep, 2007
  • Extending the ReentrantReadWriteLock by Ran Kornfeld   - [Clicks: 13]
    Java SE 5.0's ReadWriteLock and ReentrantReadWriteLock offer significant opportunities for concurrent programmers, but also present hazards that can lead to hard-to-track bugs. Ran Kornfeld shows how you can extend the functionality of these classes to find and fix concurrency bugs.
    http://today.java.net/pub/a/today/2007/06/28/extending-reentrantreadwritelock.html - Jun, 2007

[Top]