That is a hard thing to measure in any meaningful way. The ultimate goal of any scheduler (linux, windows, or any other OS; the scheduler is the name of the portion of the OS kernel dedicated to scheduling processes on the CPU(s)) is to most efficiently use the clock cycles provided by the CPU. In short, if there are tasks to be run the scheduler wants to make sure the CPU is doing as much work as possible the vast majority of the time.
Does Linux hurt your CPU more or less then Windows or any other OS? No.
Last edited by jtshaw; 10-03-2005 at 12:49 PM.
|