Hacker News new | ask | show | jobs
by ricardobeat 4789 days ago
The point is benchmarking concurrency limits, not that it would improve raw performance.
2 comments

Ah, okay. That's interesting, I suppose. You basically are interested in seeing at what concurrency level the server starts spitting back 500-series responses (or simply doesn't provide a response). Basically, how many concurrent requests are needed before the server's inbound request queue overflows.

We could test that out at some point.

ah! I didn't think of it like that. That would be interesting to see... at which concurrency level the environments crap out.