[akka-user] akka-http vs Spray on a performance point of view (requests per second)

2015-02-17 Thread Jean Rossier
Hello, I'm would like to build a web server to handle a high load of requests (many thousands per seconds). I'm trying to figure out if akka-http is a good candidate for that. At first sight, I would guess so since it comes from Spray which definitely offers good performance under high load.

Re: [akka-user] akka-http vs Spray on a performance point of view (requests per second)

2015-02-17 Thread Konrad Malawski
Hi Jean! Without skimming your actual benchmarks let me reply right away – Akka HTTP is definitely a great long-term candidate for what you’re after,  but(!) currently we have not yet performance tuned the underlying streams architecture. It is expected that 1.0-M3 is not crazy fast. We do plan