From owner-freebsd-isp@FreeBSD.ORG Fri Jul 14 22:33:59 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4836916A4DA for ; Fri, 14 Jul 2006 22:33:59 +0000 (UTC) (envelope-from cody@wilkshire.net) Received: from mail.wilkshire.net (mail.wilkshire.net [12.111.120.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC64D43D55 for ; Fri, 14 Jul 2006 22:33:52 +0000 (GMT) (envelope-from cody@wilkshire.net) Received: from localhost (virusproxy4.wilkshire.net [10.10.55.24]) by mail.wilkshire.net (Postfix) with ESMTP id 45440A74C14; Fri, 14 Jul 2006 18:33:51 -0400 (EDT) Received: from mail.wilkshire.net ([10.10.55.20]) by localhost (virusproxy4.wilkshire.net [10.10.55.24]) (amavisd-new, port 10024) with ESMTP id 15666-05; Fri, 14 Jul 2006 18:33:50 -0400 (EDT) Received: from [192.168.1.101] (unknown [163.120.70.84]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wilkshire.net (Postfix) with ESMTP id BC5AEA74B82; Fri, 14 Jul 2006 18:33:49 -0400 (EDT) Message-ID: <44B81BCC.7010201@wilkshire.net> Date: Fri, 14 Jul 2006 18:33:48 -0400 From: Cody Baker User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Danial Thom , David Rhodus , freebsd-isp@freebsd.org References: <20060714202233.GF396@rabbit> <20060714210032.69939.qmail@web33307.mail.mud.yahoo.com> <20060714211640.GG396@rabbit> In-Reply-To: <20060714211640.GG396@rabbit> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at wilkshire.net Cc: Subject: Re: CGI apps in C? X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 22:33:59 -0000 If you're concerned about large traffic volume, you should give some serious considerations to mod_perl. It, and select scripts, will remain resident therefore avoiding all of the costly setup imposed by CGI. It's quick, well tested, and a pretty popular option. Popularity may sound trivial, but exploits get fixed in popular apps long before those in obscure ones. It can be a bit memory heavy, but memory is cheap. PHP is cake to program in and pretty useful, but it's SLOW and rather ugly to admin. Thank You, Cody Baker cody@wilkshire.net