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