Tag: context switch
Light-Weight Processes: Dissecting Linux Threads
This article, aimed at Linux developers and students of computer science, explores the fundamentals of threads and their implementation in Linux with Light-Weight Processes,...
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...