the problem of priority inversion can be solved by
Answers
Answered by
0
Answer:
One way to solve priority inversion is to use the priority ceiling protocol , which gives each shared resource a predefined priority ceiling. When a task acquires a shared resource, the task is hoisted (has its priority temporarily raised) to the priority ceiling of that resource
Similar questions