Hi,
im having the this problem:
 
I have an aspx page that connects to a webservice trough a SoapHttpClientProtocol 
proxy.
while a stress test I realize that a lot of requests to the webservice returns 
timeout. I'm thinking that this problem is because http 1.1 protocol, that only 
supports 2 connections at the same time, so a big percentage of the requests are 
queued, and finally returns by timeout. As i read on msdn winhttp protocol doesn�t 
have this restriction, thus Im traying to make the webservice's requests via WinHttp, 
but I can�t.

Any Clue??
 
Thnks in advance, bye...
 
Leonel.

Reply via email to