Slashdot Mirror


Google Running 900,000 Servers

1sockchuck writes "How many servers is Google using? The company won't say, but a new report places the number at about 900,000. The estimate is based on data Google shared with researcher Jonathan Koomey, for a new report on data center power use. The data updates a 2007 report to Congress, and includes a surprise: data centers are using less energy than projected, largely due to the impact of the recession (buying fewer servers) and virtualization."

91 of 127 comments (clear)

  1. How about lower wattage CPUs? by Enry · · Score: 4, Informative

    We've moved from 1U systems with 90-125W systems to blade enclosures with 60W CPUs and also getting 4 or 6 cores per physical CPU rather than 1 or 2. While our HPC cluster core count has increased by a factor of 4 (allowing researchers to do more work), the amount of energy and floor space required did not increase that much at all.

    1. Re:How about lower wattage CPUs? by Skapare · · Score: 1

      ARM for even lower wattage.

      --
      now we need to go OSS in diesel cars
    2. Re:How about lower wattage CPUs? by elsurexiste · · Score: 1

      While our HPC cluster core count has increased by a factor of 4 (allowing researchers to do more work), the amount of energy and floor space required did not increase that much at all.

      How much did it increase, then? Just curious about the efficiency...

      --
      I rarely respond to comments. Also, don't ask for clarifications: a brain and Google are faster, believe me!
    3. Re:How about lower wattage CPUs? by alen · · Score: 2

      and ARM is gimped in that it doesn't support a lot of features x86/x64 does that makes it run so fast compared to ARM

      biggest advantage of ARM is that the SoC includes the GPU and the RAM. this is going away. x64 is now shipping with GPU on board for most CPUs.

    4. Re:How about lower wattage CPUs? by Enry · · Score: 2

      Hard to say. We were already moving to blade servers when we started the expansion. With the previous chassis servers with 90W CPUs, we'd have to get a rack rated at 30KW rather than the standard 20. With the low power CPUs, we can easily fit in a 20KW rack. Our data center folk (who really know the numbers) started to panic when we had a 20KW rack 1/2 full of 1U systems.

    5. Re:How about lower wattage CPUs? by poetmatt · · Score: 1

      uh, I believe we're talking about server situations, not consumers. Having a GPU on an ARM chip or on an X64/x86 chip is a nonsequitur. Or did I miss something here? I fail to see where you come up with this shit considering even Intel is trying to make an ARM chip.. You think they're doing it because supposedly arm doesn't run as well or about having GPU's on the chip? Hint: Intel is shitting their pants over ARM right now.

    6. Re:How about lower wattage CPUs? by Enderandrew · · Score: 3, Informative

      In addition to this, Google runs DC power supplies, with a low-voltage on board battery as opposed to large rack UPS. I've heard they have some innovative tricks for server room cooling as well, but I've never seen confirmation of exactly what they're doing. But Google goes to great lengths to cut down data center power usage.

      --
      http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    7. Re:How about lower wattage CPUs? by tibit · · Score: 1

      They should only worry about enterprise/server market when there's a full featured JVM for ARM. So far, there isn't one.

      --
      A successful API design takes a mixture of software design and pedagogy.
    8. Re:How about lower wattage CPUs? by grimmjeeper · · Score: 2

      GPUs provide substantially faster floating point processing than a general purpose CPU. Putting these new Intel/AMD integrated chips in big iron supercomputers will give research teams orders of magnitude more computing power (for less power and money) than the current CPU-only based offerings.

      As far as Intel trying to make an ARM chip, that's for an entirely different market.

    9. Re:How about lower wattage CPUs? by Desler · · Score: 1

      You do realize that a lot of supercomputing clusters use GPUs for their number crunching, right? So how exactly is it a non sequitur?

    10. Re:How about lower wattage CPUs? by poetmatt · · Score: 1

      GPU clusters and GPU's embedded into processors are not the same. Desktops might have iGPU's but server processors don't. Servers that do GPU clusters use discreet graphics cards, commonly. Why do people associate the two? Do people not really understand that on an 8 processor chip if you have a single integrated GPU (let alone 1 per core) its performance is still going to be shit in comparison to even a cheap discreet graphics card?

    11. Re:How about lower wattage CPUs? by poetmatt · · Score: 1

      putting an integrated graphics chip onto a server cpu is a joke. Even if you put 32 integrated graphics cards onto a single 8 core server cpu, the flops will be shit in comparison to any discreet graphics card which costs orders of magnitude less.

    12. Re:How about lower wattage CPUs? by blacklint · · Score: 1

      Curious: in what way is compiling the OpenJDK for ARM not full featured? Not supported by Oracle? Or are you referring to hardware support / Jazelle?

    13. Re:How about lower wattage CPUs? by grimmjeeper · · Score: 1

      I should have explained myself better. You're thinking about small blade servers doing simple tasks. Sure, for that the GPU is a complete waste. But that's not what I'm talking about. I'm not talking about a computer that's cranking out killer graphics. I'm talking about computers that do "real work" that is seriously floating point intensive. Far beyond what you'd find running on a small server.

      Get that small blade server out of your head. Think big iron. Think supercomputers. Think racks of cards all interconnected to act as one big computer. Think hundreds (or thousands) of individual processors all coordinated to act as one big computer. Now think about putting in a chip that does really fast floating point calculations in place of a general purpose CPU. That's where the GPU becomes useful in the "servers" I'm talking about. If you're a physicist wanting to model a nuclear explosion, you need a lot of floating point calculating power. You need a supercomputer with huge capabilities. Same with the weather service trying to generate weather forecasting. Things like that.

      To do this kind of work with older generation supercomputers (i.e. last year), you were talking about running on a computer full of Intel or AMD x86_64 chips. Now, they do an acceptable job for floating point calculations. But now you can put a different chip in there. Each individual chip comes with a GPU that does floating point calculations much faster than the general purpose CPU by a substantial margin. Instead of a thousand CPUs doing your calculations, you can get a thousand GPUs doing far more calculations. That's where the integrated GPU works well in the "server" environment.

    14. Re:How about lower wattage CPUs? by grimmjeeper · · Score: 1

      Oh, and I forgot one more thing. The newest integrated CPU/GPU from AMD uses the same processor core that goes into the HD6xxx series chips coming from ATI. So, contrary to what you say, the FLOPS are not ". . . shit in comparison to any discreet [sic] graphics card . . ."

    15. Re:How about lower wattage CPUs? by Skal+Tura · · Score: 1

      Single discreet GPU does more work than over 100 dual core & quad core CPUs for the workload i need them for ...

      Integrated GPUs still did about 15 CPUs worth of work for that workload ... That is significant, no matter how you put it.

    16. Re:How about lower wattage CPUs? by ls671 · · Score: 1

      Depends how much numbers you have to crunch. I do not know Google architecture well enough to tell, but typically, x86 systems crumble under IO not lack of CPU cycles. Seti or distributed.net use cases are rather seldom.

      --
      Everything I write is lies, read between the lines.
    17. Re:How about lower wattage CPUs? by tibit · · Score: 1

      Yeah. Oracle supports x86 and 64 bit SPARC. The only "news" I could find about OpenJDK for ARM is that support is due to be dropped from IcedTea. So all I know is that whatever "Java" exists for ARM is abandoned at this point. Anyone who knows otherwise, please chime in. Do note that a full featured Java should IMHO have both interpreter and JIT, and perhaps be in somewhat widespread use so that there'll be enough real-life test coverage. I wouldn't use it for any major ARM-based project at this point, unless I had at least one experienced maintainer and a trainee on my payroll...

      --
      A successful API design takes a mixture of software design and pedagogy.
    18. Re:How about lower wattage CPUs? by poetmatt · · Score: 1

      integrated GPU's don't really come anywhere near the flops of a discreet card (I don't get why people call it discreet instead of discrete, I always assumed that was the proper spelling for the term, anyway). Yes, it's better than the processor by itself, but no it is not substantial. GPU clusters already exist, remember the one from china? One single GPU can perform about 20x as much as a single xeon's GPU pretty easily. I understand what's needed for science research and understand supercomputer clusters as well. There's not only performance increases, but cost savings in doing so. The math is not there as far as economy of scale with igpus. You do pay a whole lot more for a whole lot less though. There's also a complete and utter lack of cuda/equivalents for research environments involving integrated gpu's.

      Also, you can drop in new GPU's since they essentially rely on PCIE - as long as you have a server board designed for PCIE support. Good luck long-term trying to make that work with processors.

    19. Re:How about lower wattage CPUs? by grimmjeeper · · Score: 1

      You really should read up on the new generation of integrated GPUs. They have come a long way in just the last year. AMD has integrated a full up ATI 6xxx GPU on die. Intel is making remarkable strides as well.

      Having a discrete graphics card hanging on a PCIe bus may have been 20x faster last year. Integrated graphics were really inadequate when they were in the northbridge. Again, that was last year. Things have evolved significantly since then.

    20. Re:How about lower wattage CPUs? by poetmatt · · Score: 1

      Is this a joke? I do read up on this continually, and have a 6970 at home and an E350 netbook. Not commenting on my work. It's not a "6xxx" GPU, it's equivalent to the lowest end of the 6 series gpu. The highest end version is 1/10th that of the flagship graphics card and has only better performance than the lowest end of the flagship design from the last iteration. Also, that hasn't changed *since* at least the last two iterations (we're talking 4x series). I don't know what planet you're on but FLOPS do matter substantially for server compute environments (clusters). Parallelism is far more important than "we have less than a tflop extra per *chip* - not "per core".
      Having the latest graphics card on a PCIE is easily 10x faster this year. Intel's strides have been an improvement but are still generally shit. AMD has done a whole lot more. AMD will never allow themselves to cannibalize other markets via making integrated graphics anywhere even remotely near the current performance of discreet cards, for a lot of reasons. Dont' let yourself be mislead with consumer performance vs enterprise/research utility. They aren't even close to the same. Consumer performance also "looks good", but the reality is that the graphics core on the AMD is still easily 2-3x as fast as intel.

      This stuff has always improved in performance, but that doesnt' mean it's caught up with the times. The purpose is low power, not performance.

  2. Re:FUCK Google by Lysander7 · · Score: 1, Informative

    I believe you dropped your tin foil hat.

  3. 900,000 servers... by FalafelXXX · · Score: 1

    900,000 servers, and they are all data-mining the internet for porn. Awesome.

    1. Re:900,000 servers... by trum4n · · Score: 1

      Yet Google Images sucks harder than ever.

    2. Re:900,000 servers... by jcwayne · · Score: 1

      That's the idea.

      --
      Failure to follow this advice may result in non-deterministic behavior.
    3. Re:900,000 servers... by Hatta · · Score: 2

      What?! 900,000?! There is no way that could be right.

      --
      Give me Classic Slashdot or give me death!
    4. Re:900,000 servers... by gorzek · · Score: 1

      Did you expect it to be...

      ...OVER 900,000?

    5. Re:900,000 servers... by TheSHAD0W · · Score: 1

      RRAH!

  4. garbage by StripedCow · · Score: 2

    With the current pace of technology, those machines will be outdated in a few years.

    Imagine the pile of garbage that will create...

    --
    If Pandora's box is destined to be opened, *I* want to be the one to open it.
    1. Re:garbage by jedidiah · · Score: 1

      Send it to the local PC recycler.

      We have one of those in rural Texas. Surely there are some in the same neck of the woods where Google operates.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    2. Re:garbage by captainpanic · · Score: 1

      I expect quite a high percentage of that to be recycled, actually.

    3. Re:garbage by Pieroxy · · Score: 2

      Send it to the local PC recycler.

      Should we send the 900,000 units in one shipment?

    4. Re:garbage by GodfatherofSoul · · Score: 1

      No, people like us will buy them for our home networks. Low-end and low-income users will happily use them. Old machines have *a lot* of life, maybe not on the front lines anymore.

      --
      I swear to God...I swear to God! That is NOT how you treat your human!
    5. Re:garbage by LWATCDR · · Score: 1

      Well that will depend on a lot of things. If a socket upgrade is available they can just put in a new CPU. Even if the "server" is taken out of service you are just talking about the mainboard, CPU, and memory. The CPU and memory might be offered for sale as "used" or "refurbished". The board will be recycled, the power supply and rest will probably be reused unless a more efficient solution is available. Servers tend to have a longer life than say cell phones, desktops, and PCs.
       

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    6. Re:garbage by onepoint · · Score: 1

      I was able to recycle a dell inspiron 8500 back in 2005. Just died on Friday, 6 years working well, the drive finally crashed. I figured I would fix it and give it to a non profit that might be able to use it.

      --
      if you see me, smile and say hello.
    7. Re:garbage by Sitrix · · Score: 2

      I am quite sure that not all of it is what we call "physical" servers. It's most likely a cluster of beefy hardware running a ton of VM's. As that hardware becomes obsolete, engineers will run less VM's on it and later move it out of main production environment to handle less stressful tasks. It's common now, seeing several servers (48Cores, 512GB ram) running a few hundred virtual servers. So it will take a long time before that hardware will be completely thrown away...

    8. Re:garbage by swb · · Score: 2

      A lot of non-profits won't take donated systems anymore because it's a nuisance to deal with so many antiquated systems. Non-profits need working and reasonably contemporary systems to do their work, a bunch of 256 meg Win 98 systems is really more of an insult than a benefit.

    9. Re:garbage by franciscohs · · Score: 1

      Not sure were you work, but in all places I've worked hardware was stockpiled once it was put out of service. I'm not so sure about the reason, but there seems to be a lot of accounting issues for a company if it wants to get rid of stuff. Maybe someone more knowledgeable can comment on that.

    10. Re:garbage by BetaDays · · Score: 1

      Sure, why not? It's cheaper to send in bulk.

      --
      Paul: Father... father, the sleeper has awakened! - Dune
    11. Re:garbage by Desler · · Score: 1

      Send it to the local PC recycler.

      That may not be the good idea you think it is.

    12. Re:garbage by Desler · · Score: 1

      Low-end and low-income users will happily use them.

      No, they would more likely rather having some recent that actually works well rather than some 12 year old dumpster dived computer that runs as slow as molasses.

    13. Re:garbage by onepoint · · Score: 1

      Really? then i guess I'll fix it up for myself and use it as a travel computer. Thank you for advising me.

      --
      if you see me, smile and say hello.
    14. Re:garbage by Pharmboy · · Score: 1

      Depends. Did they replace all 900,000 in one day? No? Didn't think so.

      --
      Tequila: It's not just for breakfast anymore!
    15. Re:garbage by cpghost · · Score: 1

      Send it to the local PC recycler.

      It's actually a shame that perfectly working machines are being destroyed this way... while in Asia, Africa etc. people (schools e.g.) would be more than happy to use those machines for 5 to 10 more years, at least.

      --
      cpghost at Cordula's Web.
    16. Re:garbage by TheRaven64 · · Score: 1

      Schools in the USA and Europe would be grateful for them too! Businesses often throw out machines as part of a 3-year rolling upgrade cycle, while schools are stuck with machines 5+ years old because they don't have budget for new ones.

      --
      I am TheRaven on Soylent News
    17. Re:garbage by the_B0fh · · Score: 1

      depreciation. Also it's an "asset" and an "asset" can't just go missing.

    18. Re:garbage by georgesdev · · Score: 1

      sure, but what do citizens like you and me do about it? close to nothing I'm afraid. Isn't there about a billion pcs operating world-wide today? what do we do to recycle a few hundred million of them each year?

    19. Re:garbage by Guido+von+Guido · · Score: 1

      I am quite sure that not all of it is what we call "physical" servers.

      Google has a different model. Quila mentioned what their hardware is like; here is a slightly outdated Wikipedia article describing it. Google would prefer to avoid the overhead associated with running virtual machines. 10-20% overhead may not be a lot for an organization with smaller computing needs, but with Google that would mean adding another 90,000-180,000 servers. Their computing needs are way beyond what any individual server can do anyway.

      What they've been doing instead is writing their apps for clusters. When they need more performance, they just add nodes. When a node fails, it's only a minor nuisance as the load is carried by thousands of other nodes.

    20. Re:garbage by bluegreen997 · · Score: 1

      Did you ever see the video about how Google disposes of/recycles their hard drives? (Video Google 'google data center')

      I'm quite sure they have a protocal for how they recycle all of their hardware.

    21. Re:garbage by DaVince21 · · Score: 1

      You say this when there are people using Commodore 64s as web servers.

      I think the machines will find a spot somewhere. That, or they're mostly recycled.

      --
      I am not devoid of humor.
  5. Impressed by Verdatum · · Score: 3, Funny

    No comment about it being over 9000 yet. I'm impressed Slashdot.

    1. Re:Impressed by saihung · · Score: 1

      You absolute bastard.

    2. Re:Impressed by Baloroth · · Score: 1
      I'm not as impressed with that as I am with the fact that no one ha yet pointed out

      data centers are using less energy that projected

      . "Data centers that projected what?", you might ask, as I did. Nope, its a typo. Or an omission, since data centers certainly could project... but more likely a type.

      --
      "None can love freedom heartily, but good men; the rest love not freedom, but license." --John Milton
    3. Re:Impressed by Hooya · · Score: 1

      "but more likely a type" what?, you might ask, as I did. Nope, it's a typo. Or an omission, since you could have a type of grammatical error... but more likely a typo.

    4. Re:Impressed by Nidi62 · · Score: 1

      Don't worry, eventually there will be at least 9000 comments all with some variation of "But that's over 9000!"

      Including this one

      --
      The only thing necessary for evil to triumph is for it to be pitted against a slightly greater evil
  6. Is that a Googleplex? by Kreylix · · Score: 1

    Couldn't resist.

  7. Mainframes by instagib · · Score: 2

    I wonder how a few hundred mainframes plus storage arrays would fare in terms of TCO.

  8. Shameless plug by ArhcAngel · · Score: 1

    OT Google is using all kinds of renewable sources for their energy.
    Back OT Do you think they keep all their servers in mobile homes so they can keep the number of servers a secret?

    --
    "A person is smart. People are dumb, panicky dangerous animals and you know it." - K
    1. Re:Shameless plug by Nidi62 · · Score: 2

      Seems like they always keep what's in their locations a secret. My father was a manager at a distribution center for a fairly large national electrical supply chain, and several times people would come in to buy things for a complex they were building nearby. Apparently they worked for Google (they were always wearing Google shirts) and they were never allowed to tell them what they were building or what kind of work they were going to be doing.

      --
      The only thing necessary for evil to triumph is for it to be pitted against a slightly greater evil
  9. The Last Question by roman_mir · · Score: 2

    So does it have enough data to answer the last question meaningfully yet?

    1. Re:The Last Question by Meneth · · Score: 1

      No. There is still more data to collect.

    2. Re:The Last Question by MC68040 · · Score: 1

      Well.. the answer is 42, we already knew that :)

    3. Re:The Last Question by TheRaven64 · · Score: 1

      For not knowing the difference between the Last Question and the Ultimate Question, your geek card is hereby revoked.

      --
      I am TheRaven on Soylent News
    4. Re:The Last Question by AdmiralXyz · · Score: 1

      Yes

      --
      Dislike the Electoral College? Lobby your state to join the National Popular Vote Interstate Compact.
    5. Re:The Last Question by roman_mir · · Score: 1

      I agree with this guy. You are done.

    6. Re:The Last Question by tweakerbee · · Score: 1

      I'm sure they'll eventually get back from the "Lights out" principle.

    7. Re:The Last Question by roman_mir · · Score: 1

      no, you fail. The question is possibility of reversal of entropy.

  10. Let me fix that for you by bigredradio · · Score: 1

    With the current pace of technology, those machines will be outdated in a few months .

    Imagine the pile of garbage that will create...

    1. Re:Let me fix that for you by jdgeorge · · Score: 1

      Maybe more to the point, they'll be unable to fulfill their mission for Google within a few years. They'll be good enough for a while, though.

    2. Re:Let me fix that for you by abarrow · · Score: 1

      So, why is that, exactly? Google has proven by it's actions that their solution to the need for more processor power is just to add more servers. Granted, it'd be tough to pull one of the old blades and play the most recent edition of Duke Nukem, but really, these systems will still be able to crunch numbers for a very long time. Would buying faster systems with more cores would allow a single system to crunch more? Sure, but really, those old systems can still happily serve their original purpose. As Google needs more systems, they buy the latest and fastest, but the old systems don't actually have to be replaced until they actually break.

    3. Re:Let me fix that for you by bingoUV · · Score: 1

      Not exactly. When cost of not replacing hardware (in increased power consumption, rack space, cooling requirement etc) exceeds the cost of replacing hardware ; they replace. Even when the trashed hardware doesn't "actually break".

      --
      Bingo Dictionary - Pragmatist, n. A myopic idealist.
  11. Re:Real Question by Enderandrew · · Score: 1

    I'm guessing only front-facing web servers get constantly regular security patches. The rest might not get rebooted or patched at all if they replace the servers frequently enough (2-3 years). We are talking Linux servers here.

    With that many servers, I'd tie the naming scheme to rack location. IP addressing would go in order along those racks.

    --
    http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
  12. Re:Real Question by instagib · · Score: 1

    Bash scripts.

  13. And, how many do the Feds have logins on? by GodfatherofSoul · · Score: 1

    n/t

    --
    I swear to God...I swear to God! That is NOT how you treat your human!
  14. Re:Real Question by mat+catastrophe · · Score: 4, Funny

    The real question is how the hell do you manage that many servers? How do you even name them

    1hahaha
    2hahaha
    3hahaha
    4hahaha ....
    899999hahaha
    900000hahaha

    900000 servers! Hahahaha!

    --
    sig not found
  15. Re:Real Question by tibit · · Score: 3, Interesting

    I don't think that's that big of a problem, once you plan for having that many from the get go. All of those servers must be automatically provisioned, and their names are irrelevant and are machine generated. No one ever needs to know those names. Their management software probably manages servers by function. Say they have so many storage nodes, so many storage indexers, so many load balancers, so many static content servers, so many web spiders, etc. The configurations for any particular server must be generated, too, from some sort of a global configuration for their whole "system".

    --
    A successful API design takes a mixture of software design and pedagogy.
  16. Lower Wattage: Google may be test-driving Tilera by 1sockchuck · · Score: 2

    There are reports that Google has been testing servers using low-power many-core servers from Tilera and Quanta. Facebook is also test-driving Tilera chips and seeing promising results when using them on key-value pair apps like memcached. When you have 900,000 servers, you get plenty of attention from processor and server vendors.

  17. Re:Real Question by alen · · Score: 1

    the applications do all the work and everything is redundant

    i've read years ago that if a server at google goes down it may take a month for the data center ops people to get around to replacing it

  18. Re:Lower Wattage: Google may be test-driving Tiler by Enry · · Score: 1

    Not all 900k servers are being used for memcached. You will need higher speed CPUs for crawling, operating all the back-end Google services, transcription, etc.

  19. Noisy Room? by seven+of+five · · Score: 1

    Noticed that the gentleman in the picture is wearing fullsize earphones or ear protection. Is the room that noisy, or is he just enjoying some tunes?

    1. Re:Noisy Room? by Bengie · · Score: 1

      Google had a YouTube video of their security practices. They do actually have hearing protection for the server rooms.

  20. Re:Real Question by mat+catastrophe · · Score: 1

    Well, you should be.

    --
    sig not found
  21. Virtualization saves energy? by timeOday · · Score: 1

    Virtualization is very inefficient compared to simply running multiple server processes on a single box, because each VM allocates resources to an instance of the OS, and RAM is more-or-less statically allocated beetween them. This makes sense when running several different services that each require a different operating environment, or to enforce complete user separation, e.g. a hosting service. But I would imagine google is running tens of thousands of identical servers running the same server daemon, so why would Virtualization make sense and save energy there?

    1. Re:Virtualization saves energy? by CBravo · · Score: 1

      Young padawan, there are many sorts of virtualization.

      --
      nosig today
    2. Re:Virtualization saves energy? by dmpot · · Score: 1

      I would imagine google is running tens of thousands of identical servers running the same server daemon, so why would Virtualization make sense and save energy there?

      Who said that Google uses virtualization to run identical servers?

      Just running "git log --grep=virtualization" on the Linux kernel, you can see that Google does not contributed much to virtualization in the Linux lernel, in sharp contrast to other part of the kernel such as ext4.

  22. The standard Google server by Quila · · Score: 3, Informative

    Dual-processor, two SATA hard drives, 12V PSU, 12V Lithium battery. It's not even sealed in a case, just a frame holding a board, with the PSU, battery and hard drives held on with Velcro.

    Most of these will be about that spec.

  23. Can you imagine a by future+assassin · · Score: 1

    beowulf cluster of these?

    --
    by TheSpoom (715771) Uncaring Linux user here. I have nothing to add to this but please continue. *munches popcorn*
  24. Re:Lower Wattage: Google may be test-driving Tiler by JamesP · · Score: 1

    I'm guessing for IO bound servers (that is, all those that take care of storage) the use of a fast CPU is a waste (unless they're also running MapReduce)

    Since most modern CPUs can 'go around the world' while the HD is fetching data, kind of makes sense.

    Of course, the cost/benefit analysis is not only this.

    --
    how long until /. fixes commenting on Chrome?
  25. 1 000 000 computers... by Bost · · Score: 1

    ... that's a square 1000 x 1000 meters. Now place 5 "normal" computers next to each other in two layers and you need about 100 000 square meters. Divide 100 000 by 8 data centers (Atlanta, North/South Carolinas, Chicago, California, Oregon, Taiwan, Ireland) = 12 500 square meters per data center. If every data center has 2 floors than you need a building like 80 x 80 x 5 meters. And you still have enough place for the guys with wheelbarrows :) Anyway a data center like this would be about a size of an industry bakery for a slightly bigger town - 100 000 inhabitants. About the same size, about the same power consumption. Nothing spectacular.

  26. Re:Real Question by DMoylan · · Score: 1

    one
    two
    three
    many ...
    lots

    yeah i'm trollin' :-)

  27. Re:FUCK Google by treeves · · Score: 1

    That's googol, not Google.

    --
    ...the future crusty old bastards are already drinking the Kool-Aid.