I have 2 identical programs running on same Linux host (Centos 7), listening to same UDP channel. I haven't fiddle with their running priority (nice-ness). The server is an 8-core box. The 2 programs are running on the cpus on the same NUMA node. It's just one starts after the other. What determines the priority of which application will get the data first from the kernel buffer? Is there anyways to change the priority?
Asked
Active
Viewed 133 times