In dictionaries:
Concurrency control
In information technology and computer science, especially in the fields of computer programming, operating systems, multiprocessors, and databases, concurrency control ensures that correct results for concurrent operations are generated, while getting those results as quickly as possible.
multi-version concurrency control
multi version concurrency control
Concurrency mechanism using versioned data.
concurrency pattern
(software, object-oriented programming) A design pattern that deal with the multi-threaded programming paradigm.
Multiversion concurrency control
Multiversion concurrency control (MCC or MVCC), is a non-locking concurrency control method commonly used by database management systems to provide concurrent access to the database and in programming languages to implement transactional memory.
wrong-way concurrency
(US) A road concurrency in which at least two numbered highway routes are signed in opposite, conflicting directions on the same stretch of physical roadway.
Optimistic concurrency control
Optimistic concurrency control, also known as optimistic locking, is a non-locking concurrency control method applied to transactional systems such as relational database management systems and software transactional memory.
more...