First page Back Continue Last page Summary Graphics
Conclusions
Default SMP scheduler scales well to 4 CPUs under moderate load
- Lock contention becomes an issue as load or number of CPUs increase
Priority level scheduler scales well as load is increased
- Increased overhead in low load situations
- Lock contention still increases with CPU count
- Can maintain DSS scheduling behavior
Notes: