Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 32944 invoked from network); 29 Jun 2006 13:57:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Jun 2006 13:57:14 -0000 Received: (qmail 54059 invoked by uid 500); 29 Jun 2006 13:57:13 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 54018 invoked by uid 500); 29 Jun 2006 13:57:12 -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 54006 invoked by uid 99); 29 Jun 2006 13:57:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jun 2006 06:57:12 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of justin.erenkrantz@gmail.com designates 66.249.92.171 as permitted sender) Received: from [66.249.92.171] (HELO ug-out-1314.google.com) (66.249.92.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jun 2006 06:57:12 -0700 Received: by ug-out-1314.google.com with SMTP id m3so358848uge for ; Thu, 29 Jun 2006 06:56:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=RVnUufMOUU8bET19uBqHNDOHeb7O9yGwGbXBFtgH5cgZNv8AZuQ6KGn5AYJwrzWSEPZ9Y4zvNEY8Zp3gmostZjhnUiTheR45BxpjnckBs/jCM+CYhwoohxdn+1GZQqosoQCvtrryls4L+UaX7Z7uBw/gWxBK7QxvQ1cgX6xm1As= Received: by 10.67.29.12 with SMTP id g12mr1929894ugj; Thu, 29 Jun 2006 06:56:50 -0700 (PDT) Received: by 10.66.248.3 with HTTP; Thu, 29 Jun 2006 06:56:50 -0700 (PDT) Message-ID: <5c902b9e0606290656y59635b70y89cb088a428d0925@mail.gmail.com> Date: Thu, 29 Jun 2006 14:56:50 +0100 From: "Justin Erenkrantz" Sender: justin.erenkrantz@gmail.com To: "William A. Rowe, Jr." Subject: Re: [PROPOSAL/PATCH] add ssl sockets Cc: "Mads Toftum" , dev@apr.apache.org In-Reply-To: <449DB4D0.9080908@rowe-clan.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <449D13FA.4010102@jetnet.co.uk> <449D86E7.3020403@rowe-clan.net> <20060624200538.GB8412@cr> <449DB4D0.9080908@rowe-clan.net> X-Google-Sender-Auth: 1ae7d65fbeb65e0c X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 6/24/06, William A. Rowe, Jr. wrote: > If you must use BIO's, why are you trying to use apr? Why not use the lib > directly when it serves your application to do so? BIO's are good for exactly when you are using APR. mod_ssl and Serf both leverage BIOs extensively so that the underlying APR network infrastructure can be used. -- justin