vote up 1 vote down star
1

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.

flag
Check this SO question and its answers! stackoverflow.com/questions/594336/… – Aviator Oct 8 at 9:07

2 Answers

vote up 1 vote down check

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 http://stackoverflow.com/questions/1085675/socket-bind-error/1087525#1087525 for how to tune MAX_USER_PORT to enable more outbound connections from the machine running the tests.

link|flag
vote up 0 vote down

I found some very useful information here:

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.