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
PRAM 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!
{{Notability|date=February 2024}} '''PRAM consistency''' (pipelined [[random access memory]]) also known as ''[[FIFO (computing and electronics)|FIFO]] [[Consistency model|consistency]]''. All [[Process (computing)|processes]] see [[Computer storage|memory]] writes from one process in the order they were issued from the process.<ref>{{cite book|last=Lipton/Sandberg|title=PRAM: a scalable shared memory|year=1988}}</ref> Writes from different processes may be seen in a different order on different processes. Only the write order needs to be [[consistent]], thus the name ''pipelined''. PRAM consistency is easy to implement. In effect it says that there are no guarantees about the order in which different processes see writes, except that two or more writes from a single source must arrive in order, as though they were in a pipeline. P1:W(x)1 P2: R(x)1W(x)2 P3: R(x)1R(x)2 P4: R(x)2R(x)1 Time ----> Fig: A valid sequence of events for PRAM consistency. The above sequence is not valid for [[Causal consistency]] because W(x)1 and W(x)2 are causal, so different processes must read it in the same sequence.
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)