From: Sarah Tanembaum Date: 2005-01-12T06:31:19+09:00 Subject: Re: mod_ruby & rails doc? Brian McCallister wrote: > You can use it with mod_ruby. I think FastCGI is probably used more > (happens to be what I use as well) and is quite performant. > > -Brian > > On Jan 11, 2005, at 10:51 AM, Aquila wrote: > >> Dick Davies wrote: >> >>>> Is there a place where I can find information on using mod_ruby? A >>>> single >>>> stupid example will do, I just can't find anything... >>> >>> >>> http://www.modruby.net ? >>> >> It will probably be my fault but I can't find any example on >> modruby.net? I >> really can't find a complete script... >> >>>> I guess once I get mod_ruby working rails will work too? I don't >>>> find any >>>> information on that combination either. >>>> >>>> I'm anxious to start using rails! >>> >>> >>> you don't need modruby to use rails. >> >> >> But if I prefer not to use CGI I read it's possible to use Rails with >> mod_ruby. Or am I misinformed? >> -- >> "May the source be with you" >> >> > > > Using the mod_ruby gives web application more bags of tools that comes with Apache, just like the mod_php. And also, it is easier to manage since it is integrated with Apache. Some have claimed that FastCGI is faster than mod_ruby, can anyone validate these claims? Because I can hardly believe that CGI is faster than the embedded interpreter. Thanks