반응형
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
- os
- 도커
- C++
- boj
- 운영체제
- ios
- 인프라
- AWS
- kubernetes
- 도커 컨테이너
- k8s
- Swift
- NGINX
- 데브옵스
- swift 클로저
- 쿠버네티스
- 컨테이너
- devops
- 클라우드
- centOS
- centOS7
- 프로세스
- 도커 이미지
- 리눅스
- Python
- docker
- 도커 명령어
- 부스트코스
- 네트워크
- linux
Archives
- Today
- Total
목록프로세스 동기화 (1)
귀염둥이의 메모

데이터의 접근 Race Condition 두 개 이상의 프로세스가 데이터에 동시에 접근하려 할 때 race conditon이 발생한다 S-Box(memory address space)를 공유하는 E-box(CPU space)가 여러개 있는 경우 race condition의 가능성이 있다 OS에서 race condition은 언제 발생하는가? kernel 수행 중 인터럽트 발생 시 Process가 system call을 하여 kernel mode로 수행 중인데 context switch가 일어나는 경우 Multiprocessor에서 shared memory 내의 kernel data 1. interrupt handler vs kernel count++ 과정 중간에 interrupt handler로 coun..
CS/운영체제
2021. 7. 14. 16:52