Link to home
Start Free TrialLog in
Avatar of JustinWillis
JustinWillis

asked on

port 80 windows connection limit?

Hiya, I am running a web server on windows xp home (laptop in office etc).  I have used Indy's THTTPServer component which works great.

One thing I have not been able to figure out or test is whether the limit of 5 clients is aplicable when dealing with ports yourself? is this windows client limit just for pipes etc for file/print sharing or would my web server also be limited to 5 concurrent clients at once?

Not that I am expecting my web server to get that busy any time soon, just really curious as to what the deal is with this, I have looked around a lot but everyone saying something different? does anyone know for sure? is there a way I can test?

Thanks in advance,
Justin Willis.
SOLUTION
Avatar of geobul
geobul

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of JustinWillis
JustinWillis

ASKER

Cheers Geo, I will leave this open a little while longer incase any one else has any interesting input, I suspect that you are right and that windows does not get involved with TCP/IP matters but some people on EE disagree (windows/networking sections).  just wondering if anyone has actually proved that you can exceed the 5 or 10 client limit on xp when using tcp/ip.

Regards,
JustinWillis.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Russell Libby

Not sure where you came up with the 5 client limit, any place (q, topic, link, etc) that led you to believe this?

While it is true that Windows 95/98 did have a default connection limit of 15, Windows NT/2000/XP have a default of MaxInt specified for the TcpNumConnections entry in the registry (most do not have this entry, and thus use the default). If you are looking for settings that might affect the tcp stack and connections, then a good place to find this would be here:

http://support.microsoft.com/default.aspx?scid=kb;en-us;314053

Regards,
Russell


Russell, I believe Windows XP Home limits 5 concurrent connections from clients that have different IP's. XP Professional allows 10 concurrent connections, however I suspect that this is only for Printers/Fileshares.  So I was just wanting to make sure that they had not done something sneaky with limiting tcp/ip to port 80 (competition with IIS ect on a none server os).

Could not find much on the M$ site just now but this is basically what I am on about..
http://www.annoyances.org/exec/forum/winxp/t1048721960

Regards,
JustinWillis.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ok, you convinced me ;-)

Thanks guys,
JustinWillis.