
Linux process scheduling
I read an informative and interesting article today at Opensource.com about process scheduling in Linux, CFS: Completely fair process scheduling in Linux. It goes into some detail about the Linux Completely Fair Scheduler which has been around now for a bit over a decade.
Understanding how the Linux kernel schedules tasks for CPU time is an important part of our knowledge as SysAdmins. It enables us to understand why programs might be unresponsive and how to deal with that. Dr. Marty Kalin, the author, has covered this in an understandable way that helped me to understand this important kernel task.
Don’t miss this excellent article.
More Stories
How Kiwix Is Revolutionizing Offline Access to Global Information
Emmanuel Engelhart and Renaud Gaudin wanted everyone to have access to Wikipedia, and in 2007, the dream became a reality with the creation...
Top 5 open source stories of 2024
2024 has been an interesting year in the news for many reasons. The open source world has been generating a...
Everyday tech that runs on Linux
Linux runs almost everything, but many people are unaware of that. Some folks might be aware of Linux and might...
Digging into ODT file contents
All LibreOffice files are zip file containers with XML data and metadata.
This Website Is Now Secure
For a number of reasons, including the fact that it's been on my todo list for a long time, I...
Updates to Tech Website
You’ve probably noticed that I haven’t done much on my technical web site in the last few years, http://www.linux-databook.infot. As...