NeKernel's RT Scheduler Subsystem
Why?
Because NeKernel needed a stable and clean scheduling model, not some hacked version of a round-robin or something that doesn't fit.
How?
It consists of multiple files modularized in the GitHub repository look for HardwareThreadScheduler, the ThreadLocalStorage, CoreProcessScheduler, and the UserProcessScheduler.
Where?
- Desktop/Server computing (with added balancing, which i'm working on)
- HFT infrastructure (with more real-time tweaks)
- Embedded Systems.