Virtual Shared Memory |
Different parts of the data can reside on different processors. |
Looks like one single global memory space to component processes. |
Linda's Virtual Shared Memory is known as tuple space |
Can be used to implement many different types of algorithms |
Lends itself well to master/worker distributed data structure algorithms |