Return-Path: X-Original-To: apmail-trafficserver-dev-archive@www.apache.org Delivered-To: apmail-trafficserver-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AB754109B9 for ; Fri, 11 Apr 2014 18:39:02 +0000 (UTC) Received: (qmail 33166 invoked by uid 500); 11 Apr 2014 18:39:00 -0000 Delivered-To: apmail-trafficserver-dev-archive@trafficserver.apache.org Received: (qmail 33091 invoked by uid 500); 11 Apr 2014 18:38:59 -0000 Mailing-List: contact dev-help@trafficserver.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@trafficserver.apache.org Delivered-To: mailing list dev@trafficserver.apache.org Received: (qmail 33079 invoked by uid 99); 11 Apr 2014 18:38:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Apr 2014 18:38:59 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [71.6.165.248] (HELO kramer.ogre.com) (71.6.165.248) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Apr 2014 18:38:54 +0000 Received: from [10.11.0.199] ([65.122.198.254]) (authenticated bits=0) by kramer.ogre.com (8.14.5/8.14.5) with ESMTP id s3BIc19x025902 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Fri, 11 Apr 2014 11:38:30 -0700 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: Importing libck From: Leif Hedstrom In-Reply-To: Date: Fri, 11 Apr 2014 12:38:30 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: dev@trafficserver.apache.org, Phil Sorber X-Mailer: Apple Mail (2.1874) X-Virus-Checked: Checked by ClamAV on apache.org +1 =97 Leif On Apr 11, 2014, at 12:34 PM, Phil Sorber wrote: > I'd like to propose that we pull libck into our tree and use it to = replace > some of our stuff like the freelist, ink_atomic_list and hash tables. >=20 > http://concurrencykit.org/ >=20 > Right now there are not enough distro's to make just linking against = system > libs feasible, but I'd like to set it up in such a way (configure time > option) so that we can encourage distro's to add a libck package in = the > future.