Approaches to realtime Linux
Approaches to realtime Linux
Posted Oct 13, 2004 22:45 UTC (Wed) by bluefoxicy (guest, #25366)In reply to: Approaches to realtime Linux by karim
Parent article: Approaches to realtime Linux
NOTE: deterministic hard-rt is not about speed, it's about determinism. While Ingo's work is great at reducing latency, it cannot guarantee response times regardless of the load, kernel configuration, and driver set.-- Karim Yaghmour
Purpose of the Project-- http://source.mvista.com/linux_2_6_RT.html
The purpose of this effort is to to further reduce interrupt latency and to dramatically reduce task preemption latency in the 2.6 kernel series. Our broad objective is to achieve preemption latency bounded by the worst case IRQ disable.
Does this qualify? It's "bounded" yes? The bounding would qualify as true real-time, and the reduction of latency beyond that bound would just be a happy responsiveness bonus. Am I right? If not, please show err.
