flâneur — a map of the web's best reading

To Thread or Not to Thread: An In-Depth Look at Ruby’s Execution Models — Development (2022)

shopify.engineering · 3,140 words · saved by 1 readers

An in-depth look at threads vs processes in Ruby web applications, and when you should use each.

blog | Development To Thread or Not to Thread: An In-Depth Look at Ruby’s Execution Models An in-depth look at threads vs processes in Ruby web applications, and when you should use each. Published on May 31, 2022 Deploying Ruby applications using threaded servers has become widely considered as standard practice in recent years. According to the 2022 Ruby on Rails community survey , in which over 2,600 members of the global Rails community responded to a series of questions regarding their experience using Rails, threaded web servers such as Puma are by far the most popular deployment target.

Explore this link on the map →

saved by

related reading