Shared-memory architecture: Difference between revisions

Content deleted Content added
VanishedUserABC (talk | contribs)
Start the page fresh
VanishedUserABC (talk | contribs)
No edit summary
Line 3:
Shared memory architectures may use:<ref name=adv />
 
:* [[Uniform Memory Access]] (UMA): all the processors share the physical memory uniformly.
 
:* [[Non-Uniform Memory Access]] (NUMA): memory access time depends on the memory ___location relative to a processor.
 
:* [[Cache-only memory architecture]] (COMA):
 
:* [[Cache-only memory architecture]] (COMA): the local memories for the processors at a node is used as cache.
 
==References==