Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 3 Jan 2003 20:44:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 3 Jan 2003 20:44:49 -0500 Received: from twinlark.arctic.org ([208.44.199.239]:23431 "EHLO twinlark.arctic.org") by vger.kernel.org with ESMTP id ; Fri, 3 Jan 2003 20:44:48 -0500 Date: Fri, 3 Jan 2003 17:53:20 -0800 (PST) From: dean gaudet To: "J.A. Magallon" cc: linux-kernel@vger.kernel.org Subject: Re: TCP Zero Copy for mmapped files In-Reply-To: <20030104004153.GA16238@werewolf.able.es> Message-ID: References: <3E161DFD.AB8D25AE@tin.it> <20030104004153.GA16238@werewolf.able.es> X-comment: visit http://arctic.org/~dean/legal for information regarding copyright and disclaimer. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 634 Lines: 16 On Sat, 4 Jan 2003, J.A. Magallon wrote: > Apache2 uses mmap() to open files ?? > So then there is a reason to include it in my patchset... apache2.x uses sendfile. see the apr library (where you can find sendfile code for linux, freebsd, hpux, aix, mvs, solaris, and windoze...). it might also use mmap in some situations, most likely inherited from 1.x (which uses only mmap). -dean - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/