One needs to send 1 mln HTTP requests concurrently, in batches, and read the responses. No more than 100 requests at a time.
Which way will it be better, recommended, idiomatic?
-
Send 100 ones, wait for them to finish, send another 100, wait for them to finish… and so on
-
Send 100 ones. As a a request among the 100 finishes, add a new one into the pool. “Done - add a new one. Done - add a new one”. As a stream.
Not enough info. What are you trying to actually accomplish here by asking me this question?
What the shit kind of response is this. We’re trying to get enough info to answer your question
Jfc, they’re trying to help YOU specifically and you’re being a prick?
They did the same a few days ago and deleted the post before reposting
It’s called an XY problem. Google it