0
488views
Explain and compare priority inversion problems and suggest solution to convert unbounded priority inversion to bounded priority inversion.
1 Answer
0
6views

Bounded priority inversion:

When a task (say T1) with lower priority is in execution and a higher priority task (say T3) pre-empts, then the execution of higher priority task begins. Now if a operation is to be done by lower priority task (i.e. T1) then the lower priority task starts …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.