Hi all, replying really quickly from a webmail, sorry for the lack of details
> [...] > I also ran 2 parallel "ab" on two separate machines against a third > one. > The requests per second were around ~70 r/s per host instead of ~140. > So > I doubt it's a entropy problem. The issue is in your haproxy configuration : you disabled HTTP keep-alive by using "option httpclose", so you are benchmarking SSL handshakes and your values are not unusual in that case. Please try with something else, like "option http-server-close".

