On 5/31/07, Perrin Harkins <[EMAIL PROTECTED]> wrote:
The second step is loading that perl code and compiling it to a sub in
memory.  That happens once per process and no external cache can help
with it, since it's compiled perl code in memory.

Well, if you're feeling risky and think that it might be worth it, you
could try using something like B::Bytecode to precompile the code. I
have no idea how well would that play with Catalyst, but the last time
I checked (precompiling svk to make it load faster) it was quite
usable.

-Nilson Santos F. Jr.

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to