Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 77195 invoked from network); 8 Nov 2006 17:47:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Nov 2006 17:47:52 -0000 Received: (qmail 78652 invoked by uid 500); 8 Nov 2006 17:47:57 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 78635 invoked by uid 500); 8 Nov 2006 17:47:57 -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 78624 invoked by uid 99); 8 Nov 2006 17:47:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Nov 2006 09:47:57 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: 207.114.11.197 is neither permitted nor denied by domain of perrin@elem.com) Received: from [207.114.11.197] (HELO ns1.plusthree.com) (207.114.11.197) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Nov 2006 09:47:42 -0800 Received: from [10.0.1.201] ([69.10.70.170]) (authenticated bits=0) by ns1.plusthree.com (8.13.1/8.13.1) with ESMTP id kA8HlH5O029003 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 8 Nov 2006 12:47:17 -0500 Subject: Re: [mp2] PAR in production? From: Perrin Harkins To: Frank Wiles Cc: Ali ISIK , mod_perl In-Reply-To: <20061106122859.add1982b.frank@wiles.org> References: <20061106122859.add1982b.frank@wiles.org> Content-Type: text/plain Date: Wed, 08 Nov 2006 12:47:20 -0500 Message-Id: <1163008040.30686.16.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-4.fc4) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Mon, 2006-11-06 at 12:28 -0600, Frank Wiles wrote: > What I have always done is package my applications as if they > are CPAN modules using ExtUtils::MakeMaker or in more recent > days Module::Build. Never had a problem with it, but it probably > isn't suited to distributing apps to novice users. We do the same sort of thing here, with an automated build script that builds apache, mod_perl, and our modules from source. You can see some work on generalizing that for others to use here: http://sourceforge.net/projects/matchstick - Perrin