(no title)
r-s
|
3 years ago
Thread safety in Rails is a total pain in the ass. So many libraries out there are not thread safe. I have worked with many large rails codebases and there always are gems that somehow work their way in with major threading issues. I think its a legitimate strategy to run rails apps single threaded and multi process. Not necessarily for all apps or workloads of course.
mperham|3 years ago
dalyons|3 years ago
pdhborges|3 years ago
Rapzid|3 years ago
Much has been written about this.
revskill|3 years ago