From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3E4C385D.9060805@ameritech.net> From: northern snowfall User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:0.9.4.1) Gecko/20020518 Netscape6/6.2.3 MIME-Version: 1.0 To: 9fans@cse.psu.edu Subject: Re: [9fans] Speaking of routing.... References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 13 Feb 2003 19:29:17 -0500 Topicbox-Message-UUID: 5e677906-eacb-11e9-9e20-41e7f4b1d025 Just random thought, has anyone played with the concept of a stackable bind? i.e. instead of /net.alt bound over /net so that accessing /net/cs always thunks /net.alt/cs, make it so thunk one in the target dir accesses the top of the LIFO (/net.alt/cs), then, the successive thunk would access the lower object: the true /net/cs. This would generate a multidimensional file system rather than solely a linear. There could be fs calls for resetting the LIFO, somehow.. Just a thought. Don