3. Different approaches and solutions
3.1 Linux, the real-time kernel
3.1.1 How to make Linux real-time
The first approach to improving Linux's real-time characteristics is to search the kernel for portions of code that take too long to execute, and insert explicit scheduling points. When the kernel encounters an explicit scheduling point, it can decide whether to finish executing the current process or hand over to a higher-priority task. This minimizes interrupt processing time or the scheduling of real-time tasks. Indeed, the length of the longest non-preemptive...
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!
Different approaches and solutions
Article included in this offer
"Control and systems engineering"
(
143 articles
)
Updated and enriched with articles validated by our scientific committees
A set of exclusive tools to complement the resources
Bibliography
In Engineering Techniques
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!