Page 1 of 1

Your scheduler choices

Posted: Sat Apr 12, 2008 8:42 pm
by piranha
So, this is directed towards anyone who is developing or has a scheduler in their kernel.
What type is it?

Specs?

Why did you choose it?

Sort Description, maybe?

-JL

Posted: Sun Apr 13, 2008 8:14 am
by JamesM
We have an abstract SchedulingAlgorithm class which the scheduler calls when it wants to know what to schedule next. Currently we've only got a round robin implementation, but the idea is that algorithms can be hot swappable for better performance on e.g. games.