Locking in OS Kernels for SMP Systems
本文檔由 technic123 分享于2011-11-25 11:58
When designing an operating system kernel for a shared memorysymmetric multiprocessor system, shared data has to be protected fromconcurrent access. Critical issues in this area are the increasing codecomplexity as well as the performance and scalability of a SMP kernel. Anintroduction to SMP-safe locking primitives, and how locking can be appliedto SMP kernels will be given, ..
下載文檔
收藏