InterviewSolution
Saved Bookmarks
| 1. |
What Is Numa Memory Architecture? |
|
Answer» NUMA stands for NonUniform MEMORY access and is a special TYPE of shared memory architecture where access times to different memory LOCATIONS by a processor may vary as may ALSO access times to the same memory location by different PROCESSORS. NUMA stands for NonUniform memory access and is a special type of shared memory architecture where access times to different memory locations by a processor may vary as may also access times to the same memory location by different processors. |
|