Currently being updated.
Automatic reload in seconds.


 
Subscribe: RSS Podcasts iTunes
wikiofthedaymasto.ai
  Buy WotD Stuff!!
Episode 525             Episode 527
Episode 526

Completely Fair Scheduler
Thu, 2018-Oct-11 01:38 UTC
Length - 2:28

Direct Link

Welcome to popular Wiki of the Day where we read the summary of a popular Wikipedia page every day.

With 346,554 views on Wednesday, 10 October 2018 our article of the day is Completely Fair Scheduler.

The Completely Fair Scheduler (CFS) is a process scheduler which was merged into the 2.6.23 (October 2007) release of the Linux kernel and is the default scheduler. It handles CPU resource allocation for executing processes, and aims to maximize overall CPU utilization while also maximizing interactive performance.

Con Kolivas's work with scheduling, most significantly his implementation of "fair scheduling" named Rotating Staircase Deadline, inspired Ingo Molnár to develop his CFS, as a replacement for the earlier O(1) scheduler, crediting Kolivas in his announcement.In contrast to the previous O(1) scheduler used in older Linux 2.6 kernels, the CFS scheduler implementation is not based on run queues. Instead, a red–black tree implements a "timeline" of future task execution. Additionally, the scheduler uses nanosecond granularity accounting, the atomic units by which an individual process' share of the CPU was allocated (thus making redundant the previous notion of timeslices). This precise knowledge also means that no specific heuristics are required to determine the interactivity of a process, for example.Like the old O(1) scheduler, CFS uses a concept called "sleeper fairness", which considers sleeping or waiting tasks equivalent to those on the runqueue. This means that interactive tasks which spend most of their time waiting for user input or other events get a comparable share of CPU time when they need it.

This recording reflects the Wikipedia text as of 01:38 UTC on Thursday, 11 October 2018.

For the full current version of the article, go to http://en.wikipedia.org/wiki/Completely_Fair_Scheduler.

This podcast is produced by Abulsme Productions based on Wikipedia content and is released under a Creative Commons Attribution-ShareAlike License.

Visit wikioftheday.com for our archives, sister podcasts, and swag. Please subscribe to never miss an episode. You can also follow @WotDpod on Twitter.

Abulsme Productions produces the current events podcast Curmudgeon's Corner as well. Check it out in your podcast player of choice.

This has been Nicole. Thank you for listening to popular Wiki of the Day.

Archive
2017:MayJunJulAugSepOctNovDec
2018:JanFebMarAprMayJunJulAugSepOctNovDec
2019:JanFebMarAprMayJunJulAugSepOctNovDec
2020:JanFebMarAprMayJunJulAugSepOctNovDec
2021:JanFebMarAprMayJunJulAugSepOctNovDec
2022:JanFebMarAprMayJunJulAugSepOctNovDec
2023:JanFebMarAprMayJunJulAugSepOctNovDec
2024:JanFebMarApr

Most Recent Episodes


Feedback welcome at feedback@wikioftheday.com.

These podcasts are produced by Abulsme Productions based on Wikipedia content.

They are released under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

Creative Commons License

Abulsme Productions also produces Curmudgeon's Corner, a current events podcast.

If you like that sort of thing, check it out too!


Page cached at 2024-04-18 21:19:04 UTC
Original calculation time was 1.9128 seconds

Page displayed at 2024-04-19 04:24:00 UTC
Page generated in 0.0034 seconds