Title :
A parametrized algorithm that implements sequential, causal, and cache memory consistency
Author_Institution :
Univ. Politecnica de Madrid
Abstract :
Presents an algorithm that implements cache coherence which can be used to implement sequential, causal or cache consistency in distributed shared memory (DSM) systems. For this purpose, it has a parameter that allows one to choose the consistency model to be implemented. In our algorithm, when implementing causal and cache consistency, all read and write operations are executed locally (i.e. they are fast). It is known that no sequential algorithm has only fast memory operations. However, in our algorithm, when implementing sequential consistency, all write operations and some read operations are fast. The algorithm uses propagation and full replication, where values written by a process are propagated to the rest of processes. This works in a cyclic-turn fashion, with each process of the DSM system broadcasting one message in turn. The values written by the process are sent within the message (instead of sending one message for each write operation), but unnecessary values are excluded. All this allows one to control the amount of message traffic due to the algorithm
Keywords :
cache storage; coherence; distributed algorithms; distributed shared memory systems; message passing; cache coherence; cache consistency; causal consistency; consistency model selection parameter; cyclic-turn process; distributed shared memory systems; fast memory operations; full replication; locally executed operations; message broadcasting; message traffic control; parametrized algorithm; read operations; sequential consistency; unnecessary values exclusion; value propagation; write operations; Broadcasting; Cache memory; Communication system control; Concurrent computing; Conferences; Control systems; Programming profession; Protocols;
Conference_Titel :
Parallel, Distributed and Network-based Processing, 2002. Proceedings. 10th Euromicro Workshop on
Conference_Location :
Canary Islands
Print_ISBN :
0-7695-1444-8
DOI :
10.1109/EMPDP.2002.994329