From owner-freebsd-questions Sat May 11 16:13:00 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA00674 for questions-outgoing; Sat, 11 May 1996 16:13:00 -0700 (PDT) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id QAA00661 for ; Sat, 11 May 1996 16:12:57 -0700 (PDT) Received: (from root@localhost) by dyson.iquest.net (8.7.5/8.6.9) id SAA01491; Sat, 11 May 1996 18:12:46 -0500 (EST) From: "John S. Dyson" Message-Id: <199605112312.SAA01491@dyson.iquest.net> Subject: Re: inn & mmap To: mrcpu@cdsnet.net (Jaye Mathisen) Date: Sat, 11 May 1996 18:12:46 -0500 (EST) Cc: craig@ProGroup.COM, questions@FreeBSD.ORG In-Reply-To: from "Jaye Mathisen" at May 11, 96 03:44:56 pm X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Hmmm, I thought there was a consensus that something was flaky if the > active file changed size via newgroup/rmgroup messages with MMAP. > > If I turn off all newgroup/rmgroup processing, then I have 0 problems with > the FreeBSD mmap. If I process newgroup/rmgroups, I have problems. Leads > me to believe something flaky there. > I am wondering if someone has some code to emulate the innd active file processing. I have tried to mimick the problem with my own code, to no avail. Maybe I'll look into it again soon... I have heard of other OSes (incl. AIX) having the problem. I cannot see a problem in the innd source code though. There must be a very subtile problem with timing in our VM system??? I don't know... (YET :-)). John