1. 코어의 수 확인하기
https://stackoverflow.com/questions/25552/get-os-level-system-information
Get OS-level system information
I'm currently building a Java app that could end up being run on many different platforms, but primarily variants of Solaris, Linux and Windows. Has anyone been able to successfully extract inform...
stackoverflow.com
2. 스레드 풀의 적정 크기는? 스레드 풀의 적절한 사이즈는?
[스레드 풀/Thread Pool] 스레드 풀의 적정 크기는? / 스레드 풀의 적절한 사이즈는? (tistory.com)
[스레드 풀/Thread Pool] 스레드 풀의 적정 크기는? / 스레드 풀의 적절한 사이즈는?
스레드 풀의 적정 사이즈는 어느 정도일까요? 1개? 2개? 또는 최대한 많이? 적절한 답을 찾지 못해 구글링하던 도중 이에 대해 잘 정리된 글을 읽고 번역해보았습니다. 다소 부족한 부분이 있더라
yaaam.tistory.com
반응형
'java' 카테고리의 다른 글
[JAVA] Try-with-Resouce가 코드를 만들어 주는 방법 (0) | 2022.04.05 |
---|---|
[JAVA]옵저버 패턴 예제 (0) | 2022.01.27 |
[JAVA] 람다식 실용예제 - 실행 어라운드 패턴 (0) | 2021.12.24 |
디자인 패턴(Design Pattern) - 목적에 따른 분류 (0) | 2021.11.26 |
[JAVA]java Serializable (0) | 2021.11.04 |