Heuristics for Development in Erlang
web.archive.org
Heuristics for Development in Erlang
1–10 of 12 posts
Re: Heuristics for Development in Erlang
#2Re: Heuristics for Development in Erlang
#3Is anybody using Erlang/Elixir in production for web apps? It seems well-suited for the modern age of using microservices/etc. and scattering things across several servers.
Re: Heuristics for Development in Erlang
#4Is anybody using Erlang/Elixir in production for web apps? It seems well-suited for the modern age of using microservices/etc. and scattering things across several servers.
cars.com, divvy, pepsico ecommerce, slab, ramp, discord, bleacher report, weedmaps, $DAYJOB, etc.
Re: Heuristics for Development in Erlang
#5Re: Heuristics for Development in Erlang
#6Is anybody using Erlang/Elixir in production for web apps? It seems well-suited for the modern age of using microservices/etc. and scattering things across several servers.
Re: Heuristics for Development in Erlang
#7Is anybody using Erlang/Elixir in production for web apps? It seems well-suited for the modern age of using microservices/etc. and scattering things across several servers.
I haven't personally done web apps that way, but used Erlang years ago for some non-web TCP servers that handled 1000s of connections without breathing hard. There were a few gotchas that had workarounds then, and that might have real fixes by now.
Erlang's picture for scattering stuff across multiple servers isn't as great as it might at first sound, but it is something. I do think the BEAM's lightweight process model is how all the popular interpreted languages (Python, Ruby, JS) should work by now. Unfortunately we still end up using OS threads and/or messy async schemes instead.
Re: Heuristics for Development in Erlang
#8Is anybody using Erlang/Elixir in production for web apps? It seems well-suited for the modern age of using microservices/etc. and scattering things across several servers.
Re: Heuristics for Development in Erlang
#9Is anybody using Erlang/Elixir in production for web apps? It seems well-suited for the modern age of using microservices/etc. and scattering things across several servers.
Re: Heuristics for Development in Erlang
#10Is anybody using Erlang/Elixir in production for web apps? It seems well-suited for the modern age of using microservices/etc. and scattering things across several servers.