at Global Oneness Community. Share your dreams and let others help you with the interpretation!
Dream Sharing Forum
Lock computer science - Database locks - Article Index
Index of articles related to Lock computer science - Database locks
Lock computer science - Database locks
This is the index page for articles related to Lock computer science - Database locks.
The articles are presented in order of relevance for Lock computer science - Database locks.
More material related to Lock Computer Science can be found here:
Encyclopedia
-
Lock Computer Science: Encyclopedia Ii - Lock Computer Science - Database Locks
In databases, locks can be used as a means of ensuring transaction synchronisity. i.e. when making transaction processing concurrent (int...
» Read the article
Encyclopedia
-
Lock Computer Science: Encyclopedia Ii - Lock Computer Science - Implementation
Locks typically require hardware support for efficient implementation. This usually takes the form of one or more atomic instructions suc...
» Read the article
Encyclopedia
-
Lock Computer Science: Encyclopedia Ii - Lock Computer Science - Types
Generally, locks are advisory locks, where each thread cooperates by acquiring the lock before accessing the corresponding data. Some sys...
» Read the article
Encyclopedia
-
Lock Computer Science: Encyclopedia Ii - Lock Computer Science - Granularity
An important property of a lock is its granularity. The granularity is a measure of the amount of data the lock is protecting. In general...
» Read the article