"Spawn as many thousand threads as you like" and D
Kagamin via Digitalmars-d
digitalmars-d at puremagic.com
Thu Apr 17 09:14:07 PDT 2014
On Wednesday, 16 April 2014 at 13:59:15 UTC, Bienlein wrote:
> Being able to spawn as many thousand threads as needed without
> caring about it seems to be an important aspect for being an
> interesting offering for developing server-side software. It
> would be nice if D could also play in that niche. This could be
> some killer domain for D beyond being a better C++.
I believe there was a benchmark comparing vibe.d to go with
respect to processing of thousands of trivial requests, which
proved that vibe.d is up to the task. And server doesn't really
need local concurrency: client requests are isolated and have
nothing to communicate to each other.
More information about the Digitalmars-d
mailing list