Is my Rails App Threadsafe (via Bear Metal)

That article is really great, and it goes through how to check your Rails app for thread safety. However, after reading it, I came away thinking threading in Ruby and Rails is just too damn hard. If I needed real concurrency, I’d have to look hard at writing something in Go or Elixir or another language/framework that handles it much better with much less work.

Thoughts? Am I just a wuss?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.