python-simple-rest-client icon indicating copy to clipboard operation
python-simple-rest-client copied to clipboard

Question about concurrent requests limit

Open jeandet opened this issue 4 years ago • 0 comments

Hello,

I came across your library, it looks nice, I wonder if there is any way to limit the maximum of concurrent requests sent to a server? My use case, is that servers I target have per IP concurrent requests limit and while client side a single user could send multiple requests in parallel or multiple users could send multiple requests from the same machine. That would be for this library https://github.com/SciQLop/spwc.

Best regards, Alexis.

jeandet avatar Jul 03 '21 16:07 jeandet