
fwiles at apache
Feb 26, 2006, 3:11 PM
Post #1 of 1
(1023 views)
Permalink
|
|
svn commit: r381197 - /perl/modperl/docs/trunk/src/docs/2.0/user/intro/overview.pod
|
|
Author: fwiles Date: Sun Feb 26 15:11:17 2006 New Revision: 381197 URL: http://svn.apache.org/viewcvs?rev=381197&view=rev Log: Minor wording changes to src/docs/2.0/user/intro/overview.pod. Modified: perl/modperl/docs/trunk/src/docs/2.0/user/intro/overview.pod Modified: perl/modperl/docs/trunk/src/docs/2.0/user/intro/overview.pod URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/intro/overview.pod?rev=381197&r1=381196&r2=381197&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/user/intro/overview.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/user/intro/overview.pod Sun Feb 26 15:11:17 2006 @@ -7,7 +7,7 @@ This chapter should give you a general idea about what mod_perl 2.0 is and how it differs from mod_perl 1.0. This chapter presents the new features of Apache 2.0, Perl 5.6.0 -- 5.8.0 and their influence on -mod_perl 2.0. The new MPM models from Apache 2.0 are discussed. +mod_perl 2.0. The new MPM models from Apache 2.0 are also discussed. @@ -63,9 +63,9 @@ stronger and faster implementation based on lessons learned over the 4.5 years since mod_perl was introduced. -The new version includes a mechanism for an automatic building of the +The new version includes a mechanism for the automatic building of the Perl interface to Apache API, which allowed us to easily adjust -mod_perl 2.0 to ever changing Apache 2.0 API, during its development +mod_perl 2.0 to the ever changing Apache 2.0 API, during its development period. Another important feature is the C<L<Apache::Test|docs::general::testing::testing>> framework, which was originally developed for mod_perl 2.0, but then was adopted by @@ -195,7 +195,7 @@ job of I<register_hooks> to register functions for all other hooks (such as I<child_init> and I<check_user_id>). Not only is hook registration now dynamic, it is also possible for modules to register -more than one function per hook, unlike 1.3. The new hook mechanism +more than one function per hook, unlike in 1.3. The new hook mechanism also makes it possible to sort registered functions, unlike 1.3 with function pointers hardwired into the module structure, and each module structure into a linked list. Order in 1.3 depended on this list, --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|