Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hello Monks!

I am wondering does modperl::Registryloader have the same effect as apache::registryloader? And if so, I do not understand what modperl::registrycooker is.

Sry im a newb, can anyone give me a better description then I can find on cpan? And if it serves the purpose I want a sample code would be awesome!

Thanks!

Replies are listed 'Best First'.
Re: How to use modperl::registryloader
by gellyfish (Monsignor) on Jul 12, 2005 at 09:13 UTC
Re: How to use modperl::registryloader
by jbrugger (Parson) on Jul 12, 2005 at 06:25 UTC
    As far as i understand, do modperl::Registryloader and apache::registryloader do the same job; They allow compilation of scripts at server startup.

    ModPerl::RegistryCooker is used to create registry modules which emulate mod_cgi for Perl scripts.

    See: modperl::Registryloader , apache::registryloader and ModPerl::RegistryCookerfor more info.

    "We all agree on the necessity of compromise. We just can't agree on when it's necessary to compromise." - Larry Wall.