[Catalyst] Re: Catalyst vs Rails vs Django Cook off
    Robert 'phaylon' Sedlacek 
    rs at 474.at
       
    Thu Jan 18 14:54:27 GMT 2007
    
    
  
Perrin Harkins said:
> That was my point actually: the dispatching (plus the abstraction layer
> for accessing things like the query string from the web environment) is
> nearly all of it, in terms of performance.  A couple of calls to
> $c->forward() and $c->stash() are negligible, and all the rest is either
> your code or some non-Catalyst CPAN module.
Well, let's just agree that we have differing opinions on this. Otherwise
we'd only start repeating ourselves.
> The benchmark still sucks though, even as a dispatcher test.  He gave it
> the easiest possible URL.
And I think we never disagreed on this point :)
-- 
# Robert 'phaylon' Sedlacek
# Perl 5/Catalyst Developer in Hamburg, Germany
{ EMail => ' rs at 474.at ', Web => ' http://474.at ' }
    
    
More information about the Catalyst
mailing list