Design a real time system to update a real time database. The data needs to be consistent and atomic transactions need to be performed serially.
a. Identify critical and non-critical tasks.
b. Which scheduling algorithm do you use? Justify the same.
c. Can we apply priority inversion or not? If so identify the tasks.
d. Give the Model
Comments