The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "distribution:mod_perl registry"

ModPerl::Registry - Run unaltered CGI scripts persistently under mod_perl River stage three • 155 direct dependents • 183 total dependents

URIs in the form of "http://example.com/perl/test.pl" will be compiled as the body of a Perl subroutine and executed. Each child process will compile the subroutine once and store it in memory. It will recompile it whenever the file (e.g. *test.pl* i...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

ModPerl-Registry/lib/ModPerl/Registry.pm River stage three • 155 direct dependents • 183 total dependents

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

ModPerl::RegistryBB - Run unaltered CGI scripts persistently under mod_perl River stage three • 155 direct dependents • 183 total dependents

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

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

ModPerl::RegistryCooker - Cook mod_perl 2.0 Registry Modules River stage three • 155 direct dependents • 183 total dependents

"ModPerl::RegistryCooker" is used to create flexible and overridable registry modules which emulate mod_cgi for Perl scripts. The concepts are discussed in the manpage of the following modules: "ModPerl::Registry", "ModPerl::Registry" and "ModPerl::R...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

ModPerl::RegistryLoader - Compile ModPerl::RegistryCooker scripts at server startup River stage three • 155 direct dependents • 183 total dependents

This modules allows compilation of scripts, running under packages derived from "ModPerl::RegistryCooker", at server startup. The script's handler routine is compiled by the parent server, of which children get a copy and thus saves some memory by in...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

ModPerl::RegistryPrefork - Run unaltered CGI scripts under mod_perl River stage three • 155 direct dependents • 183 total dependents

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

ModPerl-Registry/lib/ModPerl/RegistryPrefork.pm River stage three • 155 direct dependents • 183 total dependents

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

ModPerl-Registry/lib/ModPerl/RegistryLoader.pm River stage three • 155 direct dependents • 183 total dependents

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

ModPerl-Registry/lib/ModPerl/RegistryBB.pm River stage three • 155 direct dependents • 183 total dependents

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

ModPerl-Registry/lib/ModPerl/RegistryCooker.pm River stage three • 155 direct dependents • 183 total dependents

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

HTTP River stage three • 155 direct dependents • 183 total dependents

This chapter explains how to implement the HTTP protocol handlers in mod_perl....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

Cooking River stage three • 155 direct dependents • 183 total dependents

As the chapter's title implies, here you will find ready-to-go mod_perl 2.0 recipes. If you know a useful recipe, not yet listed here, please post it to the mod_perl mailing list and we will add it here....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

Getting River stage three • 155 direct dependents • 183 total dependents

This chapter gives you the bare minimum information to get you started with mod_perl 2.0. For most people it's sufficient to get going....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

Writing River stage three • 155 direct dependents • 183 total dependents

This chapter covers the mod_perl coding specifics, different from normal Perl coding. Most other perl coding issues are covered in the perl manpages and rich literature....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

mod_perl River stage three • 155 direct dependents • 183 total dependents

This chapter provides an in-depth mod_perl 2.0 configuration details....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

mod_perl River stage three • 155 direct dependents • 183 total dependents

This document explains how to navigate the mod_perl source code, modify and rebuild the existing code and most important: how to add new functionality....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

Configuring River stage three • 155 direct dependents • 183 total dependents

This document discusses how to configure mod_perl 2.0....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

Apache2::Log - Perl API for Apache Logging Methods River stage three • 155 direct dependents • 183 total dependents

"Apache2::Log" provides the Perl API for Apache logging methods. Depending on the the current "LogLevel" setting, only logging with the same log level or higher will be loaded. For example if the current "LogLevel" is set to *warning*, only messages ...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

Apache2::Reload - Reload Perl Modules when Changed on Disk River stage three • 155 direct dependents • 183 total dependents

"Apache2::Reload" reloads modules that change on the disk. When Perl pulls a file via "require", it stores the filename in the global hash %INC. The next time Perl tries to "require" the same file, it sees the file in %INC and does not reload from di...

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC

ModPerl::PerlRun - Run unaltered CGI scripts under mod_perl River stage three • 155 direct dependents • 183 total dependents

META: document that for now we don't chdir() into the script's dir, because it affects the whole process under threads. "ModPerl::PerlRunPrefork" should be used by those who run only under prefork MPM....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC
25 results (0.025 seconds)