Optimistic concurrency control: Difference between revisions

Content deleted Content added
SmackBot (talk | contribs)
m Standard headings/general fixes, Replaced: ==See Also== → ==See also== using AWB
Add reference to the first / one of the first papers on OCC
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.
 
==References==
<div class="references">
*{{cite journal|title=On optimistic methods for concurrency control|journal=ACM Transactions on Database Systems|date=June 1981|first=H. T.|last=Kung|coauthors=John T. Robinson|volume=6|issue=2|pages=213-226|id={{doi|10.1145/319566.319567}}}}
</div>
 
==See also==