In this section, I introduce the topic of CPU binding, which is allowing processes to run on a specific processor.
在这部分内容中,我将介绍有关CPU绑定的主题,即允许进程在特定的处理器上运行。
Processor affinity refers to binding a process or a set of processes to a specific CPU or a set of CPUs.
处理器亲和指的是将一个或一组进程绑定到一个特定的CPU或一组CPU上。
Note: Binding a CPU virtual processor to a processor does not prevent other processes from running on that processor.
注:将一个 CPU 虚拟处理器绑定到一个处理器并不妨碍其他进程在那个处理器上的运行。
应用推荐