Hacker News new | ask | show | jobs
by lmm 564 days ago
> The requirement is to run 1 million concurrent tasks.

That's not a real requirement though. No business actually needs to run 1 million concurrent tasks with no concern for what's in them.

1 comments

If you want to support 1 million concurrent active users, you can need it.
Maybe. But in that case you will need to do something for each of those users, and which languages are good at that might look quite different from this benchmark.