Why not just "cheat" and devote a whole core to the RT process?
Why not just "cheat" and devote a whole core to the RT process?
Posted Oct 20, 2012 19:09 UTC (Sat) by dlang (guest, #313)In reply to: Why not just "cheat" and devote a whole core to the RT process? by Richard_J_Neill
Parent article: Software interrupts and realtime
because it's really rare that your real time processing only needs to do computation on data it already has. Usually you need to do other things besides computation (like I/O of the audio, disk, etc)
At that point you are interacting with the rest of the system and you need to worry about delays and locking in the rest of the kernel.
