I want to perform load tests on my website, so I need a way to connect to the website using dynamically different ip Addresses. is There a possible way to do this in java or C++?
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.
Your host needs to know about these addresses before you can use them. You can add many virtual addresses to the same network adapter. When you create a socket you can specify a source address. You can do this in Java or C++.