Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Release consistency
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Example === Consider the scenarios described in the image to the right. This case shows when write propagation is performed on a cache-coherent system based on the release consistency model. The variable ''datum'' is completely propagated before the propagation of ''datumIsReady.'' But the value of ''datum'' is not needed until after the acquire synchronization access in P1 and it can be propagated along with ''datumIsReady'' without harming the result of the program. [[File:Lazy RC.png|thumb|400x400px|Write propagation in lazy release consistency model]] The second image displays what is the case when lazy release consistency is applied. Considering this scenario, all values written ahead of the release synchronization are delayed and propagated together with the propagation of the release access itself. Hence, ''datum'' and ''datumIsReady'' are propagated together at the release point. "TreadMarks"<ref>[http://dl.acm.org/citation.cfm?id=1267084 ''TreadMarks: distributed shared memory on standard workstations and operating systems''] by Pete Keleher, Alan L. Cox, [[Sandhya Dwarkadas]] and Willy Zwaenepoel published in WTEC'94 Proceedings of the USENIX Winter 1994 Technical Conference on USENIX Winter 1994 Technical Conference</ref> is an actual application of lazy release consistency.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)