Shared-memory architecture: Difference between revisions

Content deleted Content added
Added tags to the page using Page Curation (unreferenced)
 
(5 intermediate revisions by 4 users not shown)
Line 1:
{{Short description|Distributed computing architecture}}
 
A '''shared-memory architecture''' (SM) is a [[distributed computing]] [[Software architecture|architecture]] in which the nodes share the same memory as well as the same storage.<ref>{{Cite web |title=Memory: Shared vs Distributed - UFRC |url=https://help.rc.ufl.edu/doc/Memory:_Shared_vs_Distributed |access-date=2024-03-13 |website=help.rc.ufl.edu}}</ref>
{{unreferenced|date=March 2024}}
A '''shared-memory architecture''' (SM) is a [[distributed computing]] [[Software architecture|architecture]] in which the nodes share the same memory as well as the same storage.
 
It contrasts with [[shared-nothing architecture]], in which each node has distinct memory and storage, and with [[shared-disk architecture]], in which the nodes share the same storage but not the same memory.
Line 8 ⟶ 7:
 
== See also ==
 
* [[Distributed database]]
* [[Shared memory]]
 
== References ==
<references />
[[Category:Distributed computing architecture]]
 
== External links ==
 
* "[https://www.linkedin.com/pulse/case-shared-nothing-ricardo-jimenez-peris/ The Case for Shared Nothing]". ''www.linkedin.com''.
* Garrod, Charlie (2023). "[https://15445.courses.cs.cmu.edu/spring2023/notes/21-distributed.pdf Lecture #21: Introduction to Distributed Databases]" (PDF). ''Carnegie Mellon University - School of Computer Science''.