Tag: schedulers
Python Threading and its Caveats
As a rapid application development language, Python is highly preferred for being easy to use, feature-rich and robust. With multi-core processors now becoming more...
Handling Interrupts
In my last article, we explored the concept of interrupts and how they catch the CPU's attention. In this article, we will look at...
Getting Started with RTLinux
This article deals with installing RTLinux, and creating a sample real-time module that can be loaded in it.
An operating system is responsible for managing,...