making http requests in parallel
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi.. I want to send multiple http request (eg. to google.com, codeproject.com, yahoo.com,....) & recieve their responses. I want to minimize the time so want to send these requests in parallel. I am making ajax enabled web site. At present i m using async task to send multiple requests but they r nt executing in parallel. Is their ne other way to do this ...