Fri May 23 18:44:43 HKT 2008
From
/weblog/design/concurrency
10-ways-to-reduce-lock-contention-in-threaded-programs -
http://www.thinkingparallel.com[..]ce-lock-contention-in-threaded-programs/ Discussion about lock the form and prevent 2 user edit it in the same time and currupt the object, what is the possible drawback. -
http://www.dcmanges.com[..]-optimistic-locking-isnt-a-silver-bullet
(google search)
(amazon search)
Thu Sep 13 02:01:25 HKT 2007
From
/weblog/design/concurrency
Someone say the basic idea behind transactional memory is that memory is shared by all the threads in a read-only manner. Threads modify data by "committing" objects to shared memory. If a thread commits on top of a dirty object then it has to "rollback" and retry.
http://research.sun.com[..]007/2007-08-13_transactional_memory.html http://www.hpcwire.com/hpc/1196095.html
(google search)
(amazon search)