0
740views
Write a note on Priority Inversion(PI)
1 Answer
0
1views

(i) Priority Inversion is a condition in which low priority task executes while a high priority task waits(blocked) due to resource contentions.

(ii) PI happens because in poorly designed RTFS.

Consider following example:

(iii) Let A, B, C $\to$ 3 process/task.

A- high priority, B- med priority, C- lower priority …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.