Re: [WebStorage] Concerns on spec section 'Processing Model'

On Jul 24, 2009, at 2:53 PM, Ian Hickson wrote:

> These are very different from concurrency bugs.


There are only three concurrency "bugs"

1. The Lost Update Problem
2. The Temporary Update (or Dirty Read) Problem
3. The Incorrect Summary Problem.

Neither of these is related to the granularity of locking. All of  
these are solved through the use of transactions.

If an application uses transactions correctly, then it is free from  
concurrency bugs.

Nikunj
http://o-micron.blogspot.com

Received on Friday, 24 July 2009 22:01:03 UTC