Testing my model for hybrid scheduling in Embedded Systems
- by markusian
I am working on a project for school, where I have to analyze the performances of a few fixed-priority servers algorithms (polling server, deferrable server, priority exchange) using a simulator in the case of hybrid scheduling, where we have both hard periodic tasks and soft aperiodic tasks.
In my model I consider that:
the hard tasks have a…