predictive-punter / punters_client

Python client library for www.punters.com.au
MIT License
6 stars 3 forks source link

Limit Concurrent HTTP Requests #33

Closed justjasongreen closed 8 years ago

justjasongreen commented 8 years ago

Limit the number of concurrent HTTP requests by locking the try block of the Scraper.get_html method via a BoundedSemaphore.