On Tue, 23 May 2006 16:10:01 -0500 (CDT) "L. V. Lammert" <[EMAIL PROTECTED]> wrote:
> On Tue, 23 May 2006, Adam wrote: > > > On Tue, 23 May 2006 20:29:56 +0100 Craig Skinner <[EMAIL PROTECTED]> wrote: > > > > Being interpreted is certainly part of the problem. Quickly compiled > > languages like python, perl and pike are significantly faster, while > > still being very dynamic and flexible. > > > RoR uses fastcgi, .. which is just as fast as Perl or Python. You aren't even making sense. Fastcgi is a protocol for webapps to talk to a webserver. Perl, python and ruby are programming languages. Perl and python are much faster programming languages than ruby. All of the above can use fastcgi, or be mashed into apache, it doesn't change the speed of the language. Adam

