Rails应用服务器 thin

fmms 12年前

Rails应用服务器 thin

thin是个合成品,分别使用了来自mongrel的解析器,Every Machine的网络IO库,Rack的web服务器和Ruby框架的接口。

也就是说thin有mongrel的速度和安全性,有Every Machine的高伸缩性,性能和稳定性。

Rails应用服务器 thin

那如何在你的Rails中使用thin呢?

首先安装thin:gem install thin 

然后要运行thin服务器就在你的根目录下执行:thin start

项目主页:http://www.open-open.com/lib/view/home/1329805757843