Don't
forget to make an outstanding note to avoid using that feature (set) in
any CPAN modules...
that's a bit strong I think. but a CPAN module that _does_ use this feature should do something like
die "sorry, this module doesn't work with threaded MPMs" if Apache::MPM->is_threaded;
at module load.
Sure, that works for me (+use):
use Apache::MPM;
die "sorry, this module doesn't work with threaded MPMs"
if Apache::MPM->is_threaded;I had an idea to write one section, explaining that, and point all those methods to that section. But on the other hand I think most people will simply miss the message if it's not right there, next to the definition of the method.
-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
