Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 86816 invoked from network); 20 Jan 2010 09:14:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Jan 2010 09:14:35 -0000 Received: (qmail 38999 invoked by uid 500); 20 Jan 2010 09:14:35 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 38919 invoked by uid 500); 20 Jan 2010 09:14:35 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 38911 invoked by uid 99); 20 Jan 2010 09:14:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jan 2010 09:14:35 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jfclere@gmail.com designates 209.85.218.215 as permitted sender) Received: from [209.85.218.215] (HELO mail-bw0-f215.google.com) (209.85.218.215) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jan 2010 09:14:25 +0000 Received: by bwz7 with SMTP id 7so1042464bwz.26 for ; Wed, 20 Jan 2010 01:14:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=Ke7u5nHgsj9ruMG+Dy/Nurpr8vcjmAcgta8UhhJTyAQ=; b=evbH6dWOTFz3wBJyy+oIGxEYhKPsA13E9Xuc/hPZGkX0ek1qc8QETasQmQkB6A97LY kJuLRl5uizsaLr6HHoCBOdykNYxQoodn9PhT9TtURKOm2mpKIFvjxARn07nPH4Gofz8f WVVW5Vhu3X3CLK8qefE3dLPv6+ptanFpfq/WE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=CVRAbiDlrJII7hRDFK4vnhGfvN0QoOWjvcZEdVK+9OpQv/kb0xyVbpPoupcFzMTDRf enONE7US2xFKdpwELsDFd2Mf2n20tTCPwPnqv1fj+lKlEnGTbE6Q4nUGtHnxZh5CAhUw Y3ioEcC/da9fFEDSc2yYnV0HDs/u2URQFhseU= Received: by 10.204.154.207 with SMTP id p15mr3030634bkw.202.1263978845339; Wed, 20 Jan 2010 01:14:05 -0800 (PST) Received: from ?10.33.144.3? ([57.79.66.141]) by mx.google.com with ESMTPS id 15sm2275341bwz.12.2010.01.20.01.14.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 20 Jan 2010 01:14:04 -0800 (PST) Message-ID: <4B56C95B.6060809@gmail.com> Date: Wed, 20 Jan 2010 10:14:03 +0100 From: jean-frederic clere User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Lightning/1.0pre Thunderbird/3.0 MIME-Version: 1.0 To: dev@apr.apache.org Subject: Re: Community question; always load expat for any apr application? References: <4B56B08D.8090401@rowe-clan.net> In-Reply-To: <4B56B08D.8090401@rowe-clan.net> X-Enigmail-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 01/20/2010 08:28 AM, William A. Rowe Jr. wrote: > We have really trimmed down the footprint of apr as a loadable library, > so the very last not-dynamic component is expat. > > It's small and lightweight, and I just wanted to confirm that the devs > are all comfortable that xml is pervasive enough to merit binding expat > with libdl every time a user launches an apr-based application. > > I'm about to revisit adding ICU support in place of our apriconv, and that > would certainly be abstracted. Expat certainly could be abstracted, but > I'm not sure if we see there is a value in doing so? expat and iconv would be optional, no? Cheers Jean-Frederic