Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Explore the internal workings of three modern Ruby web servers in this 25-minute conference talk that compares Puma, Falcon, and Pitchfork's distinct execution models. Learn how pre-forking and copy-on-write mechanisms minimize boot time and memory usage, discover how Falcon eliminates traditional blocking I/O challenges in Ruby to enable new approaches for IO-bound workloads, and understand why Puma's hybrid model effectively balances concurrency, performance, and memory usage. Examine how Pitchfork optimizes for latency and memory efficiency, making it an excellent choice for CPU-bound applications. Gain practical insights into choosing, tuning, and optimizing web servers for specific use cases, moving beyond application code to understand how server selection significantly impacts performance, scalability, and resource efficiency in Ruby applications.
Syllabus
RailsConf 2025 Understanding Ruby Web Server Internals: Puma, Falcon, and... by Manu Janardhanan
Taught by
Confreaks