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 |
Tags
- Nest.js
- MongoDB
- react
- Express
- nestjs
- Queue
- JavaScript
- 공룡게임
- jest
- 정렬
- 게임
- MySQL
- Dinosaur
- AWS
- TypeScript
- game
- nodejs
- Python
- typeORM
- Sequelize
- mongoose
- Bull
- dfs
- cookie
- class
- 자료구조
- OCR
- GIT
- flask
Archives
- Today
- Total
목록mutual exclusion (1)
포시코딩

키워드 deadlock, mutual exclusion, no preemption, hold and wait, circular wait, resource-allocation graph, deadlock prevention, deadlock avoidance, deadlock detection and recovery, deadlock ignorance Deadlock(교착상태) 일련의 프로세스들이 서로가 가진 자원을 기다리며 block된 상태 Resource(자원) 하드웨어, 소프트웨어 등을 포함하는 개념 ex) I/O device, CPU cycle, memory space, semaphore 등 프로세스가 자원을 사용하는 절차 Request(요청), Allocate(획득), Use(사용), Releas..
CS (Computer Science)
2023. 5. 9. 00:45