From owner-freebsd-questions Tue Oct 7 07:54:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA01393 for questions-outgoing; Tue, 7 Oct 1997 07:54:11 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA01388 for ; Tue, 7 Oct 1997 07:54:09 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id HAA10619; Tue, 7 Oct 1997 07:56:00 -0700 (PDT) Message-Id: <199710071456.HAA10619@implode.root.com> To: "Evan Champion" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Version with good mmap()? In-reply-to: Your message of "Tue, 07 Oct 1997 08:45:09 EDT." <01bcd31e$d89a4600$513654c7@cello.synapse.net> From: David Greenman Reply-To: dg@root.com Date: Tue, 07 Oct 1997 07:56:00 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Does 2.2.1 or 2.2.5-BETA have a good mmap() (ie: fully functional, good >performance) or if not does 3.0-current? The version in 2.2.x and 3.x should be fully functional - I don't know of any problems with it. >I seem to recall reading at some point that the mmap() in earlier releases >wasn't quite up to scratch, but I can't remember which version was >recommended. I'm moving a server to FreeBSD which has a very heavy >dependence on very large size/quantity mmap()'s. The only problem had to do with syncing modified information back to the file, but I haven't heard of any problems with this in a long time. >Also, does FreeBSD's mmap() require swap to back up the maps? For mapped files, no. The data is backed by the file. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project