Hacker News new | ask | show | jobs
by Calamity 1738 days ago
Interesting, thanks for the feedback. Didn't even consider the whole innate multicore support.
1 comments

Erlang/Elixir do much better at utilizing all CPU cores effortlessly -- without you having to lift a finger. In Elixir's case just use the Phoenix framework and you get something that can serve 2000 requests per second on a $5 VPS host.
Thanks for the pointer! Will look into it