RT process priority > Interrupts ?

Valdis.Kletnieks at vt.edu Valdis.Kletnieks at vt.edu
Wed Apr 8 22:15:34 EDT 2015


On Thu, 09 Apr 2015 10:59:20 +0900, manty kuma said:
> In Linux, when a real time process is executing and an interrupt comes,
> will the RT process be preempted?
>
> Is RT process considered superior to interrupts?

Think it through - that would imply that RT processes effectively run with
interrupts disabled (or ignored, which amounts to the same thing).  What would
be the result of that? How would the system behave?  Consider in particular
that RT processes want a hard maximum on latency (and usually as low latency as
you can get).  Remember to consider the case of more than one RT process on a
system....

For bonus points, work it out for both hard and soft IRQs.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 848 bytes
Desc: not available
Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20150408/460ab1f2/attachment.bin 


More information about the Kernelnewbies mailing list