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

Max number statistics 관련 #6

Open
junepaykim opened this issue Jun 15, 2024 · 1 comment
Open

Max number statistics 관련 #6

junepaykim opened this issue Jun 15, 2024 · 1 comment
Labels
solved Question solved

Comments

@junepaykim
Copy link

안녕하세요. Max number을 넘는 connection 요청이 들어왔을때 statistics 관련하여 질문이 있습니다.

Max num이 10일때,

server가 우선 10명의 손님을 처리한 뒤

그 다음 request가 20명의 손님을 요청한 후 server를 close하면

statistics에서는 최종 손님을
20명(10 + 10)으로 실제 처리한 손님 수만 표시해야하나요 아니면
30명으로(10 + 10 + 10 (exceed 된 손님 포함) 방문한 손님 수로 표시해야하나요?

@junepaykim
Copy link
Author

앗 죄송합니다.. 생각해보니 reference를 사용해보면 되는 거였네요. 해결되었습니다.

@kwonsw055 kwonsw055 added the solved Question solved label Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solved Question solved
Development

No branches or pull requests

2 participants