install::TempContent::Objects::mod_perl-2.0.12::docs::api::ModPerl::RegistryBB(3) | User Contributed Perl Documentation | install::TempContent::Objects::mod_perl-2.0.12::docs::api::ModPerl::RegistryBB(3) |
ModPerl::RegistryBB - Run unaltered CGI scripts persistently under mod_perl
# httpd.conf PerlModule ModPerl::RegistryBB Alias /perl/ /home/httpd/perl/ <Location /perl> SetHandler perl-script PerlResponseHandler ModPerl::RegistryBB #PerlOptions +ParseHeaders #PerlOptions -GlobalRequest Options +ExecCGI </Location>
"ModPerl::RegistryBB" is similar to "ModPerl::Registry", but does the bare minimum (mnemonic: BB = Bare Bones) to compile a script file once and run it many times, in order to get the maximum performance. Whereas "ModPerl::Registry" does various checks, which add a slight overhead to response times.
Doug MacEachern
Stas Bekman
"ModPerl::RegistryCooker", "ModPerl::Registry" and "ModPerl::PerlRun".
2022-01-30 | perl v5.34.0 |