Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 17702 invoked from network); 25 Jun 2008 16:20:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jun 2008 16:20:13 -0000 Received: (qmail 24984 invoked by uid 500); 25 Jun 2008 16:20:10 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 24968 invoked by uid 500); 25 Jun 2008 16:20:10 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 24956 invoked by uid 99); 25 Jun 2008 16:20:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2008 09:20:10 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of adam.prime@utoronto.ca designates 128.100.132.160 as permitted sender) Received: from [128.100.132.160] (HELO bureau63.ns.utoronto.ca) (128.100.132.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2008 16:19:17 +0000 Received: from localhost (webmail16.ns.utoronto.ca [128.100.132.157]) by bureau63.ns.utoronto.ca (8.13.8/8.13.8) with ESMTP id m5PGJZbC023198 for ; Wed, 25 Jun 2008 12:19:35 -0400 Received: from 69.77.169.62 ([69.77.169.62]) by webmail.utoronto.ca (Horde MIME library) with HTTP; Wed, 25 Jun 2008 12:19:35 -0400 Message-ID: <20080625121935.jt3b0479nokggksg@webmail.utoronto.ca> Date: Wed, 25 Jun 2008 12:19:35 -0400 From: adam.prime@utoronto.ca To: modperl@perl.apache.org Subject: Re: mod_perl: performance tips References: <2503.60730.qm@web51401.mail.re2.yahoo.com> <14552.83.244.139.66.1214407175.squirrel@www.efaqs.com> <66887a3d0806250917u21290002h8185478d5e715db7@mail.gmail.com> In-Reply-To: <66887a3d0806250917u21290002h8185478d5e715db7@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.6) X-PMX-Version: 5.4.2.338381, Antispam-Engine: 2.6.0.325393, Antispam-Data: 2008.6.25.160559 X-Virus-Checked: Checked by ClamAV on apache.org Quoting Perrin Harkins : > On Wed, Jun 25, 2008 at 11:19 AM, Christopher Taranto > wrote: >> Try here: >> >> http://www.modperlbook.org/ >> >> Specifically - Part II: mod_perl Performance > > Yes, read that, profile your code, and then ask for help with specific > slow parts. There's lots of performance information in the docs on > the mod_perl site too. > > - Perrin > for MP1 specific stuff, the guide has this section: http://perl.apache.org/docs/1.0/guide/performance.html Adam