Slashdot Mirror


Towards a World Wide Grid?

Roland Piquepaille writes "In recent months, the concept of 'cloud computing' was all the buzz. European researchers think about another name, the World Wide Grid, which could run on top of the Internet. In an article to appear soon, ICT Results will report about the g-Eclipse project. As the scientists said, 'the g-Eclipse project aims to build an integrated workbench framework to access the power of existing Grid infrastructures. The framework will be built on top of the reliable eco-system of the Eclipse community to enable a sustainable development.' The project started in July 2006 and was successfully completed in June 2008 for a total cost of €2.5 million, including a EU contribution of €1.96 million."

17 of 105 comments (clear)

  1. huh? by mrfriendly · · Score: 2, Insightful

    I'm a comp sci nerd, but I didn't get anything from the summary. I'm definately not going to read the article.

    1. Re:huh? by penginkun · · Score: 2, Funny

      I'm not sure how you failed to understand the summary. It was fully buzzword-compliant.

    2. Re:huh? by smallfries · · Score: 4, Funny

      I only got as far as:

      Roland Piquepaille writes:

      That was enough for me

      --
      Slashdot: where don knuth is an idiot because he cant grasp the awesome power of php
    3. Re:huh? by Z00L00K · · Score: 2, Funny

      A world wide grid makes me think about that old science fiction story where the grid finally is connected and the first question someone asks is:
      "Is there a God"

      And gets the answer:
      "Now there is"

      (Reservations for the accuracy in my quotes)

      Not that it's likely right now. But if there is a world-wide grid then there is in theory an awful lot of computing power available. It's interesting to see what can be done with such a solution.

      --
      If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
  2. A threat to America by Anonymous Coward · · Score: 3, Funny

    These Italian schemes are a threat to America and everything Americans hold dear: our children, our base-ball parks, and our Hot Dogs. I say that these "nets" should be banned from the American intern net for security and moral purposes.

  3. A New Buzz-phrase is Borne Unto the World by 14erCleaner · · Score: 4, Informative

    If you google "integrated workbench framework" (in quotes), all of the 250-something results seem to refer to this project.

    --
    Have you read my blog lately?
    1. Re:A New Buzz-phrase is Borne Unto the World by rfelsburg · · Score: 2, Funny

      Since it seems pretty clear the whole point of TFA was to draw attention to this project, kind of like free advertising I figure I'll just jump on the bandwagon.

      This random troll/advertisment brought to you by the Dangerologists makers of Lemonandkarl.com

      /randombuzzword Compu-Global-Hyper-Mega-Net is the wave of the future

  4. "Grid" = "design by committee"? by dkegel · · Score: 5, Insightful

    I am not a cloud expert, but: Anything with "grid" in it makes me think "designed by committee" and "sucks"... and the fact that the effort described in TFA was funded by the EU doesn't make me feel any better about it. Maybe it would make more sense to wait until something like Hadoop takes over the world, then just standardize existing practice. (Apologies to my friends in the grid world.)

    1. Re:"Grid" = "design by committee"? by scheme · · Score: 4, Informative

      Anything with "grid" in it makes me think "designed by committee" and "sucks"... and the fact that the effort described in TFA was funded by the EU doesn't make me feel any better about it. Maybe it would make more sense to wait until something like Hadoop takes over the world, then just standardize existing practice.

      Hadoop doesn't work well for quite a few workloads like those handled by seti@home or boinc. Grids like TeraGrid, OSG, and EGEE are certainly working right now and doing real significant amounts of real work.

      Yes, quite a bit of these grids are designed by committee but it's something that needs to be done in order to let people drop jobs onto a random cluster and expect it to work.

      E.g. suppose you send a job to a cluster, how do you where your data and program will be, what sort of execution limits are there (can your job run for 4 hours,10 hours, 24, more?), which directories are locally mounted and available for holding temporary data, where and how do you transfer your 80GB of data, etc. All of these info needs to be advertised in a easily parsed format otherwise the grid becomes useless.

      --
      "When you sit with a nice girl for two hours, it seems like two minutes. When you sit on a hot stove for two minutes, it
    2. Re:"Grid" = "design by committee"? by ShakaUVM · · Score: 2, Informative

      >>and the fact that the effort described in TFA was funded by the EU doesn't make me feel any better about it.

      This is hardly new stuff. The term Grid was coined in... hang on, lemme check my Grid textbook from 1999, it's holding up my Linux monitor... well, hmm, it doesn't say when it was coined, but I found a reference from at least 1997. In any event, instrumentation of Grids has been one of the four major areas in the field for a long time. When I was at the San Diego Supercomputer Center as a grad student (specializing in HPC), I knew various people working on it, including some of my lab mates.

      While this piece of software in the TFA looks vaguely interesting, I don't think it looks particularly revolutionary at all.

      I think what's throwing off most people here on Slashdot is the term World Wide Grid, which is exactly the same thing as The Grid, as The Grid has always been an (amorphous) hetereogenous worldwide cluster running via various software layers. I guess if you've never looked at Grid Computing before (as apparently Ronald Picquepalle hasn't), the concept is kind of neat, but this package is pretty non-revolutionary. Just a GUI for resource discovery packages.

  5. Total lack of understanding... by girlintraining · · Score: 3, Interesting

    This will not work for most consumer applications. You want to play a video game -- you can't 'outsource' that processing to a grid because of latency -- in the time it takes to submit the raw data and get a result back, your system could have done it locally. It might work for complex photoshop filtering where the user might have to wait a few seconds to a minute. It would certainly be nice for transcoding video. In short, "grid" computing is good for non-interactive (batch) tasks. Most consumers have little need of this. It's far more useful for commercial enterprise.

    Not only is there a latency issue, but there's a bandwidth issue -- a really big one. Very few people have a fiber link to the internet and unlimited bandwidth. And there's a lot of businesses out there that want to have it stay that way. Comcast comes to mind as internet equivalent of OPEC -- except instead of barrels we've got gigabytes. It's an artificial market, but until the infrastructure is radically modified, grid computing is only going to be happening between large data centers made for and run by commercial business. And by the time the bandwidth issue is "solved", grid computing might be meaningless because the hardware will be so much faster and storage space so much more plentiful that there's little justification for Joe Average.

    --
    #fuckbeta #iamslashdot #dicemustdie
    1. Re:Total lack of understanding... by smallfries · · Score: 3, Funny

      Total lack of understanding indeed.

      It's almost as if there are applications outside the domain that you describe, for which this would be useful. And as if this is not being aimed at consumers at all.

      Tsk tsk.

      --
      Slashdot: where don knuth is an idiot because he cant grasp the awesome power of php
    2. Re:Total lack of understanding... by bluie- · · Score: 2, Interesting

      You're right that for an individual trying to do something that individuals usually do this would be pretty worthless. I don't really see how most commercial entities would benefit either. Where it can be extremely useful is in science, and math.

      Maybe I'm misunderstanding your point, but it seems to me that this could be useful for any job that can be broken into smaller parts. Maybe a task would create so many parts that a single computer would take years to complete them all. That's where I see grid computing making sense. It's like all the systems in the world are a single processor and each individual system is a separate core capable of running a thread.

      --
      life is a tragedy to those who feel, and a comedy to those who think
  6. Interplanetary cluster? by Toe,+The · · Score: 5, Funny

    Imagine a beowulf cluster of those.

    (Man, isn't everyone tired of that joke by now? Oh, you are? Sorry.)

  7. World Wide Grid by actionbastard · · Score: 4, Funny

    Could this be Web 3.0?

    --
    Sig this!
  8. A target waiting to be sued by burgundysizzle · · Score: 3, Interesting

    From the article:

    Where the internet is a communications channel between computers, the grid goes beyond this by not just using the internet for communications but also as a means of sharing computing resources. Every computer and user can access and make use of the combined resources of the grid.

    And just how long will it be before someone decides to create a WWG application that uses it as one vast storage pool of copyrighted material with distributed indexing of the contents and the RIAA, MPAA, ... of the world sue the whole thing into non-existance or buy laws to make it a criminal offence to run it?

    Structured correctly you wouldn't know who was adding to it or downloading data from it. After all a download would be just be a request to replicate a bit more data making a vastly distributed virtual filesystem a bit more redundant. You may not even be able to tell if it was someone making a request to make a local copy or the software automatically increasing storage redundancy of static data (assuming that there's no logging).

  9. Do we really need this? by Brett+Howard · · Score: 3, Insightful

    Now granted its a really cool idea and its even quite handy for organizations who need more power. There have been times when I'm sitting at work running an FPGA simulation and I click the go button and go for a walk.

    At home reading some news doing some simple development and hell even compiling a new kernel here and there I'm generally happy with the speed of my laptop. Hell I'm even contemplating giving up some speed in exchange for portability so long as I don't have to skimp on resolution.

    Much of the world is already in a power crunch. Not only a power crunch but a fuel crunch in general. So when we decide that gas is too expensive and we all start plugging our cars into the grid the problem gets even worse. Can you imagine if ALL of the world's computers hit 100% usage all the time so they could constantly be servicing who ever needed resources at the moment?

    Laptop's probably wouldn't want to opt into this network for the huge hit they'd take in battery life. Not to mention the increased bandwidth requirements needed for what most users consider background tasks.