Jump to content

Symmetric multiprocessing

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 213.253.39.250 (talk) at 01:36, 25 April 2002 (an enitry for SMP). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Symmetric multiprocessing (SMP) is a multiprocessor computing architecture where all processors can access, and are equally close to, all memory locations.

SMP is the most common small computer multiprocessor architecture. However, SMP does not scale well beyond roughly 16 processors, due to the difficulties of designing hardware that will share the memory pool between processors without becoming a system bottleneck.

The logical progression from SMP systems is the NUMA architecture, where the requirement that all processors be equally close to all memory locations is relaxed.