Distributed Shared Memory Consider the following sequence o…
Distributed Shared Memory Consider the following sequence of actions in a TreadMarks DSM system. Assume pristine copies of pages X and Y are at their owner node O throughout. Assume X and Y are initially not present on any other node. T1: Processor P1:acq(L1)write Xrel(L1)T2: Processor P2:acq(L1)write Yrel(L1)T3: Processor P3:acq(L2)write Xrel(L2)T4: Processor P4:acq(L1)read Xwrite Yrel(L1) a) What actions occur when P4 acquires lock L1?