The future of realtime Linux in doubt
The future of realtime Linux in doubt
Posted Jul 9, 2014 20:14 UTC (Wed) by klossner (subscriber, #30046)In reply to: The future of realtime Linux in doubt by bokr
Parent article: The future of realtime Linux in doubt
In the embedded world, it's impractical to devote a CPU core to each interrupt source. Besides the cost issue -- my current project budgets $14 for the SoC -- the legacy code base never envisioned running its threads concurrently. Trying to do so would expose countless new race conditions.