[thead] multi-thread programming for thread-safe
multi-thread programming for thread-safe. multi-thread환경에서의 개발을 하게 될 경우 thread-safe에 대한 고민은 하지 않을 수 가 없다. 이유인 즉 슨 다수의 thread가 하나의 global variable이나 static variable에 값에 대한 접근 및 변경 떄문인데 이를 해결하기 위 해 보통 mutex-lock 을 사용하여 programming을 하게 된다. 이러한 경우 2개의 thread가 존재 할 경우 먼저 실행된 thread가 자원을 선점하게 되고 두번쨰 thread는 unlock시점까지 대기상태가 된다. thread-safe의 예 #include #include #include int ncount; // 쓰레드간 공유되는 자원 pthr..
Developer
2014. 2. 6. 10:55
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 조동사
- memcached
- 가정법
- 다낭
- k8s
- Python
- hdfs
- 여행
- 베트남
- maven
- 해외여행
- 스페인 여행
- hadoop
- 비교구문
- it
- NGINX
- AWS
- PostgreSQL
- 비지니스 영어
- 영작
- redis
- mongoDB
- 도덕경
- 대명사 구문
- Business English
- Python Django
- nodejs
- ubuntu
- JBOSS
- 영문법
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함