What is the fastest way to do 400 HTTP requests using requests library?

Steven D'Aprano steve at pearwood.info
Tue Jan 5 04:38:06 EST 2016


On Tue, 5 Jan 2016 07:53 pm, Tony van der Hoff wrote:

> Why would someone want to make 400 HTTP requests in a short time?

For the same reason they want to make 400 HTTP requests over a long time,
except that they're in a hurry.

Maybe they're stress-testing a web server, or they just want to download
things in a rush.


-- 
Steven




More information about the Python-list mailing list