Optimistic concurrency control: Difference between revisions

Content deleted Content added
No edit summary
Line 31:
* The [[Ruby on Rails]] framework has an API for OCC. [http://api.rubyonrails.com/classes/ActiveRecord/Locking.html]
* Most [[revision control]] systems support the "merge" model for concurrency, which is OCC.
* [[Google App Engine]]'s Datastore [http://code.google.com/appengine/docs/whatisgoogleappengine.html]
 
==See also==