Skip to content Skip to sidebar Skip to footer
Showing posts with the label Grequests

Gevent / Requests Hangs While Making Lots Of Head Requests

I need to make 100k head requests, and I'm using gevent on top of requests. My code runs for a … Read more Gevent / Requests Hangs While Making Lots Of Head Requests

Requests + Grequests: Is The "connection Pool Is Full, Discarding Connection:" Warning Relevant?

I'm hosting a server on localhost and I want to fire hundreds of GET requests asynchronously. F… Read more Requests + Grequests: Is The "connection Pool Is Full, Discarding Connection:" Warning Relevant?

How To Map Grequests Response With Request?

I wrote a python code to send async requests using grequests, how to check which request's resp… Read more How To Map Grequests Response With Request?