Simple web server benchmark - vibe.d is slower than node.js and Go?

Joakim dlang at joakim.fea.st
Sat May 12 01:37:37 UTC 2018


On Friday, 11 May 2018 at 23:24:32 UTC, Arun Chandrasekaran wrote:
> On Friday, 11 May 2018 at 07:56:04 UTC, Daniel Kozak wrote:
>> [...]
>
> siege makes a difference. Earlier I had two chrome windows open 
> and I just tried a simple GET from each, with a considerable 
> delay and I saw the same thread ID in both the responses. 
> Thanks for your help! But couldn't understand how two chrome 
> windows could consistently get the same thread ID. netstat 
> shows one ESTABLISHED socket. May be Chrome multiplexes the 
> connection? That doesn't sound right to me.

Very likely:

https://www.igvita.com/posa/high-performance-networking-in-google-chrome/#tcp-pre-connect


More information about the Digitalmars-d mailing list