Open wmwv opened 5 years ago
Use asyncio to lightly parallelize the HTTP requests. Likely 5-10 threads.
asyncio
See, e.g., http://skipperkongen.dk/2016/09/09/easy-parallel-http-requests-with-python-and-asyncio/
While this seems like valuable advice, it also seems out of date. Close?
Use
asyncio
to lightly parallelize the HTTP requests. Likely 5-10 threads.See, e.g., http://skipperkongen.dk/2016/09/09/easy-parallel-http-requests-with-python-and-asyncio/