Quote:
Originally Posted by adciv
Side note, from what I've learned at NI Days, the new RIOs have two task schedulers. One is for RT, one is for non-RT.
|
OTS Linux has multiple scheduling algorithms - a priority-based pre-emptive scheduler for real-time (non-zero POSIX priority) and fair scheduling algorithm for everything else (POSIX priority is zero). And then there is the scheduling algorithm for interrupt threads in the kernel.