Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

Debian 6.0.3

(Squeeze)

ModPerl::RegistryBB(3pm)


libapache2-mod-perl2-2.0.4::docs::api::ModPerl::RegistryBB

libapache2-mod-perl2-2.0.4::docs::api::ModPerl::RegistryBB

NAME
Synopsis
Description
Authors
See Also

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



ModPerl::RegistryBB(3pm)