XTREEMIST / Member

Forum Posts Following Followers
45 11 0

Scheduling must be done between the queues

1. Fixed priority scheduling; (i.e., serve all from foreground then from background). There is a possibility of starvation.
2. Time slice -each queue gets a certain amount of CPU time which it can schedule amongst its processes; i.e., 80% to foreground in RR
3. 20% to background in FCFS