Interesting analysis of linux kernel threading by IBM

Helge Hafting helgehaf en idb.hist.no
Vie Ene 21 20:04:20 CST 2000


> This has probably been asked before, but how difficult would it be to have
> two different schedulers available as compile time options? that way they
> system could be optimized for the expected load.
> 
Even better: dynamically use the best algorithm depending on the number
of
runnable processes.  The only problem I see with this is that calling
the 
scheduler through a pointer (or if-statement) will have a overhead
of its own - every time.

Helge Hafting

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo en vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



Más información sobre la lista de distribución Ayuda