Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 1321 invoked from network); 6 Dec 2004 16:45:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Dec 2004 16:45:37 -0000 Received: (qmail 50830 invoked by uid 500); 6 Dec 2004 16:45:35 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 50820 invoked by uid 500); 6 Dec 2004 16:45:35 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 50806 invoked by uid 99); 6 Dec 2004 16:45:35 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail.logilune.com (HELO mail.logilune.com) (195.80.154.36) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 06 Dec 2004 08:45:34 -0800 Received: from [127.0.0.1] (localhost.logilune.com [127.0.0.1]) by mail.logilune.com (Postfix) with ESMTP id 2771C1E1C18 for ; Mon, 6 Dec 2004 17:45:32 +0100 (CET) Message-ID: <41B48CAB.8070104@stason.org> Date: Mon, 06 Dec 2004 11:45:31 -0500 From: Stas Bekman Organization: Hope, Humanized User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913 X-Accept-Language: en-us, en, he, ru MIME-Version: 1.0 To: dev@perl.apache.org Subject: Re: svn commit: r109988 - /perl/modperl/trunk/lib/Apache/SizeLimit.pm References: <20041206164112.99207.qmail@minotaur.apache.org> In-Reply-To: <20041206164112.99207.qmail@minotaur.apache.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N stas@apache.org 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:stas@stason.org http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org