Earlier quoted context omitted.
Why didn't Plan9 catch on/pan out mainstream?
The power of closed source...
LegoOS: A Disseminated, Distributed Operating System
81–83 of 83 posts
Re: LegoOS: A Disseminated, Distributed Operating System
#82Earlier quoted context omitted.
The proper term is Lego elements, not bricks.
Never that term, but that seems like it is even less likely to be used than "bricks."
If I heard "lego elements" I would guess that it was a new line, like Lego Mindstorms or whatever. I'd think "lego pieces" would be the more realistic thing to expect people to say.
But I'm still gonna call them "legos". And yes me and my daughter have more legos than just about anyone. :)
Re: LegoOS: A Disseminated, Distributed Operating System
#83So, actually reading the paper. What it appears that they are doing is blowing up the concept of a 'server' entirely, and replacing the system bus with network. So you can have a bunch of 'servers' racked together which create a pool of cpus, ram, storage, and so on, all of which are connected by the network. And then they pull from this pool of resources to create vNodes which are like virtual machines. I like the i…
> What it appears that they are doing is blowing up the concept of a 'server' entirely, and replacing the system bus with network. So you can have a bunch of 'servers' racked together which create a pool of cpus, ram, storage, and so on, all of which are connected by the network. And then they pull from this pool of resources to create vNodes which are like virtual machines. Sounds to me a lot like a Beowulf cluster,…