声明:JavaEye新闻文章的版权属于JavaEye网站所有,严禁任何网站转载本文,否则必将追究法律责任!
今天Phusion Passenger(mod_rails)正式发布了,它是Apache的一个模块,在Apache上安装好以后部署Rails应用也可以简单得像PHP一样:直接上传文件到某个目录就好了。
除了方便以外,mod_rails的性能也很不错,和常见的mongrel和thin都不相上下:
http://www.javaeye.com/news/1754
Rails的作者DHH和Ruby作者Matz更是对mod_rails赞誉有加:
This could definitely become very popular, very fast ;)
It is often said that Rails is weak on deployment; PHP runs fairly fast just by uploading scripts. Rails is slow on development mode, and requires restarting on production mode (and bit complex to configure). modrails might be the answer for it.
你还在为Rails的部署配置头痛么?来试试看吧:
http://www.modrails.com/install.html
除了方便以外,mod_rails的性能也很不错,和常见的mongrel和thin都不相上下:
http://www.javaeye.com/news/1754
Rails的作者DHH和Ruby作者Matz更是对mod_rails赞誉有加:
David Heinemeier Hansson 写道
This could definitely become very popular, very fast ;)
Yukihiro Matsumoto 写道
It is often said that Rails is weak on deployment; PHP runs fairly fast just by uploading scripts. Rails is slow on development mode, and requires restarting on production mode (and bit complex to configure). modrails might be the answer for it.
你还在为Rails的部署配置头痛么?来试试看吧:
http://www.modrails.com/install.html


评论 共 5 条 发表评论
pure 2008-04-13 11:17
Passenger has been tested on:
Ubuntu Linux 6.06 (x86)
Ubuntu Linux 7.10 (x86)
Debian Sarge (x86)
Debian Etch (x86)
Debian Lenny/Sid (x86)
CentOS 5 (x86)
Red Hat Enterprise Linux 5 (x86)
Gentoo, March 14 2008 (AMD64)
FreeBSD 6.1-RELEASE (x86)
MacOS X Tiger (x86)
MacOS X Leopard (x86)
t0uch 2008-04-13 10:48
半人马 2008-04-13 10:31
song8159 2008-04-13 08:20
等ubuntu 8.04出来之后就试试了。
leondu 2008-04-12 17:03