Wed Aug 01 17:25:51 GMT 2007
From
/weblog/java/concurrency
Provides a framework for implementing blocking locks and related synchronizers (semaphores, events, etc) that rely on first-in-first-out (FIFO) wait queues.
http://java.sun.com[..]nt/locks/AbstractQueuedSynchronizer.html
(google search)
(amazon search)
Thu Oct 12 07:29:34 GMT 2006
From
/weblog/java/concurrency
An example of using Future API which availabe upon 1.5 JVM
http://www.alittlemadness.com/?p=32 The other example, make a method timeout and interrupt for sure
http://mrfeinberg.com/blog/archives/000016.html
(google search)
(amazon search)
Tue Aug 08 16:59:46 GMT 2006
From
/weblog/java/concurrency
There may be more issue rise at concurrency code, althrough I don't know why JVM can't/shouldn't take care all hardward change...
http://www.theserverside.com[..]d_id=41602&asrc=EM_NNL_430426&uid=703565
(google search)
(amazon search)