From mboxrd@z Thu Jan 1 00:00:00 1970 From: ron minnich To: 9fans@cse.psu.edu Subject: Re: [9fans] Re: new release? In-Reply-To: <872236876e24.876e24872236@cwru.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Wed, 25 Feb 2004 14:27:46 -0700 Topicbox-Message-UUID: f61f5c4a-eacc-11e9-9e20-41e7f4b1d025 OK, somebody else mentioned 9grid. I ought to mention that I have run a distributed radiation transport problem on the 9grid, some nodes here, some at bell labs. I wrote a simple task bag file system (ripped-off ramfs) to support the app. Plan 9 showed itself to be the best (only) grid system that let you program the exact same way when resources are local or remote. The task bag is a great way to run problems like this, and it all works no matter where the process is, due to Plan 9 features like Private Name Spaces. Globus will never get to where Plan 9 is now. Now if we can solve the messier problems we'll be there. ron