Items related to Consistency Model: Computer science, Distributed shared...

Consistency Model: Computer science, Distributed shared memory, File system - Softcover

 
9786201948822: Consistency Model: Computer science, Distributed shared memory, File system

Synopsis

Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. In computer science, consistency models are used in distributed systems like distributed shared memory systems or distributed data stores. The system supports a given model, if operations on memory follow specific rules. The data consistency model specifies a contract between programmer and system, wherein the system guarantees that if the programmer follows the rules, memory will be consistent and the results of memory operations will be predictable. High level languages, such as C, C++, and Java, partially maintain the contract by translating memory operations into low-level operations in a way that preserves memory semantics. To hold to the contract, compilers may reorder some memory instructions, and library calls such as pthread_mutex_lock() encapsulate required synchronization.

"synopsis" may belong to another edition of this title.