CSC/ECE 506 Spring 2012/11a hn: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
==Distributed Shared Memory== | ==Distributed Shared Memory== | ||
In a [http://en.wikipedia.org/wiki/Distributed_shared_memory Distributed Shared Memory] several processors share the same address space. | In a [http://en.wikipedia.org/wiki/Distributed_shared_memory Distributed Shared Memory(DSM)] several processors share the same address space. | ||
===Hardware DSM=== | ===Hardware DSM=== | ||
Line 8: | Line 8: | ||
===Software DSM=== | ===Software DSM=== | ||
==Performance of DSM== | ==Performance of DSM== | ||
==Performance Improvement== | ==Performance Improvement== |
Revision as of 05:13, 13 April 2012
In a Distributed Shared Memory(DSM) several processors share the same address space.