User-1246604461 posted
I want to scrape sites very fast, so instead of waiting for each request to complete and have to face all sorts of network latency issues I want to invoke parallel get requests. In PHP there's a thing called PHP curl_multi (http://www.somacon.com/p537.php).
Does anyone have a good code example how this can be done in ASP.NET?
Thanks!