real time kernel: benefits
real time kernel: benefits
Posted Sep 21, 2024 22:10 UTC (Sat) by simlo (guest, #10866)In reply to: real time kernel: benefits by tekNico
Parent article: The realtime preemption pull request
Are we again confusing the term "hard realtime" with safety critical? For me hard realtime means simply that any deadline violations is bug for the purpose of the program. Some audio stuff might be in this category as the missed deadline can destroy a recording. Soft realtime is where the overall application can live with missed deadlines once in a while - the quality of the system simply drops. The linux kernel can with RT support both - but not safety critical, as that requires certification. But then again: Isn't SpaceX using Linux to fly their rockets and manned capsules, or is that a myth?
