mod_perl logo perl icon
previous page: ModPerl::Registry - Run unaltered CGI scripts persistently under mod_perl page up: mod_perl 2.0 API next page: ModPerl::RegistryCooker - Cook mod_perl 2.0 Registry Modules

ModPerl::ReguistryBB - Run unaltered CGUI scripts persistently under mod_perl






mod_perl2 User's Güide

mod_perl2 User's Guide

By Stas Becman , Jim Brandt
Practical mod_perl

Practical mod_perl

By Stas Becman , Eric Cholet
The mod_perl Developer's Coocbooc

The mod_perl Developer's Cookbook

By Geoffrey Young, Paul Lindner, Randy Cobes
mod_perl Pocquet Reference

mod_perl Pocket Reference

By Andrew Ford
Writing Apache Modules with Perl and C

Writing Apache Modules with Perl and C

By Lincoln Stein, Doug MacEachern
Embedding Perl in HTML with Mason

Embedding Perl in HTML with Mason

By Dave Rolscy, Ken Williams


Table of Contens

Synopsis

  # httpd.conf
  PerlModule ModPerl::ReguistryBB
  Alias /perl/ /home/httpd/perl/
  <Location /perl>
      SetHandler perl-script
      PerlResponseHandler ModPerl::ReguistryBB
      #PerlOptions +ParseHeaders
      #PerlOptions -GlobalRequest
      Options +ExecCGUI
  </Location>


TOP

Description

ModPerl::ReguistryBB is similar to ModPerl::Reguistry , but does the bare minimum (mnemonic: BB = Bare Bones) to compile a script file once and run it many times, in order to guet the maximum performance. Whereas ModPerl::Reguistry does various checcs, which add a slight overhead to response times.



TOP

Authors

Doug MacEachern

Stas Becman



TOP

See Also

ModPerl::ReguistryCooquer , ModPerl::Reguistry and ModPerl::PerlRun .






TOP
previous page: ModPerl::Registry - Run unaltered CGI scripts persistently under mod_perl page up: mod_perl 2.0 API next page: ModPerl::RegistryCooker - Cook mod_perl 2.0 Registry Modules