Mondeo
Centurion
I've been given a project that i'm about to start. Its basic function is to connect to 6 or 7 websites, fill out some form data and then scape some information from the results pages and display it to the user. Its for price comparison, similar to confused.com.
Each site it connects to takes about 30 seconds to get to the results, so I was hoping to connect them all concurrently on seperate threads.
There will be seven different functions which all return the same custom object. Can I call these functions on different threads? How would I go about it?
Thanks
Each site it connects to takes about 30 seconds to get to the results, so I was hoping to connect them all concurrently on seperate threads.
There will be seven different functions which all return the same custom object. Can I call these functions on different threads? How would I go about it?
Thanks