Schedulers Bundled in Applications?
Schedulers Bundled in Applications?
Posted Feb 2, 2026 10:51 UTC (Mon) by kyouma (subscriber, #181833)In reply to: Schedulers Bundled in Applications? by wahern
Parent article: Sub-schedulers for sched_ext
Thanks for your reply. Didn't know about SwitchTo before.
Indeed for a per-application thing a usermode scheduling primitive is simpler.
`sched_ext` sub-schedulers might make more sense for service-type software like a database. Maybe one can write a NixOS module that declaratively specifies that service X goes with scheduler Y. And enabling the service sets up the scheduler for it.
