Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 25704 invoked by uid 6000); 21 Oct 1999 18:26:30 -0000 Received: (qmail 25661 invoked from network); 21 Oct 1999 18:26:26 -0000 Received: from server1.jetnet.co.uk (194.73.252.30) by taz.hyperreal.org with SMTP; 21 Oct 1999 18:26:26 -0000 Received: from godzilla (godzilla.jetnet.co.uk [192.168.26.10]) by server1.jetnet.co.uk (8.9.3/8.9.3) with SMTP id TAA95622 for ; Thu, 21 Oct 1999 19:25:38 +0100 (BST) Message-ID: <005801bf1bf1$a030bc40$0a1aa8c0@jetnet.co.uk> From: "David Reid" To: Subject: APR_MMAP Date: Thu, 21 Oct 1999 19:25:10 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org I'll commit the apr_mmap.h file that I forgot last night (would have done it earlier but was grabbed for a Marseille). A couple of questions that I have no real preference over... In apr_send_mmap do we want to 1) simply have it send the entire file every time it's called 2) be able to specify how much of a file should be sent I guess it boils down to how we're goign to be using the call in the apache code. The same question applies to the apr_read_mmap. I'm asking before I code so as to avoid changing everything later (just call me lazy :-)) david