Shared Memory System

From GM-RKB
Jump to navigation Jump to search

A Shared Memory System is a computing system that uses computing memory.



References

2014

  • (Wikipedia, 2014) ⇒ http://en.wikipedia.org/wiki/shared_memory Retrieved:2014-9-15.
    • In computing, shared memory is memory that may be simultaneously accessed by multiple programs with an intent to provide communication among them or avoid redundant copies. Shared memory is an efficient means of passing data between programs. Depending on context, programs may run on a single processor or on multiple separate processors.

      Using memory for communication inside a single program, for example among its multiple threads, is also referred to as shared memory.