https://www.linux-magazine.com/Issues/2025/301/EEVDF?utm_source=mlm
#Linux #kernel #EEVDF #scheduler #CFS
The long-abandoned gnome-schedule has an active fork called gtock.
The debian source package for g...-s... can be found at https://archive.debian.org/debian/pool/main/g/gnome-schedule
Maybe someone can apply that to this fork, so it come back alive to debian again.

In the previous article we explored how Go’s memory allocator manages heap memory — grabbing large arenas from the OS, dividing them into spans and size classes, and using a three-level hierarchy (mcache, mcentral, mheap) to make most allocations lock-free. A key detail was that each P (processor) gets its own memory cache. But we never really explained what a P is, or how the runtime decides which goroutine runs on which thread. That’s the scheduler’s job, and that’s what we’re exploring today.
⚙️ Need scheduling logic beyond the default?
Build & deploy a custom Kubernetes scheduler to handle special workloads, hardware affinities, or cost-optimized placement.
#Kubernetes #Scheduler #Advanced #CloudNative #DevOps
🔗 https://devopstales.github.io/kubernetes/custom-kube-scheduler/
Durch einen Troet von @diekehrseite, wo eine App gesucht wurde die Beiträge planen kann, bin ich auf #fediplan gestoßen. Die Planung läuft plattformunabhängig im Browser. Den Dienst kann man auch selber hosten, was für mich wieder interessant war.
Nun habe ich das Ganze mal eingerichtet und teste mal ein wenig ob es funktioniert. Dies ist also der erste geplante Beitrag von mir über fediplan, welches nun auf meinem Server läuft.
[Перевод] Планировщик Go
Эта статья посвящена языку программирования Go 1.24 , работающему на Linux на архитектуре ARM . Она может не охватывать специфические для других операционных систем (ОС) или аппаратных архитектур детали. В этой статье подробно рассматриваются следующие вопросы: Компиляция и среда выполнения Go Примитивный планировщик Улучшение планировщика Модель GMP Начальная загрузка программы Создание горутины Цикл планирования Поиск готовой к выполнения горутины Вытеснение горутин Обработка системных вызовов Сетевой и файловый ввод-вывод Работа netpoll Сборщик мусора Общие функции API среды выполнения Go
https://habr.com/ru/companies/timeweb/articles/989782/
#go #golang #scheduler #scheduling #schedule_loop #планировщик #планирование #цикл_планирования #timeweb_статьи_перевод #goroutine
Re: Selecting the #scheduler from #bootMenu, reply 20260131,
by Warner L,
https://lists.freebsd.org/archives/freebsd-hackers/2026-January/005643.html
>> "Why let mere mortals decide #CPU priorities when the cosmos can guide us?"
> A fully functional sched_ext #scheduler that makes real CPU #scheduling decisions based on real-time planetary positions, #zodiac signs, and astrological principles. This actually loads into the #Linux kernel and schedules your system tasks. Because if the universe can influence our lives, why not our CPU scheduling too?
‘Why let mere mortals decide CPU priorities when the cosmos can guide us?’ asks the developer.

‘Why let mere mortals decide CPU priorities when the cosmos can guide us?’ asks the developer.