Hello,

I have a doubt about how Linux handle irq's and soft realtime.

For example, I have a thread with priority -99 ( the worst case ) and this thread take 99% of CPU, and in this moment, some device generate a interrupt signal, my questions is:

1.- Can interrupt execute its code???
2.- Does interrupts hava prority???

Best regards.