开发者

How to create a virtual environment to check network application

开发者 https://www.devze.com 2023-01-05 03:48 出处:网络
I want to cr开发者_StackOverflow社区eate a client server application to test socket created and threads are running between client and server.

I want to cr开发者_StackOverflow社区eate a client server application to test socket created and threads are running between client and server. I want to check this for internet application. But being on local machine. I cannot check.


You could run a virtual machine on your real machine and a bridge-mode network connection between the two. Then run the server on one and the client on the other.

However, you will not get a good picture of how well it responds under heavily loaded network conditions. For that you truly need a private network with a phantom load generator.

VirtualBox, VirtualPC, and vmware can do this. You might get better/more responses on superuser.com.

0

精彩评论

暂无评论...
验证码 换一张
取 消