Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 55846 invoked by uid 500); 11 Nov 2001 04:55:24 -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: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 55835 invoked from network); 11 Nov 2001 04:55:24 -0000 Date: Sat, 10 Nov 2001 20:50:49 -0800 From: Brian Pane Subject: mmap_setaside? To: dev@httpd.apache.org Message-id: <3BEE03A8.7070006@pacbell.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5) Gecko/20011012 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Is anybody working on modifying mmap_setaside so that it doesn't have to memcpy the file contents? (I recall this being an issue a while ago.) This could yield a small but measurable improvement on requests that aren't handled using sendfile --Brian