SMP
Everything on SkillVeris tagged SMP — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is Load Balancing in a Multiprocessor OS?
Load balancing in a multiprocessor OS is the scheduler policy of spreading runnable tasks evenly across all available CPU cores so no core sits idle while anot…
Symmetric vs Asymmetric Multiprocessing (SMP vs AMP)
Symmetric multiprocessing (SMP) has every CPU core run the same copy of the OS kernel and share equal access to memory and I/O, while asymmetric multiprocessin…