We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
미미나 내용인 것 같아, 개인 서술 이슈에 자세하게 적어 놓았습니당!
The text was updated successfully, but these errors were encountered:
choyeongju
No branches or pull requests
TODO
아래 인프라 문제를 그림을 그려 해결하세요
서버를 10개 띄울건데, 클라이언트는 하나의 주소로 우리 서버를 호출했으면 좋겠어요.
트래픽이 우루루 몰릴때, 10개의 서버가 균등하게 요청을 처리할 수 있을까요?
같은 형상의 서버를 n 개 (위에서는 10개) 띄우기위한 효과적인 방법은 무엇일까요?
특정 헤더를 인식하면, 정해진 도메인과 path 로 요청을 보내고싶어요
미미나 내용인 것 같아, 개인 서술 이슈에 자세하게 적어 놓았습니당!
Spring Boot Application 은 아무 설정하지 않는다면, 동시에 몇개의 요청을 처리할 수 있을까요?
그렇다면 무작정 tomcat thread 를 늘리면 좋은거 아닌가요?
적정수의 thread 설정은 어떻게 하면 좋을까요?
The text was updated successfully, but these errors were encountered: