Content deleted Content added
Citation bot (talk | contribs) m Alter: journal. Add: isbn, pages. You can use this bot yourself. Report bugs here. |
|||
Line 3:
==Read/write conflicts==
Read/write conflicts (also known as interlocking) in accessing the same shared memory ___location simultaneously are resolved by one of the following strategies:
#Exclusive read exclusive write (EREW)—every memory cell can be read or written to by only one processor at a time
|