Process Situations vs. Priority
Posted: Sat Sep 29, 2007 10:26 am
So, there is priority scheduling....-10 -9 -8 -7 -6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6
Each number is a consecutive priority.
What about process situations? Like:
-1: Nobody Cares about these processes.
0: Background, really low priority.
1: Background, normal.
2: Normal.
3: High priority.
4: Vital User processes.
5: Vital System Processes, non-killable.
6: Emergency, non-killable, when one of these is running ALL of the process < 4 pause.
Other then that, each one could have it's own rules for the running of the processes, or rules that define what situation process can run when others are running......
There could also be a combo of priority and situation scheduling...
Tell me what you think.
-JL
Each number is a consecutive priority.
What about process situations? Like:
-1: Nobody Cares about these processes.
0: Background, really low priority.
1: Background, normal.
2: Normal.
3: High priority.
4: Vital User processes.
5: Vital System Processes, non-killable.
6: Emergency, non-killable, when one of these is running ALL of the process < 4 pause.
Other then that, each one could have it's own rules for the running of the processes, or rules that define what situation process can run when others are running......
There could also be a combo of priority and situation scheduling...
Tell me what you think.
-JL