Home >> Computers >> Software >> Internet >> Servers >> WWW >> Apache >> Modules >> Mod Perl


  Books and Documentation
  Development Tools
   


mod_perl is an optional module for the Apache web server. It embeds the Perl interpreter into the Apache server, therefore that dynamic content by Perl scripts can be served in response to incoming requests, while forgoing a important overhead of re-launching a Perl interpreter for every asking.

mod_perl may emulate the CGI environment, so that existent Perl CGI scripts may gain from either a performance boost forgoing getting to exist as re-written.

Unlike CGI (& virtually all more web application environments), mod_perl will bring complete access to the Apache API, allowing programmers to easily write handlers for any phase in the Apache asking period, manipulate Apache's internal tables & state mechanisms, part information between Apache processes or threads, alter or even extend a Apache configuration file parser, and add Perl code to the configuration file itself, among more items.

mod_perl
The "official" mod_perl web site.

The Apache/Perl Module List
List of all the Apache::* Modules that are used with mod_perl

mod_perl - mailing list archive
Searchable archive for the Apache mod_perl mailing list

Math Forum Discussions: mod_perl mailing list archive
A mailing-list archive dedicated to modperl. Contains posts dating from 1996 to the present day.

Develooper: Real World Performance Tuning for mod_perl
Slideshow of a talk on several techniques of speeding up mod_perl.


Computers: Programming: Languages: Perl: WWW






© 2005 GeneralAnswers.org