看到这篇文章(http://ihower.tw/rails3/deployment.html)讲常用的有三种模式:
Unicorn http://unicorn.bogomips.org/ (Multi-processed模型)
Thin http://code.macournoyer.com/thin/ (Evented-driven模型)
Puma http://puma.io/ (Multi-threaded模型)
他们各有什么特点呢?Event Driven该怎么理解?
看到这篇文章(http://ihower.tw/rails3/deployment.html)讲常用的有三种模式:
Unicorn http://unicorn.bogomips.org/ (Multi-processed模型)
Thin http://code.macournoyer.com/thin/ (Evented-driven模型)
Puma http://puma.io/ (Multi-threaded模型)
他们各有什么特点呢?Event Driven该怎么理解?
4 回答665 阅读
1 回答494 阅读✓ 已解决
3 回答712 阅读
2 回答410 阅读✓ 已解决
3 回答641 阅读
1 回答366 阅读✓ 已解决
4 回答439 阅读
找到一个非常全面的回答:http://stackoverflow.com/questions/4113299/ruby-on-rails-server-options