Notice
Recent Posts
Recent Comments
목록NUMA (1)
봉황대 in CS
[CPU] How to Implement CPU(or Core) Pinning
What is CPU Pinning ?‘CPU pinning’은 특정 process 또는 thread가 지정한 CPU core에서만 실행되도록 하는 것을 말한다. CPU pinning is a stricter form of CPU affinity,where you bind a process or a thread to a specific CPU core, and prevent it from running on any other core. What is CPU Affinity ?여기서 ‘CPU affinity’란, ‘the ability to specify which CPU cores a process or a thread can run on’특정 process 또는 thread가 지정된 CPU core 집..
Computer Science & Engineering
2024. 8. 5. 22:08