From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Mon, 4 Oct 2004 08:39:15 -0400 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] acme mail "feature" In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: Topicbox-Message-UUID: ec935f9a-eacd-11e9-9e20-41e7f4b1d025 > I implemented a fileserver that opened/read/write files that it was serving > itself > using the system calls. > I suppose this is folly. But is it called recursion? It's called deadlock unless you're really careful, which I guess you were. Russ