Closed justjasongreen closed 8 years ago
Limit the number of concurrent HTTP requests by locking the try block of the Scraper.get_html method via a BoundedSemaphore.
Limit the number of concurrent HTTP requests by locking the try block of the Scraper.get_html method via a BoundedSemaphore.