[EMAIL PROTECTED] wrote:
Modified: perl/modperl/trunk/lib/Apache/SizeLimit.pm
sub handler {
my $r = shift;
+
+ die "Apache::SizeLimit at the moment works only with non-threaded MPMs"
+ if Apache::MPM->is_threaded();
would it be more efficient to run this check at compile time, rather on each request?
-- __________________________________________________________________ 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]
