I’m doing an intro talk about Erlang at work - just like an overview of what Erlang is, and what sets it apart from other languages. The audience is other consultants who mostly know more “traditional” languages. I’m cribbing a bunch from Joe’s excellent Stanford Seminar, but I would like to put some numbers to things. Joe mentions that an Erlang process is about 350 bytes at about 1:10:20, but I’m getting lost trying to find out what the size of a Posix thread is.
If anyone knows of any sexy resources; graphs, animations and the like, I would very much appreciate that as well. I remember listening to some talk on Youtube where someone was talking about how when the occurrence of a fault falls below a certain threshold and it can be “solved” by just restarting the process, that they don’t even attempt to figure out what the problem is. Tidbits like that make for great storytelling.
Also if anyone has any stories about live code upgrades. It’s a cool feature, but only once have I heard of anyone actually doing it.