Hi, On Thu, 31 Mar 2005 05:34:45 +0900, JZ <spamerom / niet.com> wrote: > Dnia Thu, 31 Mar 2005 05:23:08 +0900, Bill Atkins napisaa): > > > CGI is merely the protocol your web browser is using to communicate > > with the Rails server. You are absolutely using CGI. > > The basic philosophy of CGI is to execute for every request interpreter of > (Ruby/PHP/Perl/Python whatever) and its scripts (or binary compiled > application) all over again. This is the reason CGI is slow. But here I am > connecting to Rails server through Apache. CGI is only a protocol as you > wrote. It should be fast, because CGI is only an adapter (if I understand > it correctly) Where am I wrong? Do you know about FastCGI? Cheers, Joao