From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] authorization schemes (was CORBA) From: "rob pike" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20011001121653.3DC8F19A3D@mail.cse.psu.edu> Date: Mon, 1 Oct 2001 08:16:50 -0400 Topicbox-Message-UUID: f843bbd6-eac9-11e9-9e20-41e7f4b1d025 Copy on write is easy on a uniprocessor. It gets nastier on a multiprocessor. Our solution was to switch to copy on reference on the MP. -rob