From dev-return-20046-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Wed May 07 13:15:22 2008 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 49013 invoked from network); 7 May 2008 13:15:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 May 2008 13:15:21 -0000 Received: (qmail 43452 invoked by uid 500); 7 May 2008 13:15:22 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 43266 invoked by uid 500); 7 May 2008 13:15:20 -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 43255 invoked by uid 99); 7 May 2008 13:15:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 May 2008 06:15:20 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [209.133.199.10] (HELO jimsys.jaguNET.com) (209.133.199.10) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 May 2008 13:14:34 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by jimsys.jaguNET.com (Postfix) with ESMTP id B28701508763; Wed, 7 May 2008 09:14:30 -0400 (EDT) Cc: dev@httpd.apache.org Message-Id: <2EA94233-5650-4168-9071-EE9B4B451C86@jaguNET.com> From: Jim Jagielski To: APR Developer List In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: sendfile in darwin Date: Wed, 7 May 2008 09:14:30 -0400 References: <48209AFD.9030604@rowe-clan.net> X-Mailer: Apple Mail (2.919.2) X-Virus-Checked: Checked by ClamAV on apache.org Just a quick FYI: Simply using the FreeBSD logic flow for sendfile (ie: adding || defined(DARWIN) and pulling out the existing DARWIN-specific section) clears up the problems I saw with the getfile tests... So I guess I need to dig deeper on this... BTW: This is on OS X 10.5.2 (Darwin 9.2.2) On May 6, 2008, at 4:20 PM, Jim Jagielski wrote: > I should have some cycles to dig deeper on this tomorrow... >