RSS feed
[root]
/
concurrency
/
java
/
weblog
login:
password:
title search:
Search this site
Enter your search terms
Web
www.carfield.com.hk
Submit search form
Prev
Next
Thu Oct 06 15:58:24 GMT 2016
Lock
ReentrantReadWriteLock -
http://www-128.ibm.com[..]loperworks/library/j-jtp10264/index.html
why it suppose to be faster than VM level lock -
http://osdir.com[..]sr.166-concurrency/2005-02/msg00031.html
and a test about it -
http://mechanical-sympathy.blogspot.gr[..]r/2011/11/java-lock-implementations.html
Samples of how to use it, and how to write test cases about it -
http://www.javaspecialists.eu/archive/Issue152.html
Some useful VM parameter to tune the locks: -XX:+EliminateLocks , -XX:+DoEscapeAnalysis , -XX:+UseBiasedLocking -
http://work.tinou.com[..]locking-escape-analysis-for-dummies.html
Discuss about 3 difference lock for Java, bias, thin and fat -
http://www.javacodegeeks.com/2011/05/how-jvm-handle-locks.html
Why using the read lock will make lock detector fail -
http://javaeesupportpatterns.blogspot.com.au[..]concurrency-hidden-thread-deadlocks.html
Basic of synchronization and locking -
http://www.takipiblog.com[..]about-synchronization-in-java-and-scala/
Better semaphore with striped api -
http://codingjunkie.net/striped-concurrency/
Comparing and discuss difference locking approach -
http://www.javaspecialists.eu/archive/Issue215.html
Compare performance behavior of RWLock, StampedLock and Optimistic lock -
http://www.takipiblog.com[..]ocks-vs-readwritelocks-and-synchronized/
Comparing sync and lock -
http://www.rationaljava.com[..]ase-study-in-analysing-latency-lock.html
http://vmlens.com/articles/reentrant-lock-cheat-sheet/
(google search)
(amazon search)
1
2
3
second
download zip of files only
Prev
Next