From dev-return-16076-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Tue Apr 18 20:21:42 2006 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 85464 invoked from network); 18 Apr 2006 20:21:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Apr 2006 20:21:42 -0000 Received: (qmail 908 invoked by uid 500); 18 Apr 2006 20:21:41 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 865 invoked by uid 500); 18 Apr 2006 20:21:40 -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 854 invoked by uid 99); 18 Apr 2006 20:21:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Apr 2006 13:21:40 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [85.232.70.2] (HELO magrathea.bursik.net) (85.232.70.2) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Apr 2006 13:21:40 -0700 Received: from localhost (localhost [127.0.0.1]) (uid 1001) by magrathea.bursik.net with local; Tue, 18 Apr 2006 22:21:17 +0200 id 004581E2.44454A3D.00001C8D Date: Tue, 18 Apr 2006 22:21:17 +0200 From: Alexander Lazic To: Garrett Rooney Cc: "William A. Rowe, Jr." , "=?iso-8859-1?B?UGz8bSwgUvxkaWdlciw=?= VF EITO" , Paul Querna , dev@apr.apache.org Subject: Re: It's that time of the year again Message-ID: <20060418202117.GA7294@none.at> References: <20060418145611.GA32091@none.at> <44454839.2030901@rowe-clan.net> <7edfeeef0604181317k863ce5dn7b4b3c003cbb4d44@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <7edfeeef0604181317k863ce5dn7b4b3c003cbb4d44@mail.gmail.com> User-Agent: Mutt/1.5.11 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, On Die 18.04.2006 13:17, Garrett Rooney wrote: >On 4/18/06, William A. Rowe, Jr. wrote: >> Alexander Lazic wrote: >> > >> > Sorry for the question but what is wrong with libcurl?! >> >> Nothing. Use it. curl and serf have two different architectures, >> and serve two different needs. The advantage to serf, in the long >> term, is that it would flow better into httpd, as it already >> leverages apr-util brigades etc. So for httpd to consume (proxy, >> etc) serf has an advantage over libcurl. > >Actually, serf uses its own set of bucket brigade type things, not >apr-util bucket brigades. The primary advantage IMO is that it >integrates more nicely with APR based applications than libcurl does. Ok thanks for explanation ;-) Regards Alex