I do not understand why application goes down when there are too many requests? How can I test my application for its maximum capacity to respond to a requests?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are asking about a specific application, the answer is the we don’t know either, and we don’t have any evidence from which we could deduce what the problem might be. Places to look for evidence:
If you are asking in the general case, there can be any number of causes:
Create a test harness to repeatedly send requests to your server and see what rate the server can sustain. There are existing freameworks for doing this.