-6
submitted 9 months ago by [email protected] to c/[email protected]

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.

you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 6 points 9 months ago

LOL your last post got helpful answers until you were super rude and an admin deleted it.

[-] [email protected] 4 points 9 months ago
[-] [email protected] 2 points 9 months ago

I knew that you'd like it.

load more comments (1 replies)
this post was submitted on 03 Dec 2023
-6 points (28.6% liked)

General Programming Discussion

7711 readers
1 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 5 years ago
MODERATORS