Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 51272 invoked from network); 7 May 2008 13:25:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 May 2008 13:25:48 -0000 Received: (qmail 56020 invoked by uid 500); 7 May 2008 13:25:46 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 55958 invoked by uid 500); 7 May 2008 13:25:46 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 55947 invoked by uid 99); 7 May 2008 13:25:46 -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:25:46 -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:25:01 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by jimsys.jaguNET.com (Postfix) with ESMTP id F3BA8150884B; Wed, 7 May 2008 09:25:02 -0400 (EDT) Cc: APR Developer List Message-Id: <3B4823DC-C723-47C8-85F6-01C25947728D@jaguNET.com> From: Jim Jagielski To: dev@httpd.apache.org In-Reply-To: <2EA94233-5650-4168-9071-EE9B4B451C86@jaguNET.com> 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:25:02 -0400 References: <48209AFD.9030604@rowe-clan.net> <2EA94233-5650-4168-9071-EE9B4B451C86@jaguNET.com> X-Mailer: Apple Mail (2.919.2) X-Virus-Checked: Checked by ClamAV on apache.org On May 7, 2008, at 9:14 AM, Jim Jagielski wrote: > 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... > Hold on... this may not be correct... double checking