Optimistic concurrency control: Difference between revisions

Content deleted Content added
Slamb (talk | contribs)
Web usage: Revert extra hyphen.
m Examples: «"Help:Edit conflict]]." → "w:Help:Edit conflict|here]].<!-- Use interwiki syntax so that mirrors can at least have a chance to pick it up -->"»
Line 21:
===Examples===
 
* [[MediaWiki]]'s edit pages use OCC. The conflict resolution algorithm is described in [[w:Help:Edit conflict|here]].<!-- Use interwiki syntax so that mirrors can at least have a chance to pick it up -->
* [[Bugzilla]] uses OCC; conflicts are called "mid-air collisions". [http://wiki.mozilla.org/Bugzilla:FAQ:Administrative_Questions#Does_Bugzilla_provide_record_locking_when_there_is_simultaneous_access_to_the_same_bug.]
* The [[Ruby on Rails]] framework has an API for OCC. [http://api.rubyonrails.com/classes/ActiveRecord/Locking.html]