일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- scala
- elasticsearch
- nginx
- Java
- Spring Boot
- Spring
- elastic search
- Hbase
- Angular2
- 도메인주도설계
- Spring Batch
- Storm
- intellij
- 제주
- 일본 백패킹
- docker
- 엘라스틱서치
- hadoop
- 스프링 배치
- Gradle
- spark
- design pattern
- hdfs
- apache storm
- DDD
- Spring XD
- 인텔리J
- Linux
- Clean Code
- SBT
Archives
- Today
- Total
욱'S 노트
synchronization primitives 본문
반응형
Synchronization primitives는 플랫폼에 의해 제공되는 단순한 소프트웨어 메커니즘이다. 이것은 목적은 스레드나 프로세스의 동기화이다. 일반적으로 저수준의 메커니즘이다. (e.g. atomic operations, memory barriers, spinlocks, context switches etc).
출처 : stackoverflow
반응형
'Language > IT' 카테고리의 다른 글
minimum granularity (0) | 2016.01.26 |
---|---|
CQS - Command Query Separation (0) | 2015.07.20 |
race condition (0) | 2015.03.12 |
ACL (0) | 2015.03.11 |
StAX (0) | 2015.03.10 |