Directory

Encyclopedia

NodeWorks
                              ENCYCLOPEDIA

Link Checker

Home
Encyclopedia : W : WE : WEA :

Weak consistency

 

Weak consistency

The name weak consistency may be used in two senses. In the first - strict and more popular - sense, the weak consistency is one of the consistency models used in the domain of the parallel programming (e.g in distributed shared memory, distributed transactions etc).

The protocol is said to support weak consistency if:

  • All accesses to synchronization variables are seen by all processes (or nodes, processors) in the same order (sequentially) - these are synchronization operations. Accesses to critical sections are seen sequentially.
  • All other accesses may be seen in different order on different processes (or nodes, processors).
  • The set of both read and write operations in between different synchronization operations is the same in each process.

    Therefore, there can be no access to synchronization variable if there are pending write operations. And there can not be any new read/write operation started if system is performing any synchronization operation.

    In second, more general sense, weak consistency may be applied to any consistency model weaker than sequential consistency.


  • NodeWorks boosts web surfing!
    Page Returned in 0.222 seconds - HTML Compressed 69.7%

    This article is from Wikipedia. All text is available
    under the terms of the GNU Free Documentation License.
     GNU Free Documentation License
    © 2008 Chamas Enterprises Inc.