Thread management in Ruby
Threads in Ruby 💎: https://mathieu-eustachy.com/articles/thread-management-in-ruby?locale=en
No I am not talking about LinkedIn threads here. I am talking about code execution units. That’s an entirely different topic that you should master if you want to scale your web application.
This article will also discuss the two different approaches used by Sidekiq and Resque to scale a Ruby on Rails app.
This article is the 4th one of an article series about “low-level” computing concepts applied to Ruby.
Hope you like it! ✌️
Post a comment