By PeterStofferis
via developer.com
Published: Oct 22 2007 / 18:18
The problem of concurrency is a familiar one in the development of multi-user systems. Most of the time, optimistic locking is preferred because it results in better throughput. However, pessimistic locking has its place as well for those cases where only one user should be allowed to work on the data. Both of these solutions break down once users start working offline and try to synchronize their updates with the server later.
Add your comment
Voters For This Link (12)
-
PeterStofferis -
bondwarnen -
ramir_juli -
mswatcher -
rick -
gst -
wp73875 -
javanperl -
gimuzo -
gkunene -
aliz -
harlan


