Content deleted Content added
m →Shared Memory Model: replaced: point-of-view → point of view using AWB |
|||
Line 11:
The processors are all connected to a "globally available" memory, via either a [[software]] or hardware means. The [[operating system]] usually maintains its memory coherence.<ref name="Ibaroudene-slides">Ibaroudene, Djaffer. "Parallel Processing, EG6370G: Chapter 1, Motivation and History." Lecture Slides. [[St. Mary's University, Texas|St Mary's University]], [[San Antonio, Texas]]. Spring 2008.</ref>
From a programmer's point
There are many examples of shared memory (multiprocessors): UMA ([[Uniform Memory Access]]), COMA ([[Cache Only Memory Access]]) and NUMA ([[Non-Uniform Memory Access]]).<ref name=tanenbaum>{{cite book|author=[[Andrew S. Tanenbaum]]|title=Structured Computer Organization|pages=559-585|publisher=Prentice-Hall|year=1997|url=http://cwx.prenhall.com/bookbind/pubbooks/tanenbaum2/chapter0/deluxe.html|edition=4|isbn=978-0130959904}}</ref>
|