Jump to content

Shared-memory architecture

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

A shared-memory architecture (SM) is a distributed computing architecture in which the nodes share the same memory as well as the same storage.[1]

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

References

  1. ^ "Memory: Shared vs Distributed - UFRC". help.rc.ufl.edu. Retrieved 2024-03-13.