How to test thread-safety with Rails 3?
Recently my current Rails project had a lot of problems, because there was not-threadsafe code inside one of my models. Is there a way开发者_如何转开发 to test thread-safety with Rails 3 apps, like running multiple pow instances on my computer?
Mimic the way your production server is setup and use ab testing.
精彩评论