9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] Re: new release?
@ 2004-02-25 21:18 Noah Evans
  2004-02-25 21:27 ` ron minnich
  0 siblings, 1 reply; 7+ messages in thread
From: Noah Evans @ 2004-02-25 21:18 UTC (permalink / raw)
  To: 9fans

http://www.cs.bell-labs.com/9grid/

----- Original Message -----
From: David Tolpin <dvd@davidashen.net>
Date: Wednesday, February 25, 2004 4:13 pm
Subject: Re: [9fans] Re: new release?

> > personally, i like the simplicity and elegance of
> > plan9, so i use it and develop for it when i have time.
> >
>
> OK, are there development efforts of general interest closely
> related to plan9? Is there a list anywhere? Many, if not most,
> projects mentioned on Wiki I sleeping.
>
> David
>



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] Re: new release?
  2004-02-25 21:18 [9fans] Re: new release? Noah Evans
@ 2004-02-25 21:27 ` ron minnich
  2004-02-25 22:27   ` [9fans] task bag file system (was: Re: new release?) Axel Belinfante
                     ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: ron minnich @ 2004-02-25 21:27 UTC (permalink / raw)
  To: 9fans

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] task bag file system (was: Re: new release?)
  2004-02-25 21:27 ` ron minnich
@ 2004-02-25 22:27   ` Axel Belinfante
  2004-02-25 22:41     ` ron minnich
  2004-02-25 22:56   ` [9fans] Re: new release? Charles Forsyth
  2004-02-26  6:23   ` boyd, rounin
  2 siblings, 1 reply; 7+ messages in thread
From: Axel Belinfante @ 2004-02-25 22:27 UTC (permalink / raw)
  To: 9fans

ron wrote:

> I have run a distributed radiation transport problem on the 9grid
[...]
> I wrote a simple task bag file system (ripped-off ramfs)
> to support the app.

Have you something written down about this, somewhere?

I think I recall seeing something about 9grid related
papers in the works or even already submitted, but I'm
sorry I forgot the details including who was doing them.

Axel - who is just trying to learn
(I have been thinking a bit about how I would
 try to do that, up to making a sketch of an
 idea that however never made it to the 9grid
 list -- seeing how far or close that idea was
 to something that actually has been running
 on the 9grid would be interesting for me)


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] task bag file system (was: Re: new release?)
  2004-02-25 22:27   ` [9fans] task bag file system (was: Re: new release?) Axel Belinfante
@ 2004-02-25 22:41     ` ron minnich
  0 siblings, 0 replies; 7+ messages in thread
From: ron minnich @ 2004-02-25 22:41 UTC (permalink / raw)
  To: 9fans

On Wed, 25 Feb 2004, Axel Belinfante wrote:

> Have you something written down about this, somewhere?

no, I have to write it up and get the code released. On the to-do list but
all this takes some time. It's a trivial patch to ramfs.

ron



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] Re: new release?
  2004-02-25 21:27 ` ron minnich
  2004-02-25 22:27   ` [9fans] task bag file system (was: Re: new release?) Axel Belinfante
@ 2004-02-25 22:56   ` Charles Forsyth
  2004-02-26  0:17     ` Taj Khattra
  2004-02-26  6:23   ` boyd, rounin
  2 siblings, 1 reply; 7+ messages in thread
From: Charles Forsyth @ 2004-02-25 22:56 UTC (permalink / raw)
  To: 9fans

>>Globus will never get to where Plan 9 is now.

ah, but Globus has frequent release number increments
because Globus is frequently changing (incompatibly)
so that must be better, surely.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] Re: new release?
  2004-02-25 22:56   ` [9fans] Re: new release? Charles Forsyth
@ 2004-02-26  0:17     ` Taj Khattra
  0 siblings, 0 replies; 7+ messages in thread
From: Taj Khattra @ 2004-02-26  0:17 UTC (permalink / raw)
  To: 9fans

> ah, but Globus has frequent release number increments
> because Globus is frequently changing (incompatibly)
> so that must be better, surely.

yep, the Beatles actually predicted this a long time ago:

    I've got to admit it's getting better (better)
    A little better all the time (it can't get no worse)


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] Re: new release?
  2004-02-25 21:27 ` ron minnich
  2004-02-25 22:27   ` [9fans] task bag file system (was: Re: new release?) Axel Belinfante
  2004-02-25 22:56   ` [9fans] Re: new release? Charles Forsyth
@ 2004-02-26  6:23   ` boyd, rounin
  2 siblings, 0 replies; 7+ messages in thread
From: boyd, rounin @ 2004-02-26  6:23 UTC (permalink / raw)
  To: 9fans

> Now if we can solve the messier problems we'll be there.

we're workin' on it ...



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-02-26  6:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-25 21:18 [9fans] Re: new release? Noah Evans
2004-02-25 21:27 ` ron minnich
2004-02-25 22:27   ` [9fans] task bag file system (was: Re: new release?) Axel Belinfante
2004-02-25 22:41     ` ron minnich
2004-02-25 22:56   ` [9fans] Re: new release? Charles Forsyth
2004-02-26  0:17     ` Taj Khattra
2004-02-26  6:23   ` boyd, rounin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).