Shared memory

From regional-training
Revision as of 23:34, 14 August 2022 by Ralph (talk | contribs) (Created page with "In computer science, 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. category:index category:glossary category:public")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In computer science, 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.