Achieving 100k connections per second with Elixir
https://stressgrid.com/blog/100k_cps_with_elixir/ [stressgrid.com]
2019-03-06 04:00
By analyzing the initial test results, proposing a theory, and confirming it by measuring against modified software, we were able to find two bottlenecks on the way to getting to 100k connections per second with Elixir and Ranch. The combination of multiple connection supervisors in Ranch and multiple listener sockets in the Linux kernel is necessary to achieve full utilization of the 36-core machine under the target workload.
source: L