Skip to content

Scheduling

Victor Correal Ramos edited this page May 1, 2020 · 10 revisions

In this stage I design a Round Robin scheduling system to design CPU time for the differents tasks.

This task distribution assign a certain time to each task (named Quantum); after that time the schedule algorithm searches another task to assign a new quantum. Also, a task manager is needed; for the moment only exists a task_creation interface.

Clone this wiki locally