Your source for the most up-to-date terms, definitions, and acronyms for and about internet service providers.
Search for an ISP term
NUMA
Last modified: Tuesday, March 12, 2002
Short for Non-Uniform Memory Access, a type of parallel processing architecture in which each processor has its own local memory but can also access memory owned by other processors. It's called non-uniform because the memory access times are faster when a processor accesses its own memory than when it borrows memory from another processor.
NUMA computers offer the scalability of MPP and the programming ease of SMP.