What Is Shared Memory Architecture?
Answers
Answered by
0
Answer:
Explanation:
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.
Answered by
0
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... Using memory for communication inside a single program, e.g. among its multiple threads, is also referred to as shared memory.
Similar questions