Re: [PHP-WIN] Re: Open Port limits on XP

2004-01-22 Thread Stuart
Anthony wrote: Dunno about 64, but XP has a limit of 10 connections over a network to any port. This was MS's way to stop people from using it as a server. I guess you could listen on as many ports as you want, but only be able to respond to requests on 10 at a time. (pretty sure it's 10, could b

[PHP-WIN] Re: Open Port limits on XP

2004-01-22 Thread Anthony
Dunno about 64, but XP has a limit of 10 connections over a network to any port. This was MS's way to stop people from using it as a server. I guess you could listen on as many ports as you want, but only be able to respond to requests on 10 at a time. (pretty sure it's 10, could be wrong though)