Does anyone know what sceduling algorithm use the Linux 2.2.6?
Or where i can find informations?
6 replies to this topic
#1
Posted 09 July 2011 - 07:10 AM
|
|
|
#2
Posted 09 July 2011 - 12:54 PM
I found this to be a good linux scheduling overview though it is not version specific and the only reference it gives is to 2.6.10 kernel
http://forum.codecal...ll Programming)
http://forum.codecal...ll Programming)
Today is the first day of the rest of my life
#3
Posted 09 July 2011 - 07:03 PM
kostas123 said:
Does anyone know what sceduling algorithm use the Linux 2.2.6?
Or where i can find informations?
Or where i can find informations?
crond handles scheduling in most unix-like systems,
crontab is the command to use to create a cronjob ;)
#4
Posted 10 July 2011 - 02:41 AM
That's a different kind of scheduling debtboy. I think he is referring to process scheduling.
I could only find data pertaining to the 2.6 kernel and it seems that in the beginning it used a O(1) scheduling algorithm and around 2.6.17 it changed to the Completely Fair Scheduler (CFS).
I could only find data pertaining to the 2.6 kernel and it seems that in the beginning it used a O(1) scheduling algorithm and around 2.6.17 it changed to the Completely Fair Scheduler (CFS).
#5
Posted 10 July 2011 - 05:14 AM
I am referring to process scheduling.
#6
Posted 10 July 2011 - 06:38 AM
Am i missing something? I presumed it was process scheduling we were talking about. What other kind exactly exists in context of OS?
Today is the first day of the rest of my life
#7
Posted 10 July 2011 - 12:12 PM
Well, you could see cron as a kind of task scheduler for instance.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









