Remove Windows 7's limitation on number of concurrent tcp connections (http web requests)
- by Ghita
I have an application that tries to open as many http requests as possible (in order to stress test a proxy implementation)
It seems to me that Win7 (SP1) may have a limitation on number of concurrent opened connection (it may be the so called half-open state if I'm not wrong). Is there something I can do for client ? and also I test using a vista…