Jul-15-2020, 09:55 AM
(Jul-15-2020, 05:26 AM)Evil_Patrick Wrote: Can I use Multi-threading to scrape images from internet fastThere is one example in Web-scraping part-2
So take time from 1,10 minute no Multi-threading,down to 10-sec for 200-images downloads.
So there use ProcessPoolExecutor loading 20 processes so quite heavy for this task,but it's blazing fast
