By HamletDRC
via hamletdarcy.blogspot.com
Published: Sep 25 2008 / 13:22
Java 5 included some great concurrency primitives. One of which is the ReadWriteLock, implemented by ReentrantReadWriteLock. It's one object with two locks: a read lock which can be held simultaneously by multiple threads, and a write lock which is exclusive.
Add your comment
Voters For This Link (20)
-
HamletDRC -
amigaman -
schorse -
djo.mos -
rsmaniak -
brennan -
rogerjose81 -
thinkingserious -
aliz -
supperless -
lguk -
LincolnHawks -
masteromd.blogspot.com -
askorkin -
otb82 -
mswatcher -
tgautier -
jfpoilpret -
RobertFischer -
paulk_asert


