Menu
  • HOME
  • TAGS

Low latency process on single core with embedded Linux

linux,embedded,low-latency,jack,cpuset

The topic you are looking for is called "CPU affinity". There are two main aspects to the CPU affinity: affinity of processes and affinity of the interrupts. To my (admittedly limited) knowledge: The processes are assigned to CPUs using the taskset command. (The affinity is inherited by the child processes.)...