Replies: 1 comment
-
|
스레드 풀에서 스레드 캐시가 사용된다.
스레드 cache_size를 초과했을 때 추가 스레드를 생성? Auto Scale? 캐시에 둔다.
캐시에 스레드가 왜 들어가는지?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
책 내용 중에
라는 내용이 있습니다.
서버 실행 시에 thread_cache_size 만큼의 스레드가 이미 생성되고, 사용 중인 스레드는 캐시 내에 남아 있는걸로 알고 있는데
일정 갯수 이상의 스레드가 대기 중일 수는 없지 않나요?
아니면 일정 갯수보다 많은 스레드가 캐시 내에서 생성되거나 존재할 수 있는 건가요?
Beta Was this translation helpful? Give feedback.
All reactions