Embed presentation
Download as PDF, PPTX














































The document discusses Erlang and scalability. It introduces common scalability killers like synchronization and resource contention. It describes Erlang's design decisions that promote scalability, including processes with no sharing, no implicit synchronization, and concurrency-oriented programming. The document provides examples of thinking concurrently, rules of thumb for scalability, and case studies showing how Erlang scales on multicore systems.













































