From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <010a01c16621$45306d00$f9b9c6d4@SOMA> From: "Boyd Roberts" To: <9fans@cse.psu.edu> References: Subject: Re: [9fans] Plan 9 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Date: Mon, 5 Nov 2001 18:42:41 +0100 Topicbox-Message-UUID: 14b7b556-eaca-11e9-9e20-41e7f4b1d025 > You can do the same on a _lot_ of Unices, but most of them suffer > from fairly nasty deadlocks around the code handling mmap() over > NFS when server runs on the same box. mmap() should never hit the VFS, but I know why they'd want that. mmap() is just a stupid way to do read() and write().