Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 80258 invoked from network); 12 Nov 2008 04:45:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2008 04:45:58 -0000 Received: (qmail 6444 invoked by uid 500); 12 Nov 2008 04:46:01 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 6419 invoked by uid 500); 12 Nov 2008 04:46:01 -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 6407 invoked by uid 99); 12 Nov 2008 04:46:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2008 20:46:01 -0800 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 74.125.46.152 as permitted sender) Received: from [74.125.46.152] (HELO yw-out-1718.google.com) (74.125.46.152) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 04:44:42 +0000 Received: by yw-out-1718.google.com with SMTP id 5so167565ywr.40 for ; Tue, 11 Nov 2008 20:45:15 -0800 (PST) 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=gJR6QhQahiQX7aRiNXZ+bDOAFBZGTlagy0qQ8PjpCzM=; b=QrzmGMTBj9wVX5YhU/YXNWccUE7WJVU8I+2yWjQzaM7dxFdYRtol3G68y6SDvWGszi 5aM34OkGRHsmcN+HNCxztTjk4hp7x4toeC4OTYJRG88N0TwcEScVhxS0rIZy1HCVN5o+ Da26Pv8viNU4VzyoomUY6W+ssf91ggXBXIOLw= 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=l+0yoaAoxCX5ZYTl6rderQsOCQfyVYT/OsnZjVtSkPfM6PBEWHxxl6G/vH4ghZ8Dla 1wr+JSQrApbiNL2HOtMYjbU6unTJup6pA0AnRq4uc4fqnUsbBECWtkETh6egAoWAs+vC yVB/Kg2yy3Tj1gKPnwXkeX752FiuMb0a1J4hw= Received: by 10.151.156.1 with SMTP id i1mr5455341ybo.54.1226465115806; Tue, 11 Nov 2008 20:45:15 -0800 (PST) Received: by 10.150.182.10 with HTTP; Tue, 11 Nov 2008 20:45:15 -0800 (PST) Message-ID: <66887a3d0811112045g279044f6qfe317df9ffe0209f@mail.gmail.com> Date: Tue, 11 Nov 2008 23:45:15 -0500 From: "Perrin Harkins" Sender: pharkins@gmail.com To: "Andrew Rodland" Subject: Re: mod_perl survey results Cc: modperl@perl.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4917A381.2030105@utoronto.ca> <200811101115.15329.rs@plusw.de> <49181F1D.5000909@ice-sa.com> <32C23058-6E0F-4B8C-B880-1156EC3CE58F@kineticode.com> <66887a3d0811111015l729b6665q5290a33603136be0@mail.gmail.com> X-Google-Sender-Auth: d551aeb1b137e2c1 X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Nov 11, 2008 at 7:46 PM, Andrew Rodland wrote: > But you _do_ want to keep static file serving apart from the app code (or else > incur the memory overhead of an app process for every file download), so you do > need to go that frontend/backend route -- and it seems to me that apache behind > a proxy (which may be another apache) is a lot bigger and uglier a beast than > fastcgi behind a webserver (which may be apache). This is what I'm talking about -- people have "a feeling" that apache is somehow "heavy" but no concrete reason for it. Apache HTTPD has a very small footprint and is very efficient. It's been saturating people's bandwidth from Pentium I boxes for years. The thing that takes all the resources here is perl, and it's the same perl in both cases. - Perrin