From owner-freebsd-isp@FreeBSD.ORG Fri Jul 14 23:09:33 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 0DF6916A4DD for ; Fri, 14 Jul 2006 23:09:33 +0000 (UTC) (envelope-from ormandj@corenode.com) Received: from zone2.corenode.com (zone2.corenode.com [66.91.129.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48FAD43D46 for ; Fri, 14 Jul 2006 23:09:32 +0000 (GMT) (envelope-from ormandj@corenode.com) Received: from corenode.com ([127.0.0.1]) by zone2.corenode.com (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005)) with ESMTP id <0J2F009FI1R04X00@zone2.corenode.com> for freebsd-isp@freebsd.org; Fri, 14 Jul 2006 13:11:24 -1000 (HST) Received: from [132.160.192.10] by zone2.corenode.com (mshttpd); Fri, 14 Jul 2006 13:11:24 -1000 Date: Fri, 14 Jul 2006 13:11:24 -1000 From: "David J. Orman" In-reply-to: <44B81BCC.7010201@wilkshire.net> To: Cody Baker Message-id: MIME-version: 1.0 X-Mailer: Sun Java(tm) System Messenger Express 6.2-3.04 (built Jul 15 2005) Content-type: text/plain; charset=us-ascii Content-language: en Content-transfer-encoding: 7BIT Content-disposition: inline X-Accept-Language: en Priority: normal References: <20060714202233.GF396@rabbit> <20060714210032.69939.qmail@web33307.mail.mud.yahoo.com> <20060714211640.GG396@rabbit> <44B81BCC.7010201@wilkshire.net> Cc: freebsd-isp@freebsd.org, David Rhodus , Danial Thom 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 23:09:33 -0000 Just use FastCGI with lighthttpd if you need performance under large amounts of traffic. David ----- Original Message ----- From: Cody Baker Date: Friday, July 14, 2006 12:33 pm Subject: Re: CGI apps in C? > If you're concerned about large traffic volume, you should give some > serious considerations to mod_perl. It, and select scripts, will > remainresident therefore avoiding all of the costly setup imposed > by CGI. > It's quick, well tested, and a pretty popular option. Popularity > maysound 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 > > > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" >