Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 백준
- concurrency
- 추상화
- mutex
- 스케줄링
- 컴퓨터구조
- mips
- 트랩
- 가상 메모리
- 단편화
- 알고리즘
- 운영체제
- 우선순위
- 프로세스
- Algorithm
- 교착상태
- 기아 상태
- BOJ
- ALU
- 페이징
- 부동소수점
- PYTHON
- fork()
- 동기화
- Oracle
- 인터럽트
- 페이지 대치
- 스레드
- 세마포어
- 페이지 부재율
Archives
- Today
- Total
목록NUMA (1)
봉황대 in CS

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/Computer Architecture
2024. 8. 5. 22:08