Java 5 Concurrency Utilities
http://developers.sun.com/learning/javaoneonline/2005/coreplatform/TS-5807.pdf
http://developers.sun.com/learning/javaoneonline/2005/coreplatform/TS-3423.pdf
http://java.sun.com/j2se/1.5.0/docs/guide/concurrency/
Places in Helma where these may be useful:
- RequestEvaluator handling (Executor, ExecutorService)
- Object Cache (ConcurrentMap)
- Scheduler (ScheduledExecutorService)
- Locking (Locks, Conditions)
|