Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- flask
- Dinosaur
- mongoose
- OCR
- react
- Queue
- TypeScript
- 정렬
- 게임
- JavaScript
- game
- Express
- cookie
- 자료구조
- dfs
- Sequelize
- jest
- 공룡게임
- typeORM
- MySQL
- GIT
- Bull
- Python
- nodejs
- MongoDB
- Nest.js
- class
- AWS
- nestjs
Archives
- Today
- Total
목록algorithms evaluation (1)
포시코딩
[운영체제] 4. CPU Scheduling (3)
키워드 multiple-processor scheduling, real-time scheduling, thread scheduling, algorithms evaluation, 알고리즘 평가 Scheduling Algorithms Multiple-Processor Scheduling CPU가 여러 개 있는 시스템에서의 스케줄링 Homogeneous processor 어떤 Job은 특정 CPU가 실행해야 되는 경우 ex) 미용실 갔을 때 제일 눈 앞에 보이는 사람한테 깎지 않고 지명한 사람한테 깎는 경우 Load sharing 특정 CPU만 일하고 나머지 CPU는 놀지 않도록 부하를 적절히 조절하는 메커니즘 필요 별개의 큐를 두는 방법 vs 공동 큐를 사용하는 방법 Symmetric Multiprocess..
CS (Computer Science)
2023. 5. 1. 18:13