Python: Running X number of simultaneous HTTP requests - the simple way
Aug 21, 2021 · 3 min read · Python is great for quickly writing and testing concepts. Today, I had a task that required sending thousands of requests to a server. Each request took about 300ms - the time added up quickly. So, I looked into how to run these requests in parallel...
Join discussion