Return-Path: X-Original-To: apmail-perl-modperl-archive@www.apache.org Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F0E936DDC for ; Thu, 16 Jun 2011 20:13:55 +0000 (UTC) Received: (qmail 85994 invoked by uid 500); 16 Jun 2011 20:13:54 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 85967 invoked by uid 500); 16 Jun 2011 20:13:54 -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 85960 invoked by uid 99); 16 Jun 2011 20:13:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 20:13:54 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of pharkins@gmail.com designates 209.85.220.177 as permitted sender) Received: from [209.85.220.177] (HELO mail-vx0-f177.google.com) (209.85.220.177) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jun 2011 20:13:48 +0000 Received: by vxd3 with SMTP id 3so457189vxd.22 for ; Thu, 16 Jun 2011 13:13:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=uN9nHs0MXjzOZIxz7pDph8Z68CY2Ttd8DQ4RP+ov/nQ=; b=BS7nvak3cbfLkcOejOTstdj7ShUQWxMfDijdpq1l3qh9D2aGthaZhpyg9BWufH3wpn Mq/4ihaCy9mR1jATQvNIas4HyOYwVyyn1enl7/hV+HVbQUow4undRMVnWx0SiH+9gy01 yJLolPYWyedXXMT6yMdITUx8LWtKi+z7ef8rM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=x8UjMtTCo8oxaN+gGAoTNR9eiix4Krcoz5HCLEmN/tgM2eNsF2wKMglkYxXaCCBnK2 Lb4qq9AOv08O73kPVqQS5MaZ/TaajU6BkqfMRxLwczBXs+mR6vO9hbbuxn8t2xSckpPY a/p9dpwkg6CZnvoIIXleyKRTiMCY1TKKwnnSo= MIME-Version: 1.0 Received: by 10.220.210.10 with SMTP id gi10mr467607vcb.139.1308255207497; Thu, 16 Jun 2011 13:13:27 -0700 (PDT) Sender: pharkins@gmail.com Received: by 10.220.192.76 with HTTP; Thu, 16 Jun 2011 13:13:27 -0700 (PDT) In-Reply-To: References: Date: Thu, 16 Jun 2011 16:13:27 -0400 X-Google-Sender-Auth: uAxL_d5OHkAvXeIhEG7nU58lk1I Message-ID: Subject: Re: How do you use mod_perl for your web application? From: Perrin Harkins To: "David E. Wheeler" Cc: Fred Moyer , mod_perl list Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Jun 16, 2011 at 4:07 PM, David E. Wheeler wrote: > Whatever old man! I know, it's just a reality of working on applications that have been around for years. These tools are so reliable that they tend to stick around. If I started something new I would probably use Plack, since I've enjoyed using similar stuff in Python. - Perrin