部署 低访问量的项目在 windows 上部署,用什么?

kikyous · October 15, 2012 · Last by ywencn replied at November 07, 2012 · 2688 hits

他们只有一台 win 服务器,上面还有其他程序,现在这个项目部署后同时只有一两个人访问,用什么部署?

rails server

#1 楼 @gaicitadie 前面用不用再放一个 apache,ngnix 之类的?

#2 楼 @kikyous 才几个人访问,用不到吧,一个进程就够了

再用一个 sqlite 差不多了

可以用 mongrel mongrel_service 会好一些

推荐用puma这个 application 服务器

puma在 windows 上不能用,不过thin可以,至少比 Web Brick 快多了!

rails s 就搞定了。不过经常性的访问,也很慢额。

裸奔 mongrel_service

You need to Sign in before reply, if you don't have an account, please Sign up first.