Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thread Pool #6

Open
currenjin opened this issue Oct 7, 2024 · 0 comments
Open

Thread Pool #6

currenjin opened this issue Oct 7, 2024 · 0 comments

Comments

@currenjin
Copy link
Member

쓰레드 풀

동작 원리

  1. 요청이 들어오면 core size 만큼 스레드 생성
  2. 요청이 들어올 때마다 Task Queue 적재
  3. 유휴 상태인 스레드가 있다면 Task Queue 에서 Task 를 꺼내 작업 할당
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant