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 | 31 |
Tags
- back-end
- state
- swagger
- Nest.js
- front-end
- node.js
- Sequelize
- javascript
- 개발자
- It
- java
- Kotlin
- 코틀린
- SWIFT
- props
- file upload
- 상속
- component
- 반복문
- 개발이 취미인 사람
- 조건문
- class
- Producer
- react
- kafka
- AWS
- vue
- jpa
- restful api
- spring boot
Archives
- Today
- Total
목록Fork/Join Framework (1)
개발이 취미인 사람

개요안녕하세요. 이번 시간에는 fork/join framework에 대해 알아보겠습니다. framework라고 해서 우리가 생각하는 spring framework와 같은 개념은 아닙니다. 기존에 ThreadPool 방식을 사용하는 게 아니라 ForkJoinPool이라는 방식을 사용해서 멀티스레드 작업을 처리합니다. 그래서 fork/join이 무엇인지 설명드리겠습니다. 개념Oracle 공식 문서 튜토리얼 내용을 확인하면 다음과 같은 내용이 있습니다. Fork/JoinThe fork/join framework is an implementation of the ExecutorService interface that helps you take advantage of multiple processors. It ..
언어(Programming Language)/Java
2023. 12. 9. 16:44