User Tools

Site Tools


taxengine:glossary:optimistic_concurrency

Optimistic Concurrency

With optimistic concurrency a row in the SQL table is not locked. Instead, when the row is updated,the application checks to determine whether the row has been modified 1) since it was read. If the row has been modified, a RecordContentionException is thrown.


Glossary

1)
by another user or process
taxengine/glossary/optimistic_concurrency.txt · Last modified: 2015/03/10 23:57 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki