JAVA HashMap 과 동시성 #1 (Pub/Sub)
Note that this implementation is not synchronized. If multiple threads access a hash map concurrently, and at least one of the threads modifies the map structurally, it must be synchronized externally. Java 의 HashMap 은 Thread Safe 하지 않기 때문에 동시에 여러 쓰레드가 접근할 경우에 외부에서 synchronized 처리가 필요하다. 멀티 쓰레드 환경에서 Thread Safe 하지 않은 HashMap 에 발생할 수 있는 현상. final Map map = new HashMap(); final Integer targetKey =..
JAVA
2021. 6. 4. 13:50
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- dynamodb
- ResultSet
- router
- referencedColumnName
- aurora
- rate limit
- N+1
- msyql-connector-java
- Seperate Chaining
- RouteDefinition
- mariada-connector
- mariadb-connector-j
- custom config data convertion
- MariaDB
- reactor
- notifyAll()
- circurit breaker
- RoutePredication
- Lazy
- wait()
- ConcurrentHashMap
- GlobalFilter
- Flux
- AbstractMethodError
- notify()
- reative
- DyanomoDB
- HashMap
- spring cloud gateway
- getBoolean
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함