Shared-memory architecture
Appearance
A shared-memory architecture (SM) is a distributed computing 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.
This is distinct from the use of shared memory between different programs or threads on a single node, with or without multiprocessing.
See also
External links
- "The Case for Shared Nothing". www.linkedin.com.
- Garrod, Charlie (2023). "Lecture #21: Introduction to Distributed Databases" (PDF). Carnegie Mellon University - School of Computer Science.
This article has not been added to any content categories. Please help out by adding categories to it so that it can be listed with similar articles. (March 2024) |