akka / akka-http

The Streaming-first HTTP server/module of Akka
https://doc.akka.io/docs/akka-http
Other
1.34k stars 596 forks source link

Provide a "Performance Tuning" documentation section #208

Open ktoso opened 8 years ago

ktoso commented 8 years ago

Issue by jrudolph Tuesday Feb 10, 2015 at 14:44 GMT Originally opened as https://github.com/akka/akka/issues/16817


There are lots of knobs to turn to configure a common environment for high-performance networking e.g. on a Linux server. The spray community already collected lots of advice about how to do this. It could make sense to collect all of this information into a guide to get around the most common misconfigurations.

See the list of topics @RichardBradley already collected in spray/spray#917.

/cc @sirthias

ktoso commented 8 years ago

Comment by arubalcaba Thursday Sep 17, 2015 at 22:34 GMT


@jrudolph do you have a link to some of the resources for Performance Tuning?