stas 02/05/14 03:42:38 Modified: src/docs/2.0/api/mod_perl-2.0/Apache Reload.pod Log: add a note regarding Threaded MPM and Multiple Perl Interpreters Submitted by: dougm Revision Changes Path 1.2 +8 -0 modperl-docs/src/docs/2.0/api/mod_perl-2.0/Apache/Reload.pod Index: Reload.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/mod_perl-2.0/Apache/Reload.pod,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Reload.pod 14 May 2002 10:40:10 -0000 1.1 +++ Reload.pod 14 May 2002 10:42:38 -0000 1.2 @@ -95,6 +95,14 @@ PerlSetVar ReloadDebug On +=head2 Threaded MPM and Multiple Perl Interpreters + +If you use C<Apache::Reload> with a threaded MPM and multiple Perl +interpreters, the modules will be reloaded by each interpreter as they +are used, not every interpreters at once. Similar to mod_perl 1.x +where each child has its own Perl interpreter, the modules are +reloaded as each child is hit with a request. + =head1 PSUEDOHASHES The short summary of this is: Don't use psuedohashes. Use an array
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]