Ruby on Rails, Ruby and CGI

Hello guys,

Usually, I write web apps on mod_perl2+Mason, but I get involved on
RoR…
Can I write Ruby and/or RoR apps without CGI?

Thanks.

On 6/29/06, Vladislav G. [email protected] wrote:

Hello guys,

Usually, I write web apps on mod_perl2+Mason, but I get involved on
RoR…
Can I write Ruby and/or RoR apps without CGI?

Yep, and in fact you shouldn’t use CGI. CGI + Ruby is a way slow piece
of crap.

rails and fastcgi is very solid, and mongrel behind mod_proxy seems to
be becoming a more popular choice. I just moved several apps from
lighty/fastcgi to apache/mongrel a couple days ago.

Pat