Processors White Papers
Extreme High Performance Computing or Why Microkernels Suck
Overview One often wonders how well Linux scales. The suggestions frequently received say that Linux cannot scale because it is a monolithic operating system kernel. However, microkernels have never scaled well and Linux has been scaled up to support thousands of processors, terabytes of memory and hundreds of petabytes of disk storage which is the hardware limit these days. Some of the techniques used to make Linux scale were per cpu areas, per node structures, lock splitting, cache line optimizations, memory allocation control, scheduler optimizations and various other approaches. These required significant detail work on the code but no change in the general architecture of Linux. This paper gives an overview of why Linux scales and shows the hurdles microkernels would have to overcome in order to do the same.
| Publisher | SGI | File Format | |
|---|---|---|---|
| Date Published | June 2007 | ||
| Format | White Papers | ||
| Topics | |||



