Slashdot Mirror


Sun Enters Grid-Computing Rental Market

mOoZik writes "BBC News is reporting that Sun Microsystems has launched a pay-as-you-go service which will allow customers requiring huge computing power to rent it by the hour. "Why build your own grid when you can use ours for a buck an hour?" asks Sun's COO Jonathan Schwartz."

23 of 275 comments (clear)

  1. $1 per CPU hour by Bryan+Ischo · · Score: 5, Insightful
    Note that the cost is $1 per CPU hour. This means that if your application uses 1,000 CPUs, it will cost you $1,000 per hour. Since the target applications are large problems that are not easy to solve without huge CPU resources, the cost for most applications will be quite a lot.

    And yet, it will probably be very cost effective for certain applications, where the cost of building and maintaining your own computing grid would be prohibitive.

    Somehow the thought of the world moving back towards "mainframe" style computing with truly "central processors" and everyone with a terminal in their home is comforting in a nostalgic sort of way.

    1. Re:$1 per CPU hour by carpe_noctem · · Score: 4, Funny

      Damn, I was just about to host a 1,000 person q3a tourney for a cool 50$. =/

      --
      "Quoting famous computer scientists out of context is the root of all evil (or at least most of it) in programming." - K
    2. Re:$1 per CPU hour by Wiz · · Score: 3, Funny

      I can see where this is going.....

      1. Charge $1 per hour of CPU time on your cluster.
      2. Lower the speed of your processors.
      3. Runtime of tasks increase. So your $1 does less.
      4. PROFIT!!!!

      Cool, no ???? step! :)

    3. Re:$1 per CPU hour by macklin01 · · Score: 3, Informative

      Indeed!

      Our research group recently bought a small cluster (around 40 processors), and as the project moved forward, it found that finding a good place to put it with sufficient cooling and power infrastructure was quite a bit more costly than originally assumed.

      The idea of renting a lot of computing power without bothering with these issues is very attractive. -- Paul

      --
      OpenSource.MathCancer.org: open source comp bio
  2. Woo-hoo! by Saint+Aardvark · · Score: 4, Funny

    Eat my SETI@Home dust!

  3. Beow....wait a minute by anakin876 · · Score: 3, Interesting

    imagine a beowulf cluster of these.....oh wait it is already a grid. hmmm. Actually this could be really cool. I wonder how many companies will want to use it though. I think the security concerns (handing Sun your information, the possibility of someone else recovering the information at a later date and so on) may scare some companies off.

    1. Re:Beow....wait a minute by Anonymous Coward · · Score: 3, Insightful

      Good for movies too. Building a rendering cluster each time you make a movie is expensive.

  4. Doesn't seem effecient by adamruck · · Score: 3, Insightful

    Isn't the point of super computers, and clusters to do something really fast. This means having a custom system, and custom code, custom network setup, etc, for your problem.

    If you can solve your problem in an hour anyway, I dont think its worth the time to have a grid computer do it. You might as well just run it on your own system, however big.

    --
    Selling software wont make you money, selling a service will.
    1. Re:Doesn't seem effecient by Roadkills-R-Us · · Score: 3, Interesting

      This means having a custom system, and custom code, custom network setup, etc, for your problem.

      Not true at all. Supercomputers have been used like the Sun Grid will be used for years. Theyve simply never been quite this cheap.

      Even with custom software, you can develop it on a much smaller grid (two computers), develop your data set, then copy it all to Sun's grid and run it with the real data. Again, this has been done for decades with old style supercomputers.

      I recall developing a FORTRAN program on my university's Cyber (early 1980s) on my personal account (we got a certain amount per quarter to do whatever we wanted with), then running it with the full data set on an IBM mainframe through a timesharing company for my customer. This paid for a quarter or two of schooling. 8^)

  5. "Why build one?" by dilvish_the_damned · · Score: 5, Insightful

    "Why build your own grid when you can use ours for a buck an hour?"
    So I can charge 90 cents an hour.

    --
    I think you underestimate just how much I just dont care.
  6. Odd Currency Exchange by geomon · · Score: 4, Funny

    "Why build your own grid when you can use ours for a buck an hour?" asks Sun's COO Jonathan Schwartz."

    I feel a little wierd paying for my grid computing with venison.

    It must just be me.

    --
    "Rocky Rococo, at your cervix!"
  7. I wonder how much to render a Pixar flick... by PornMaster · · Score: 4, Interesting

    I'd be very interested in knowing how much it would be to render something like a Pixar all-CGI movie on their grid.

    For all those who keep asking about cost-effectiveness... don't forget that when you rent from a utility grid, you don't have to worry about obsolescence - it's someone else's problems. You're not throwing out a bunch of P3s because P4s are available and better price/performance when the second project comes along. Renting CPU time is an operating expense. Running your own compute grid is both an operating and a capital expense.

  8. It's too expensive. by sbaker · · Score: 3, Insightful

    I can buy a pretty decent computer with a modern CPU and lots of RAM for under $500 - maybe as little as $300.

    So unless I need my results very soon after posing the problem, I'm better off spending $500 bucks on a PC and running my problem for 20 days than I am buying 500 CPU-hours from Sun and getting the answer back very quickly.

    But Sun must have to schedule their system - and you have to go through the grief of sending your program to them, getting it to work on their grid, paying for it, etc, etc. So you know it's not going to be available on-demand, *instantly* - so you might have to wait several hours before they can schedule your task. This facility is only going to be useful for things that would take an eternity to run on a single PC.

    Even if I need the results quickly, unless this is a one-time problem, I'd be better off buying a pile of cheap PC's than using Sun's facility. If I need to run a 100 CPU/hour problem often, I can justify buying a $10,000 20 PC cluster for just 100 runs.

    Bun if Sun's niche is big problems whose results are needed quickly *AND* which are not run frequently - then there is still a problem because you just know it's going to be quite a bit of grief to get your code ported over to Solaris (or whatever they are running) - to get your data onto their disk drives - to get the results back. If you only run this program once - then that overhead will kill you - and you'd *still* be better off buying your own systems.

    FWIW: IBM offer a very similar service - with very similar problems over pricing.

    --
    www.sjbaker.org
    1. Re:It's too expensive. by Necroman · · Score: 4, Informative

      I've done some work in the HPC (High Performance Computing) field, and for a lot of the applications in research, you only need that much CPU power once. I did some coding that I had run on NERSC, and I can see the use of this for private companies (NERSC is owned by the Department of Energy).

      This is what I've seen of people doing research type work. The researchers will have a smaller cluster always available to then (2 to 16 node setup), that they use for all their initial development of the application. But when they need to run the program for real, doing their full calculation, they would farm it out to some big system like NERSC. The scheduling systems these kinda of systems have tend to do a really good job at scheduling workloads, and the wait tends to be minimal.

      I think this is a good idea for companies that don't want to build their own grid. The cost of the computers might not be a lot, but if you have an application that requires a lot of communication between systems, you need a really good interconnect system (such as InfiniBand) cost a lot of money to setup. You could spend as much on a good interconnect system as you do on all your computers, if not more.

      --
      Its not what it is, its something else.
  9. If you can't sell it, rent it by gUmbi · · Score: 3, Funny

    So Sun's finally found a use for all of their spare inventory.

    It's funny how old ideas become new again though...Is Jonathon Schwartz/Sun trying to become the new Ross Perot/EDS?

    1. Re:If you can't sell it, rent it by Animats · · Score: 4, Insightful
      So Sun's finally found a use for all of their spare inventory.

      That sounds about right. Scientific time sharing hasn't been a good business model since 1980. If you need heavy compute power, you get your own cluster. If there was a viable business model in this space, hosting companies would be selling this as a service. They already have the right infrastructure.

      For a while, it looked like commercial render farms might be a viable business. But today's stats at ResPower read "Running frames: 3, Waiting frames 0", so only 3 of their 500+ computers are active right now.

      The "use spare cycles on other people's PCs" model works fine, if you're a spammer or an adware/spyware company. But nobody seems to be paying out money to home users for spare cycles.

  10. Sun offers energy by the hour by GillBates0 · · Score: 4, Funny
    Sun offers energy by the hour

    The Sun has launched a pay-as-you-go service which will allow customers requiring huge solar power to rent it by the hour.

    Solar power costs users $1 (53p) for an hour's worth of light and heating power on land covered by Sun.

    So-called fusion reaction is the latest buzz phrase in a solar system which believes that solar energy is as important a commodity as hardware and software.

    The Sun likened fusion reactions to the development of electricity.

    'Buck an hour'

    The system could mature in the same way utilities such as electricity and water have developed, said the Sun.

    "Why generate your own power when you can use ours for a buck an hour?" he asked in an address launching Sun's quarterly solar eclipse event in the center of the Solar System.

    The star will have to persuade the entire galaxy to adopt a new model but it said it already had interest from planets in the milkyway, andromeda and B53 stellar clusters.

    Some of them want to book capacity of more than 5,000 TeraWatts each, Sun said.

    Mr Sun ran a demonstration of the service, showing how fusion could be performed on elements.

    Hundreds of atoms were fused simultaneously, generating energy for a few seconds each.

    Sigh....too much time and an agile mind.

    --
    An Indian-American Hindu committed to non-violent thought/speech/action alarmed by the global explosion of radical Islam
  11. Re:Interesting to see the future... by k98sven · · Score: 4, Insightful

    I wonder what will happen to this technology. It does seem like it could be useful for a number of applications (university research, for example).

    Actually, I think corporate research would be much more of a market. For one, if you have an academic department doing the kind of research which requires heavy computing, then their need is probably going to be pretty constant, and you'll be better off building your own grid. And the ones who don't need that power on a day-to-day basis are usually picking up the slack on the university grids. Academia has a long and established tradition of collaboration and pooling common resources, from telescopes to particle accelerators.

    Corporate research is a better target, where you might, for instance, need big computational resources for a certain project or contract, but not on a day-to-day basis.

  12. This is so retro! by jhobbs · · Score: 4, Insightful

    The Seventies came back in fashion, why not in computing.

  13. What's with all the stock pictures? by gotr00t · · Score: 3, Interesting
    Does anyone notice how on the BBC article, both the pictures on the page have almost nothing to do with the article itself? The picture of a guy in a lab coat taking his glasses off is kind of a stretch, and the other picture, some old IC's, is totally irrelevant, considering the caption is about how sun offers tons of computing power, and virtually no modern microprocessors have the DIP package anymore.

    I think that BBC should stop using stock images if they don't actually have images that pretain to the story. I mean, this isn't some high school jornalism class.

  14. Re:Because its Sun... by CommieOverlord · · Score: 3, Insightful

    Then those businesses/institutions didn't their research. No, this isn't effective (for cost or other reasons) for all cases, but there are some cases where it will be. You can't blame Sun if customers failed to go with the solution that best suited their needs.

  15. One dollar per hour, Jesus. by alw53 · · Score: 3, Interesting



    I can remember blowing $200 per minute on the Univac 1108 at Georgia Tech, when my program got into an infinite loop.

  16. Re:Because its Sun... by LurkerXXX · · Score: 3, Insightful
    Only if they are going to make good use of your own system. For others Sun's deal will be very cost effective.

    Suppose you do some fancy quarterly statistics/forcasting analysis that take 20 hours on that 1,000 CPU cluster( which would have taken you 833 days to run on a single CPU machine). That might be your only major need for intense CPU power.

    That's when you want to use these clusters. For the price of $20,000 each quarter you can avoid the cost of a 1000 cpu cluster (which will be several hundred thousand dollars at least), plus building space, maintenance, cooling, power, administration cost, etc, etc, etc. Plus SUN will likely be upgrading their clusters regularly, and that would be an additional cost to you to keep upgrading your own cluster. Sun's deal makes a lot of sense for occasional use high intensity jobs.

    If you have enough researchers doing enough things to keep one busy most of the time, then yes, you are right, it would be cost effective to build your own. But there are going to be a lot of places that don't have such a high continual need.