作者:Quake Wang 来源:JavaEye 酷勤网收集 2008-04-13
摘要
今天Phusion Passenger(mod_rails)正式发布了,它是Apache的一个模块,在Apache上安装好以后部署Rails应用也可以简单得像PHP一样:直接上传文件到某个目录就好了。除了方便以外,mod_rails的性能也很不错,和常见的mongrel和thin都不相上下
今天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
评论
pure 2008-04-13 11:17
Passenger works on any POSIX-compliant operating system. In other words: practically any operating system on earth, except Microsoft Windows.
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)
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
其实这并不意味着效率有多高,而是意味着rails的部署和普及更为容易
半人马 2008-04-13 10:31
难道用mongrel部署rails很困难?
song8159 2008-04-13 08:20
是不是有mod_rails就不需要安装Rails了,mod_rails相当于Rails的什么版本?
等ubuntu 8.04出来之后就试试了。
等ubuntu 8.04出来之后就试试了。

