Multilevel Feedback Queue
A process can move between the various queues. A way to implement aging.
Multilevel feedback queue scheduler is defined as follows:
- number of queues.
- scheduling policy for each queue.
- method used to upgrade a process.
- method used to degrade a process.
- method used to introduce a process (which queue)
- inter-scheduling between the queues (usually strict priority).