write advantages of shared memory ?
Answers
Answered by
0
* Scales well with a large number of nodes.
* Message passing is hidden.
* Can handle complex and large databases without replication or sending the data to processes.
*Generally cheaper than using a multiprocessor system.
* Provides large virtual memory space.
Similar questions