manpagez: man pages & more
man ModPerl::RegistryBB(3)
Home | html | info | man

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(3), ModPerl::Registry(3) and ModPerl::PerlRun(3).




perl v5.10.0                      2007-12-30              ModPerl::RegistryBB(3)

Mac OS X 10.6 - Generated Thu Sep 17 20:13:41 CDT 2009
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.