Saved Bookmarks
| 1. |
What do you understand about the Shared memory and NUMA memory architecture? |
|
Answer» Shared MEMORY architectures are those in which all execution THREADS have access to the same address SPACE. NUMA STANDS for Non-Uniform Memory Access, and it's a type of shared memory architecture in which a processor's access times to different memory LOCATIONS, as well as access times to the same memory location by multiple processors, can differ. |
|