[Catalyst] Catalyst 5 Preview, Part 3

Sebastian Riedel sri at oook.de
Thu Apr 7 21:04:38 CEST 2005


Am 07.04.2005 um 18:03 schrieb Perrin Harkins:

> On Thu, 2005-04-07 at 15:20 +0200, Sebastian Riedel wrote:
>> Now if someone requests http://localhost:3000/page/show/1 it would
>> thanks to the relative forward "$c->forward('render_content')", call
>> all private "render_content" actions in the whole application.
>
> Does it just call can() on every model class, or is it doing something
> fancier?

Much fancier. :)

We maintain internal structures with hashes, precompiled regexes and 
Tree::Simple.
It's quite fast...i would bet much faster than Ruby-on-Rails. :)

--
sebastian




More information about the Catalyst mailing list