So I have an application that does:...Take n amount of links from SQL...Creates a new thread for each link...Get HTML code of this website with HTML-Agility-Pack for each thread...Saves its data to SQL (image sizes, page size, word count, words etc) and s...