Linux Scheduling Mechanism in 2.6.22?
Posted
by Mazen
on Stack Overflow
See other posts from Stack Overflow
or by Mazen
Published on 2010-03-19T22:32:57Z
Indexed on
2010/03/19
22:41 UTC
Read the original article
Hit count: 278
linux-kernel
|scheduler
Hello,
I'm doing some kind of performance evaluation using two different vanilla Linux kernels, 2.6.22
and 2.6.31
, since I assume each of them uses a different scheduling mechanism: 2.6.22
uses the old O(1) scheduler, whilst 2.6.31
adopts the CFS. Could anybody confirm the correction of this assumption?
© Stack Overflow or respective owner