vibe.d benchmarks
Sebastiaan Koppe via Digitalmars-d
digitalmars-d at puremagic.com
Sat Jan 2 02:05:56 PST 2016
On Saturday, 2 January 2016 at 03:00:19 UTC, Etienne Cimon wrote:
> With libasync, you can run multiple instances of your vibe.d
> server and the linux kernel will round robin the incoming
> connections.
That is nice. Didn't know that. That would enable
zero-downtime-updates right?
I use docker a lot so normally I run a proxy container in front
of the app containers and have it handle ssl and virtual hosts
routing.
More information about the Digitalmars-d
mailing list