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