【发布时间】:2015-05-03 15:13:14
【问题描述】:
我一直使用unicorn 作为我的应用程序服务器,但最近我注意到puma 现在有clustered mode,所以我想知道是否有任何理由在clustered mode 中使用puma的unicorn 考虑到我的代码不是线程安全的,因此我不能使用线程?
- 我正在使用 MRI 2.2
【问题讨论】:
标签: ruby-on-rails server unicorn puma
我一直使用unicorn 作为我的应用程序服务器,但最近我注意到puma 现在有clustered mode,所以我想知道是否有任何理由在clustered mode 中使用puma的unicorn 考虑到我的代码不是线程安全的,因此我不能使用线程?
【问题讨论】:
标签: ruby-on-rails server unicorn puma
【讨论】: