On Friday, 22 March 2013 at 14:21:47 UTC, simendsjo wrote:
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.

Combining that with http://vibed.org/api/vibe.core.core/enableWorkerThreads seems to do the trick for me (according to top output), but don't know if it is the supposed way.

Reply via email to