ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



apache_mod_perl-101~38::mod_perl-2.md_perl-10~38:mod_perl-2.0.::docs::api::ModPerl::RegistryBB(3)



NAME
       ModPerl::RegistryBB - Run unaltered CGI scripts persistently under mod_perl

Synopsis
         # 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>

Description
       "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.

Authors
       Doug MacEachern

       Stas Bekman

See Also
       "ModPerl::RegistryCooker", "ModPerl::Registry" and "ModPerl::PerlRun".



perl v5.8.8                        apache_mod_permod_perl-2.0.2::docs::api::ModPerl::RegistryBB(3)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.