简体   繁体   English

最大并发TCP / IP连接数 - Win XP SP3

[英]Maximum number of concurrent TCP/IP connections - Win XP SP3

Does anyone know what is the maximum number of concurrent TCP/IP connections on Windows XP SP3? 有谁知道Windows XP SP3上的最大并发TCP / IP连接数是多少? 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. 我正在尝试加载测试一台机器,并想知道应用程序(在我的情况下,java应用程序)可以向该机器打开的最大tcp连接数。

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 Error for how to tune MAX_USER_PORT to enable more outbound connections from the machine running the tests. 有关如何调整MAX_USER_PORT以启用运行测试的计算机的更多出站连接,请参阅此套接字绑定错误

I found some very useful information here: 我在这里找到了一些非常有用的信息

http://smallvoid.com/article/winnt-tcpip-max-limit.html http://smallvoid.com/article/winnt-tcpip-max-limit.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM