RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Scaling Rails Applications

Today, we are kicking off a series of blogs on scaling Rails applications.

Ruby on Rails makes it easy to get started. However, if you want your application to scale, you need to answer questions like how many processes to have, how many threads, and whether the application is IO-bound or CPU-bound. What about connection pooling? Do you have pre-booting?

In this series, we will be looking at these questions more. The first blog is about understanding Puma, Concurrency, and the Effect of the GVL on Performance.

https://www.bigbinary.com/blog/scaling-rails-series

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in