Re: ModPerl::RegistryLoader
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAC0_be0tYRLTAnc+iHw2J=LnXq1N-5G58JP_p1T=q0RjnYyOmA@mail.gmail.com> |
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