From: Francis Cianfrocca Date: 2006-07-03T05:32:29+09:00 Subject: Re: Ruby and Rails performance profiling? ------=_Part_15456_12550853.1151872346136 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 7/2/06, Robert Mela wrote: > > Is your CGI loading and initializing the Ruby interpreter each time its > invoked? No it doesn't. The web server is in Ruby so it's integrated into the framework. (Sorry but it was incourteous of me not to actually answer your question in my original response.) We did this benchmark with a production-config of Rails. I think Rails just does a tremendous amount of work, which isn't surprising considering how much value it adds. There may be subdomains of web-development that could benefit from a different set of feature choices than the ones Rails made. ------=_Part_15456_12550853.1151872346136--