From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Wed, 15 Aug 2012 16:17:28 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: <20120815200949.4628BB85B@mail.bitblocks.com> References: <20120803171847.GA2720@polynum.com> <501D12A1.1060906@yahoo.fr> <20120804152016.GB433@polynum.com> <20120805173639.GA395@polynum.com> <20120815173327.GA424@polynum.com> <20120815200949.4628BB85B@mail.bitblocks.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Multi-dimensional filesystem Topicbox-Message-UUID: a9c25c84-ead7-11e9-9d60-3106f5b1d025 > x = open("a/b/c", mode) > > can yield a vector of file descriptors! Leaving component > interpretation to the current node makes this a very dynamic > and powerful system (for example, one can think of a node that > maps to a list of network nodes -- so something like > > echo "date" > /net/my-nodes/foo > chmod +x /net/my-nodes/foo > /net/my-nodes/foo one would think that a distributing file server would be a better abstraction as the normal tools could be brought to bear on the problem. - erik