Maximizing the number of true concurrent / parrallel http requests in Silverlight
- by Clems
Hi all.
I'm using SL 4 beta and my app needs to do a lot of small http requests to the server.
I believe that when exceeding the number of allowed concurrent requests, the subsequent requests are put in a queue.
I am also aware that SL 4 has both a http browser stack and a http client stack, with both different limit in terms of the number of…