2011/7/21 Jiří Pavlovský <[email protected]>: > So I was looking a solution and found ModPerl::RegistryLoader. I'm just not > sure I understand it completely. Is this the "compile once at startup" > solution?
Yes, that's what it's for. > Do I just put " my $rlbb = ModPerl::RegistryLoader->new();" into > my startup file? Well, you need more than that. Please read the man page and try it out, and if you get stuck, come back and ask questions about the specifics. - Perrin
