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
- javascript
- class
- vue
- 개발자
- 상속
- Nest.js
- jpa
- spring boot
- swagger
- 반복문
- SWIFT
- 조건문
- component
- props
- It
- 개발이 취미인 사람
- node.js
- Sequelize
- react
- java
- Producer
- state
- 코틀린
- restful api
- file upload
- front-end
- back-end
- Kotlin
- AWS
- kafka
Archives
- Today
- Total
목록join (1)
개발이 취미인 사람
[Java] fork/join framework 란?
개요안녕하세요. 이번 시간에는 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