Re: [akka-user] Re: Akka http vs Spray performance

2016-10-08 Thread Olga Gorun
other hand in case of scalatra wrk is able to get to 86MB/s and iperf from client to server with default parameters can give me ~88MB/s. Can it be networking problem? How do I check it? Code can be found at https://gist.github.com/olga-gorun/825e823027aadb2962b3b7229e4d5d48 Tests results - https

Re: [akka-user] Re: Akka http vs Spray performance

2016-10-06 Thread Olga Gorun
For more information, I give here versions I test with. ubuntu 14.04, scala 2.11.8, oracle jdk 1.8 akka-http: 2.4.11 spray: 1.3.1 with akka 2.3.6 On Thursday, October 6, 2016 at 10:26:48 PM UTC+3, Olga Gorun wrote: > > Hi Christian. Thank you for response. I checked that equal Xms/Xm

Re: [akka-user] Re: Akka http vs Spray performance

2016-10-06 Thread Olga Gorun
m > -XX:+ParallelRefProcEnabled paramters, not all of them will be helpful, but > you should try some of them. > > Am Donnerstag, 6. Oktober 2016 18:08:57 UTC+2 schrieb Olga Gorun: >> >> I continue playing with given example projects and see strange results. >>

Re: [akka-user] Re: Akka http vs Spray performance

2016-10-06 Thread Olga Gorun
Roland > > Sent from my iPhone > > On 5 Oct 2016, at 01:32, Olga Gorun > > wrote: > > > I tried to repeat this benchmark and would be glad to see comments to > results I got. > Tested porjects: gists from original post with the following versions: > > akka-h

Re: [akka-user] Re: Akka http vs Spray performance

2016-10-05 Thread Olga Gorun
lients/browsers reuse them for multiple requests. The ab tool needs > the -k switch to enable this behavior. > > Regards, Roland > > Sent from my iPhone > > On 5 Oct 2016, at 01:32, Olga Gorun > > wrote: > > > I tried to repeat this benchmark and would be g

[akka-user] Re: Akka http vs Spray performance

2016-10-04 Thread Olga Gorun
plain such a difference in throughput for akka-htttp and spray? And how to explain difference in reported latency. Regards, Olga Gorun -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: &g