Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 16903 invoked from network); 25 Jun 2008 16:17:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jun 2008 16:17:43 -0000 Received: (qmail 18206 invoked by uid 500); 25 Jun 2008 16:17:39 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 18178 invoked by uid 500); 25 Jun 2008 16:17:39 -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 18148 invoked by uid 99); 25 Jun 2008 16:17:38 -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:17:38 -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 pharkins@gmail.com designates 209.85.146.176 as permitted sender) Received: from [209.85.146.176] (HELO wa-out-1112.google.com) (209.85.146.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2008 16:16:45 +0000 Received: by wa-out-1112.google.com with SMTP id l35so1069590waf.16 for ; Wed, 25 Jun 2008 09:17:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=4yOlNsZRIJWBW9c6RTTyNy0QsxNNKxCbxWjsHGFyO6Q=; b=oZq+MqNBwezxBmu2gm+Eqo24Rx8SPCbo5MzMi56b/vd4ZBmgz8hUsnNK9Uzy5E1nGb uffE9ljktJ7VgnTgsIgVgnSwSWmpgyRRK3ZXqX+R+obI54aNi7RT1zQvz1svHRlC699q xxO8tTY5gZ1fx9IAjhyQ2DApkofKTSeGaTyfE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=kCA6RdlQndclXIYWPnmeUhcXf/f9ym/8/NYzC1PfHtZbyaF1npseCTAI0LisVTb9sE FE3lf5syB2tqW3FIbhd7zpbyFowxdBZqB3efTNxtyzmuWgdQUol3PhudzUFLlhedC+Qk VfXrT9/1Al+q/CfEFW00mgfnolKaIJR7zB1Zk= Received: by 10.114.15.16 with SMTP id 16mr5971889wao.113.1214410624580; Wed, 25 Jun 2008 09:17:04 -0700 (PDT) Received: by 10.114.46.3 with HTTP; Wed, 25 Jun 2008 09:17:04 -0700 (PDT) Message-ID: <66887a3d0806250917u21290002h8185478d5e715db7@mail.gmail.com> Date: Wed, 25 Jun 2008 12:17:04 -0400 From: "Perrin Harkins" Sender: pharkins@gmail.com To: christopher@tokpela.com Subject: Re: mod_perl: performance tips Cc: "tyju tiui" , modperl@perl.apache.org In-Reply-To: <14552.83.244.139.66.1214407175.squirrel@www.efaqs.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2503.60730.qm@web51401.mail.re2.yahoo.com> <14552.83.244.139.66.1214407175.squirrel@www.efaqs.com> X-Google-Sender-Auth: 0b6690b74443f7fd X-Virus-Checked: Checked by ClamAV on apache.org 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