On Friday, 22 March 2013 at 13:57:52 UTC, Graham Fawcett wrote:
On Friday, 22 March 2013 at 08:46:23 UTC, Sönke Ludwig wrote:
Apart from some fixes vibe.d received some performance tuning
and
multi-threaded request processing (thanks to Dicebot for
digging up some
documents of how Nginx does this).
Awesome! I had hoped you would add multi-threaded processing.
I'm looking forward to playing with this.
How does it work? I added this to HttpServerSettings:
options |= HttpServerOption.distribute
But it doesn't seem to use more threads.