From owner-freebsd-stable@FreeBSD.ORG Sat Aug 2 23:24:30 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 385D4106564A; Sat, 2 Aug 2008 23:24:30 +0000 (UTC) (envelope-from xi@borderworlds.dk) Received: from kazon.borderworlds.dk (kazon.borderworlds.dk [213.239.213.48]) by mx1.freebsd.org (Postfix) with ESMTP id E756A8FC15; Sat, 2 Aug 2008 23:24:29 +0000 (UTC) (envelope-from xi@borderworlds.dk) Received: from dominion.borderworlds.dk (localhost [127.0.0.1]) by kazon.borderworlds.dk (Postfix) with ESMTP id E8C7517169; Sun, 3 Aug 2008 01:07:52 +0200 (CEST) Received: by dominion.borderworlds.dk (Postfix, from userid 2000) id 9CBBC47D; Sun, 3 Aug 2008 01:07:52 +0200 (CEST) To: Luigi Rizzo References: <372128.56919.qm@web51502.mail.re2.yahoo.com> <20080802.002039.58462077.imp@bsdimp.com> <4894A9D8.2090606@freebsd.org> <20080802225643.GA84798@onelab2.iet.unipi.it> From: Christian Laursen Date: Sun, 03 Aug 2008 01:07:52 +0200 In-Reply-To: <20080802225643.GA84798@onelab2.iet.unipi.it> (Luigi Rizzo's message of "Sun\, 3 Aug 2008 00\:56\:43 +0200") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: fbsd2@yahoo.com, Sam Leffler , freebsd-stable@freebsd.org Subject: Re: busybox and small scripting languages on FreeBSD ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2008 23:24:30 -0000 Luigi Rizzo writes: > Also, what would you suggest as a small scripting language to be used > in this kind of platform for implementing CGI scripts (and preferably > able to use sockets/select) ? Take a look at lua. It should have a pretty small footprint looks pretty easy to use - either standalone or embedded in you own programs. -- Christian Laursen