Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Are there any alternate solutions to priority inversion ?

Status
Not open for further replies.

sacrpio

Member level 3
Joined
May 24, 2004
Messages
56
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
500
Priority Inversion...

Priority inversion used when due to lower priority task higher priority task has to wait for indefinite time. Is there any other methods except this priority inversion to fight this problem..
 

Re: Priority Inversion...

Priority inheritance is one way to combat priority inversion. It is a resource access control protocol that raises the priority of a task, if that task holds a resource being requested by a higher priority task, to the same priority level as the higher priority task.

Some RTOS supports it.
 

Re: Priority Inversion...

well if you are looking for alternate solution then let me tell you Priority Inversion occurs only in Priority based Premptive scheduling not in other like Round Robin so use other

is taht Ok

Added after 1 minutes:

well if you are looking for alternate solution then let me tell you Priority Inversion occurs only in Priority based Premptive scheduling not in other like Round Robin so use other

is taht Ok
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top