Content deleted Content added
Omnipaedista (talk | contribs) per MOS:BOLDSYN |
|||
Line 13:
From a programmer's point of view, this memory model is better understood than the distributed memory model. Another advantage is that memory coherence is managed by the operating system and not the written program. Two known disadvantages are: scalability beyond thirty-two processors is difficult, and the shared memory model is less flexible than the distributed memory model.<ref name="Ibaroudene-slides"/>
There are many examples of shared memory (multiprocessors): UMA ([[Uniform Memory Access]]), COMA ([[Cache Only
===Bus-based===
|