Max tcp/ip connections on Windows Server 2008
Posted
by
zendar
on Stack Overflow
See other posts from Stack Overflow
or by zendar
Published on 2009-10-28T10:29:36Z
Indexed on
2010/12/24
5:54 UTC
Read the original article
Hit count: 267
I have .Net service that listens on single port over TCP protocol. Clients connect and then transmit data for some time (from few minutes to several hours).
Is there any limit on number of connections on Windows 2008 server? I did not hit any, since now there is up to 50 users. Plan is to have thousands of users, so I'd like to know if there will be problems in future.
Edit:
As Cloud answered, it seems that there are some limits in some versions of Windows Server 2008. Is there any reference on those limits? I tried Google, but it returns articles on limit on half-bound tcp connections.
© Stack Overflow or respective owner