windows 最大并发 TCP/IP 连接数 - Win XP SP3
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1536550/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Maximum number of concurrent TCP/IP connections - Win XP SP3
提问by markovuksanovic
Does anyone know what is the maximum number of concurrent TCP/IP connections on Windows XP SP3? I am trying to load test a machine and would like to know what is the max number of tcp connections that can be opened by an application (in my case, java application) towards that machine.
有谁知道 Windows XP SP3 上的最大并发 TCP/IP 连接数是多少?我正在尝试对一台机器进行负载测试,并想知道应用程序(在我的情况下是 java 应用程序)可以向该机器打开的 tcp 连接的最大数量是多少。
采纳答案by Len Holgate
Note that often you may be limited by the number of outbound connections supported on the client machine rather than by the number of concurrent connections possible. See this Socket Bind Errorfor how to tune MAX_USER_PORT
to enable more outbound connections from the machine running the tests.
请注意,通常您可能会受到客户端计算机上支持的出站连接数的限制,而不是可能的并发连接数。请参阅此套接字绑定错误,了解如何调整MAX_USER_PORT
以启用来自运行测试的机器的更多出站连接。
回答by markovuksanovic
I found some very useful information here:
我在这里找到了一些非常有用的信息: