X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 526A1DC00A7; Wed, 5 Dec 2012 17:01:03 +0000 (UTC) Received: from mail-in-17-z2.arcor-online.net (mail-in-17-z2.arcor-online.net [151.189.8.34]) by mx.arcor.de (Postfix) with ESMTP id 49A7C108B74; Wed, 5 Dec 2012 18:01:01 +0100 (CET) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mail-in-17-z2.arcor-online.net (Postfix) with ESMTP id 423C810C00B; Wed, 5 Dec 2012 18:01:01 +0100 (CET) Received: from [192.168.16.209] (85-127-17-3.dynamic.xdsl-line.inode.at [85.127.17.3]) (Authenticated sender: panthera.tigris@arcor.de) by mail-in-07.arcor-online.net (Postfix) with ESMTPA id CB784108B85; Wed, 5 Dec 2012 18:01:00 +0100 (CET) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-07.arcor-online.net CB784108B85 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arcor.de; s=mail-in; t=1354726861; bh=bVrM4RlvCrmhR19tKfgHrTv9ZHq7xx+3osYum2SdXuM=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=OZ1OQltibkOTn3YTNo9VCuI0SaRNuV96ZbKJ1NmBG/0q4/PE+a5iwNHyUPh9HmO1x VfE+Dx4sOUkKwnay1whHs3tTUOJX/N4kdAL5xJj39648+LsPwtNQ53qEVAtbZEqntg swTX5eucEdMNeAYrdtGOM3beGSkNOdMp7o37jvmM= Message-ID: <50BF7DCB.4040208@arcor.de> Date: Wed, 05 Dec 2012 18:00:59 +0100 From: Der Tiger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: Kaarle Ritvanen CC: "V.Krishn" , "alpine-devel@lists.alpinelinux.org" , acf@lists.alpinelinux.org Subject: Re: [alpine-devel] Ideas for a new config framework, ACF2 References: <20121129152317.69585a4f@ncopa-desktop.alpinelinux.org> <201212022211.23812.vkrishn4@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Kaarle, > As much as I dislike JavaScript as a programming language, I still > think it is the best choice for client implementation. Virtually all > devices support JavaScript nowadays, and there are lots of tools which > we can leverage in our implementation. The problem with a client implementation and mobile devices won't be so much compatibility, but performance. PDAs and Tablets still don't offer a lot of cpu power, while the OS and the browser software itself often use up most of the available resources. Soon, the JavaScript client software is likely to hit a performance wall on those devices, when the complexity of the client software increases with functionality. I can't help myself, but with all that has been written, I still don't see the benefit of a strict client implementation over a JavaScript-free host implementation. You and Nathanael, on the other hand, seem to be quite set on advocating your proposal. Well, I suppose you've thought it through. Best Regards, Tiger --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---