A comparison Of Hard Real-Time Linux Alternatives 12
An anonymous reader writes "This study compares the real-time capabilities of various Linux kernels. It was part of a project to upgrade the control software in water-wave generators at research institutions around the world. The results of the study were used by Akamina for the selection of a new RTOS for the control system upgrade of Canada's largest hydraulics and coastal engineering laboratory, the National Research Council Canadian Hydraulics Centre in Ottawa."
LKML discussing RTOS as well. (Score:3, Informative)
Summary: RTAI wins... (Score:3, Interesting)
It would have been nice to see how all of these stack up to QNX and other real-time systems.
Meanwhile, I'll keep this article in mind for if I can ever get a better job position than "ASP.net slave".
Re:Summary: RTAI wins... (Score:2)
A full blown RTOS can be overkill (Score:5, Informative)
A full blown RTOS is overkill for many RT applications.
Many RT tasks (like the one used in this article) can be described as:
Wait for IRQ. Do something *NOW*. Wait for IRQ
These tasks can be supported by the rtirq-patch [t-online.de]. rt-irq is a very small patch that allows just that (and nothing more). It would be nice to add rtirq to the comparison.
Not good result is it? (Score:4, Informative)
Based on the latency measurements made:
1. Of the options considered, only Linux 2.4 with RTAI meets the latency requirements for a real-time 100-Hz control system
2. Only Linux 2.4 with RTAI provides what could be considered deterministic interrupt response times and task switch times
3. Linux 2.6 is the next best option for real-time control
4. The results for Linux 2.4 with LXRT indicate that LXRT can not be used for hard real-time systems
5. Linux 2.4 can not be used for hard real-time systems
Re:Not good result is it? (Score:2)
Re:Not good result is it? (Score:1)
Re:Not good result is it? (Score:1)
Missing RTLinux (Score:2, Interesting)
Re:Missing RTLinux (Score:1)