문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 다음 판 | 이전 판 | ||
|
java:concurrent [2015/09/17 13:41] kwon37xi 만듦 |
java:concurrent [2021/10/08 23:34] (현재) kwon37xi |
||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| ====== Java Concorrent Programming ====== | ====== Java Concorrent Programming ====== | ||
| + | * [[java: | ||
| + | * [[java: | ||
| * [[http:// | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== backport jsr 166 ===== | ||
| + | * [[http:// | ||
| + | |||
| + | ===== double checked locking ===== | ||
| + | * [[https:// | ||
| + | |||
| + | ===== CompletionService ===== | ||
| + | * Future, [[https:// | ||
| + | * [[https:// | ||
| + | * ExecutorService = incoming queue + worker threads | ||
| + | * CompletionService = incoming queue + worker threads + output queue | ||
| + | * [[https:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | |||
| + | ===== 참조 ===== | ||
| + | * [[https:// | ||