开发者

How to test thread-safety with Rails 3?

开发者 https://www.devze.com 2023-03-22 15:08 出处:网络
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 ru

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消