One of Elixir's selling points is concurrency. But what actually happens when requests start coming into your app. How does the BEAM handle and distribute the work efficiently and effectively? In this talk, we'll explore how the BEAM picks up tasks, schedules and executes them. We'll also look at ways to identify bottlenecks and unexpected behavior and ways to resolve them.