Slashdot Mirror


4 Cores? 6 Cores? Do You Care?

An anonymous reader writes "Intel has updated its processor price list earlier today. Common sense suggests that Intel may not care that much anymore whether its customers know what they are actually buying. One new six-core processor slides in between six-core and quad-core processors – and its sequence number offers no clues about cores, clock speed, and manufacturing process. If we remember the gigahertz race just a decade ago, it is truly stunning to see how the CPU landscape has changed. Today, processors carry sequence numbers that are largely meaningless."

661 comments

  1. More Cores, More Power by Anonymous Coward · · Score: 5, Funny

    Would you want to have a 4 inch penis? Don't you think a healthy 6 or 8 inches might be better?

    I have a quad core, which I'm confident will soon become the equivalent of a 4 inch penis. I'll have to upgrade my e-peen when it become affordable.

    Seriously though, if you like to game on your computer there is no such thing as too much power.

    1. Re:More Cores, More Power by thomasinx · · Score: 5, Insightful

      Not necessarily. I could very easily envisage a 6 core system that plays games/handles most tasks worse than a quad core system (emphasis on most). More cores doesn't necessarily mean more power. There are many other statistics to take into account before a judgement can be made, especially when it comes to gaming. Your e-peen is safe for now. Put it to good use.

    2. Re:More Cores, More Power by trentblase · · Score: 1

      Seriously though, if you like to game on your computer there is no such thing as too much power.

      I'm pretty sure I maxed out Snood at 4 cores.

    3. Re:More Cores, More Power by kanto · · Score: 4, Insightful

      Pfft.. this reminds me a bit of the jump to DirectX 9 graphics cards; in general the old cards performed better in brute force triangles per second whereas the new ones would perform better at the more technically advanced stuff (read: the things you disable when you're serious about fps). How much use is it having 6 or 8 cores if the program being run only efficiently uses 2 or 4 of them most of the time? It's not like everything can just be multithreaded like that and even if it can, there's bound to be some overhead for doing it.

    4. Re:More Cores, More Power by Locke2005 · · Score: 5, Funny

      You say that like you have some personal experience with women looking elsewhere...

      --
      I've abandoned my search for truth; now I'm just looking for some useful delusions.
    5. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      Yeah there is it's called overheating.

    6. Re:More Cores, More Power by cynyr · · Score: 5, Insightful

      because some of us run more than one thing at a time....

      --
      All of the above was encrypted with a Quad ROT-13 method. Unauthorized decryption is in violation of the DMCA.
    7. Re:More Cores, More Power by Ex-MislTech · · Score: 1

      Most games barely touch 4 cores these days.

      Most of the games lean hard on the Vid card.

      You will get better results out of a SLI system.

      --
      google "32 trillion offshore needs IRS attention"
    8. Re:More Cores, More Power by Locke2005 · · Score: 5, Funny

      My wife says it doesn't matter how many cores I have!

      Of course, my wife also said she wanted 10 inches... I just told her, "Screw you! I am NOT having it shortened!"

      --
      I've abandoned my search for truth; now I'm just looking for some useful delusions.
    9. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      Actually, your analogy is better than you think, but I am thinking of it more like having multiple penises of a given length.

      For many "games", having two 8-inch penises would be better than four 6-inch penises.

    10. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      I have a dual quad-core, which I guess is like 2-4 inch penises.

    11. Re:More Cores, More Power by Grishnakh · · Score: 4, Insightful

      Maybe I'm missing something, but unless the 6-core system is clocked slower than the 4-core one, the 6-core system should outperform it easily in all tasks.

      Where it becomes questionable is when you're comparing higher-clocked fewer-core systems to slower-clocked, greater-core systems, because then it comes down to the software you're running and how well it's architected for multiple processes and parallelization. Obviously, a single-threaded application will generally run better on the faster-clocked system, unless that system is being loaded down with a lot of other processes.

    12. Re:More Cores, More Power by binarylarry · · Score: 1

      It's not the size of the fleet but the motion of the ocean, ya dig?

      --
      Mod me down, my New Earth Global Warmingist friends!
    13. Re:More Cores, More Power by ultranova · · Score: 4, Interesting

      How much use is it having 6 or 8 cores if the program being run only efficiently uses 2 or 4 of them most of the time?

      The program? I dunno about you, but I run plenty of programs at once. And having 4 cores means that I have a few on standby whenever I feel like doing input, even when the machine is busy processing stuff.

      The real issue I see is memory access. Even with a single core did we run into memory bandwidth/latency bottleneck; with 4-6 cores those are 4-6 times as much. In the long run we have to give up Neumann architechture; it simply can't scale to our needs. A NUMA might be an acceptable compromise, but in the long run we need to change to a dataflow architechture, and that also means a step beyond C/C++ and other Algol-descended languages which have dominated our thinking these past decides.

      We need to switch to a system with lots of cores, all with their own local memory, and able to send each other messages. As an added bonus, such a system is also a natural fit for artificial intelligence.

      It's not like everything can just be multithreaded like that and even if it can, there's bound to be some overhead for doing it.

      True, but most hard problems can be redefined as search problems, and those can be efficiently multithreaded. Our current programming languages just make multithreading a pain, since you have to worry about everything manually.

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

    14. Re:More Cores, More Power by HeronBlademaster · · Score: 1

      Seriously though, if you like to game on your computer there is no such thing as too much power.

      Yeah, but some older games (e.g. Deus Ex, even the Steam version) tend to misbehave on multicore systems...

    15. Re:More Cores, More Power by Stan+Vassilev · · Score: 0

      Would you want to have a 4 inch penis? Don't you think a healthy 6 or 8 inches might be better?
      I have a quad core, which I'm confident will soon become the equivalent of a 4 inch penis. I'll have to upgrade my e-peen when it become affordable.
      Seriously though, if you like to game on your computer there is no such thing as too much power.

      I admire the depth if your technical knowledge on the matter.

      The irony here is that with most CPUs on sale right now, 4-6 cores have worse individual performance than a 2-core system. Many games need strong core-individual performance.

      For example, a typical 4-core system performs 25% slower than 2-core.

      If you enable hyperthreading you lose another 40% of your single-thread performance, as each core is split into two virtual threads (without optimization you'd lose 50% but thankfully CPUs are smarter than this).

      So to recap, 4-cores: 25%. Hyperthreading: 40%. Total loss compared to a two-core system with no hyperhtreading: 55%

      If you bought a 6-core system for gaming, the numbers would be even funnier.

    16. Re:More Cores, More Power by Surt · · Score: 5, Insightful

      The 6 core system is slower in non-parallel tasks because the OS has per-core overhead. So all single-threaded tasks get slower as the number of cores rises.

      Imagine a task running on an otherwise idle core. It is running as fast as possible, with only OS overhead getting in the way of using 100% of that cpu. Now add more OS overhead to that cpu for core management. There's also cpu (hardware)-level overhead to consider, and the possibility that caches aren't ramped to the same level, so now more cores may be sharing a same-sized cache ... etc.

      Lots of reasons for the performance of a single core to drop as the number of cores goes up.

      --
      "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
    17. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      My wife says it doesn't matter how many cores I have!

      Of course, my wife also said she wanted 10 inches... I just told her, "Screw you! I am NOT having it shortened!"

      Actually it's your fault she can't count. Telling her you have 12 cores when you just have 4 cores has really fucked with her math skills. It explains why she refers to a carton of eggs as being 3 dozen.

    18. Re:More Cores, More Power by Khyber · · Score: 1

      "Seriously though, if you like to game on your computer there is no such thing as too much power."

      Someone hasn't seen the EVGA SR-2 mobo, yet.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    19. Re:More Cores, More Power by Khyber · · Score: 1

      Crowded oceans make for poor motion. Just sayin'.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    20. Re:More Cores, More Power by Shadow+of+Eternity · · Score: 1

      Imagine a Pentium Quadcore to an equally clocked Core 2 Duo. Even at equal clockspeeds the C2D has superior design.

      --
      A bullet may have your name on it but splash damage is addressed "To whom it may concern."
    21. Re:More Cores, More Power by neight108 · · Score: 1

      Seriously though, if you like to game on your computer there is no such thing as too much power.

      Yeah, but some older games (e.g. Deus Ex, even the Steam version) tend to misbehave on multicore systems...

      set your processor affinity to use 1 core (task manager, then right click the game's process)

    22. Re:More Cores, More Power by Thing+1 · · Score: 1

      Two words: cache misses. They increase with more cores (since processes/threads will be jumping around even more than with fewer cores, unless they're "stuck" to a specific core).

      --
      I feel fantastic, and I'm still alive.
    23. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      Seriously though, if you like to game on your computer there is no such thing as too much power.

      Yes there is. Few games will make serious use of more power than is available on current generation consoles. They will run perfectly well on Xbox-equivalent hardware which, at this stage in the cycle, is basically anything. The only aspect of a game that benefits from more power is the engine - the gameplay doesn't improve, the story doesn't improve, even the artwork is no better than than the artists made it, no matter how many cores you throw at it.

      It's like using a 1000W bulb to read by and expecting the book to be all the better for it. It was designed to be read in normal light levels. Less light would indeed be a problem but more light won't help.

    24. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      Many years ago I was friendly with a Hungarian lady -- told her the joke about women not being good judges of distances because all their life they've been told that "this" [six inches] is eight inches.

      She didn't get it.

      So then I changed it to '"this" [15 cm] is 20 cm' and she got it.

    25. Re:More Cores, More Power by flappinbooger · · Score: 5, Insightful

      Here's my take. Gaming is not the question here. Gaming is, has, and will be about clock speed and graphics card.

      No computer should be built today with less than 2 cores, that much is a given. Anyone who is at all a "power user" should consider a 3 core. AMD's triple cores are really stinkin snappy. Quad core systems? Of course they will become the norm, after a while. Intel and AMD have basically said that since they can't go up in speed they're going to go sideways with cores.

      As screens get bigger they will fill up with this feed, that feed, weather, streaming video, multiple website tabs, flash games, a few trojans, printer drivers, chat clients, etc. Lots and lots of things going on at the same time, more cores will make future computing a much more enjoyable experience.

      Hey, Intel - shrink the atom core, clock it at 2.5 to 3 ghz, give us 50 atoms on one chip and save yourself some hassles with this iWhatever confusion. Make the model number the number of atom cores.

      Regarding TFA? The marketing guy must have been laid off, this numbering system is stupid (intel and amd!). I3 = dual core, I5 is both 2core and 4core, I7 is 4 core, but is now 6 cores. Yeah, that makes sense. Uh huh.

      --
      Flappinbooger isn't my real name
    26. Re:More Cores, More Power by Mitsoid · · Score: 1

      Maybe I'm missing something, but unless the 6-core system is clocked slower than the 4-core one, the 6-core system should outperform it easily in all tasks.

      It really depends how you look at it, Say you spend $200 extra on a processor, vs. $200 more on other components (Trading an upgrade of 4 to 6 cores instead of another component).. Price to performance may be hindered if the application, as you mentioned, is not designed to handle the extra cores.

      I generally agree, as an avid and heavy multitasker.. More cores is better... However there is a significant cost difference that must be factored in when deciding 4 vs. 6 cores (at least last I checked, there was a huge price 'upgrade' for equal GHz +2 cores)

    27. Re:More Cores, More Power by HeronBlademaster · · Score: 1

      I know, but it's a pain in the neck to have to alt-tab out of your game, find the .exe in the process list, and set the affinity.

      It's worse than that. If you don't do it during the first few seconds of execution (during the first startup logo clip), it has no effect, and you're stuck with crappy broken behavior until you quit and try again. (At least, that was my experience with Deus Ex.)

      Getting offtopic: does anyone know a way to make Windows remember processor affinity settings for a particular .exe, or perhaps a way to make a desktop shortcut set the affinity for me?

    28. Re:More Cores, More Power by Jeremy+Erwin · · Score: 2, Insightful

      Two four inch penises might be interesting.

    29. Re:More Cores, More Power by Anonymous Coward · · Score: 2, Funny

      The flip side of that joke is: My wife said she wanted me to give her 12 inches and make it hurt, so I put it in 3 times and hit her with a hammer!

    30. Re:More Cores, More Power by hedwards · · Score: 1

      Depends how the game is designed. A high clockspeed and large cache will generally get you more speed than more cores. However, for some types of games that doesn't entirely apply. If you're into RTS games, there's a lot more that you can do, such as splitting up the AI between cores, running path finding on it's own core and similar.

      But in general you're definitely correct, at least for the time being. As multi core computing gets more common and the number of cores involved increases that's likely to change to some extent.

    31. Re:More Cores, More Power by confused+one · · Score: 1

      Obviously, a single-threaded application will generally run better on the faster-clocked system, unless that system is being loaded down with a lot of other processes.

      You've hit it exactly: there are tasks my personal machine (the one that I'm typing on now), a Pentium D (Netburst arch), runs faster than the workstation I use at work, a new dual socket, quad core xeon workstation. Why? Because there are shitloads of applications out there that are single threaded.

      Now, where the 8 core workstation excels is when I'm surfing the web, editing legacy code in a virtual machine, and listening to music while crunching production data, running a SQL server and compiling code in the background. : )

    32. Re:More Cores, More Power by lgw · · Score: 1

      There has been intense research and attempts to port software to "massively multi-core" platforms for 20-30 years now. Most software just can't benefit, though they might have finally finished porting the "fortran obster" by now.

      You can say we need a language we don't have yet to run on an archtecture we don't have yet to solve a problem we don't have yet, but you're not going to get very far selling that. Meanwhile people who have solved real-world problems requireing massive parallelism have invented "cloud-like" solutions, without the need to put all the processors in the same box.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    33. Re:More Cores, More Power by lgw · · Score: 1

      err, "fortran lobster". Maybe with a 30,000 core box, Slashdot would be able to handle editing a post?

      --
      Socialism: a lie told by totalitarians and believed by fools.
    34. Re:More Cores, More Power by Cylix · · Score: 4, Insightful

      Even dismissing core overhead and other details you did not mention there are still some wildly important facts to remember.

      Only modern games have been designed to take advantage of multi-processor systems. There is also a scaling factor which needs to be considered on an engine by engine basis.

      I believe valve only recently made updates to the hl2 engine which optimize for greater then four core systems. While you could vary well purchase a dual proc host and fit it with 4 or 6 core processors the engine may not be able to scale on greater then 2 to 4 threads.

      At one point the multi-core support wasn't so hot and I had to disable it on my dual core system. Again, this is an application by application basis and not all experiences will be equal. Certainly, in the future we can assume most newer systems will utilize the hardware better, but it is no guarantee for today.

      --
      "You should always go to other people's funerals; otherwise, they won't come to yours." -- Yogi Berra
    35. Re:More Cores, More Power by w0mprat · · Score: 1

      The state of multithreaded software outside of content manipulation seems to be abysmal. Gaming still seems to love two fast cores rather than more slower ones. Games seem to seem to be hardcoded to work best with a certain number of threads, and cannot adapt properly to four or six cores.

      The super abundance of crappy console ports largely to blame I bet.

      I used to laugh at AMDs triple core, but I now understand how smart that product was. Scaling 2-3 is more useful than 2-4, especially in gaming.

      --
      After logging in slashdot still does not take you back to the page you were on. It's been that way for 20 years.
    36. Re:More Cores, More Power by mindwhip · · Score: 1

      There are already games out there that don't run well unless you are on a 64bit OS, have 4GB of ram and 4 cores.... and a good graphics card as well.

      --
      [The Universe] has gone offline.
    37. Re:More Cores, More Power by Khyber · · Score: 1

      Four two-inch penises would be entertaining.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    38. Re:More Cores, More Power by Runaway1956 · · Score: 1

      So far, I've seen no mention of the size of L1, L2, or L3 caches, or the bandwidth of channels for memory, or anything else.

      I want to know a LOT MORE than just the speed of those CPU's. If the cores have poorly implemented hyperthreading in comparison to the quad, they don't stand a chance.

      --
      "Windows is like the faint smell of piss in a subway: it's there, and there's nothing you can do about it." - Charlie Br
    39. Re:More Cores, More Power by internettoughguy · · Score: 1

      prepend start /affinity 1 to your shortcut target, AFIK

    40. Re:More Cores, More Power by Grishnakh · · Score: 1

      I was assuming the same overall architecture for all the cores, i.e. Core2Duo vs. Core2Quad, same fab process, same generation, same exact cores, same clockspeed, etc.

      Comparing different architectures can yield all kinds of different results, depending on software. You might as well compare a quad-core PPC to a 6-core ARM.

      Even with your Pentium Quadcore, it would outperform the C2D on certain workloads that are optimized for its architecture. So it's an apples and oranges comparison.

    41. Re:More Cores, More Power by SanityInAnarchy · · Score: 3, Interesting

      I would hope that the scheduling would get better, actually, but even if the engine is only optimized to take advantage of four cores, it would probably run better if it could actually have all four cores to itself, with the OS and everything else running on core five.

      I suppose it depends how much overhead there is.

      --
      Don't thank God, thank a doctor!
    42. Re:More Cores, More Power by jshriver · · Score: 0

      Um no, not in linear applications which most things are. Not that much software is written to be parallel (yet), and a lot of things even at the math level are hard to do in a parallel way.

    43. Re:More Cores, More Power by marshallr · · Score: 0

      Your quad core might be thicker, which may matter more.

    44. Re:More Cores, More Power by internettoughguy · · Score: 2, Informative

      Actually its: cmd /C start /affinity 1

    45. Re:More Cores, More Power by twidarkling · · Score: 1

      If you're into RTS games, there's a lot more that you can do, such as splitting up the AI between cores, running path finding on it's own core and similar.

      Interestingly enough, the only game to ever max out my Q6600 was an RTS game: the original Supreme Commander. Granted, I had to do it by having 7 AI opponents running on a large map in order to really tell, but it eventually made everything slow to a crawl. The in-game time would start counting seconds closer to 5 seconds around mid-game (end-game would speed back up as factions were eliminated, of course).

      --
      Canada: The US's more awesome sibling.
    46. Re:More Cores, More Power by Anonymous Coward · · Score: 1, Insightful

      If you're referring to games made for PCs then I'll agree with you. A lot of PC games aren't even multithreaded.

      However there are a lot of games not specifically made for PC that end up on PCs these days. Console games for PS/3 and XBOX 360 tend to expect more than two cores today so shoddy console ports by lazy developers tend to perform less than well on dual core processors.

      Think games like GTA 4 and BFBC2. They want more than two cores and reportedly don't always seem to do so hot on four core systems either. While they are multithreaded they're coded and optimized for different processors than found in PCs and it tends to show.

    47. Re:More Cores, More Power by iamhassi · · Score: 1

      "However there is a significant cost difference that must be factored in when deciding 4 vs. 6 cores (at least last I checked, there was a huge price 'upgrade' for equal GHz +2 cores)"

      Not so: Newegg has the 6 core 2.8ghz AMD 1055T for $200, and Microcenter was recently offering $50 off a 1055T compatible AM3 motherboard when you bought a $200 1055T. The motherboards are only $55 so you're only paying $5 for the board.

      So essentially you pay $205 to get a 6-core CPU and a new motherboard. That's a very good price to make the leap to 6-cores.

      --
      my karma will be here long after I'm gone
    48. Re:More Cores, More Power by Narcocide · · Score: 1

      Come on, it IS Slashdot, after all.

    49. Re:More Cores, More Power by twidarkling · · Score: 1

      Yeah, but Crysis hasn't been running well on systems for YEARS.

      --
      Canada: The US's more awesome sibling.
    50. Re:More Cores, More Power by solafide · · Score: 1

      Scientific computing too. I dream that the abundance of many-core machine will lead to more hobbyist advances in scicomp; perhaps better simulations of liquid flow, or turbulence, or erosion, or plant growth? all these fields need work, and all of them are much more accessible when parallelizable.

    51. Re:More Cores, More Power by nedwidek · · Score: 1

      Most of the games I play don't make much use of more than one core. So a dual core a few years ago was good enough.

      Now I've decided to learn the new Blender 2.5 interface and since it will use all cores, 6 is sounding quite nice.

      Not everyone needs it, but for the right tasks it's nice.

      --
      Post anonymously - For when your opinion embarrasses even you!
    52. Re:More Cores, More Power by supertrinko · · Score: 1

      Shut up cloud. - Sephiroth

      --
      If it rhymes it must be true.
    53. Re:More Cores, More Power by iamhassi · · Score: 1

      "Someone hasn't seen the EVGA SR-2 mobo, yet."

      Sad, someone will drop $600 on that board, drop another $2500 on two 6-core Xeon and be the big swinging dick on their forum for the next 3 or 4 years, until everyone's on 24 core cpus for $500, and eventually they'll start laughing at him for wasting 3 grand on just cpus and a motherboard.

      Remember quad core cpus just came out 3 years ago and we're already on 12 cores. Does anyone doubt we'll be on 24 or more cores in 3 years?

      --
      my karma will be here long after I'm gone
    54. Re:More Cores, More Power by Narishma · · Score: 1

      I'm guessing he was talking about GTA 4. It requires more resources than Crysis to run properly.

      --
      Mada mada dane.
    55. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      Yes, but it isn't how many penises you have, it's how you use them.

    56. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      The point of more cores is not overall horse power, though AMD was working on a technology that was essentially the reverse of hyper threading, allowing multiple
      cores to work on a single thread.

      I had an Octo-core system before quad cores were common and it wasn't because I thought I would have better overall performance, it was because I run
      13-14 programs at a time, so while I was missioning in 2 instances of EVE online, I was watching Stargate in 1080p, browsing the web, torrenting and streaming
      music.

      Obviously not all users multi task like that so at some point unless significant changes are made in how we approach parallel programing having more than 4 cores
      for most people will not be necessary.

    57. Re:More Cores, More Power by h4rr4r · · Score: 2, Insightful

      Please name one of these tasks, Pentium D is such a crap design I would love to know what it does do well.

    58. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      And I dumpped my load on your wife's face and she asked me to choke her with my snake. So obviously you are not up to staisfying your wife.

    59. Re:More Cores, More Power by hedwards · · Score: 1

      That's not surprising, I've had Warzone 2100 do something similar. Mainly when I've got several AI opponents and hundreds and hundreds of units between them. And that tends to make things slow to a crawl.

      Each unit has to be accounted for, and that's one of the reasons why a lot of games have limits on the number that you can create. Doing massive maneuvers may require path finding for each of hundreds of units and more than once to really work.

    60. Re:More Cores, More Power by Anonymous Coward · · Score: 1, Interesting

      Dataflow, dataflow, dataflow. That is all I ever hear in academia. Have you considered that the dataflow requires languages that may be a POS to code for when compared to imperative programming languages and that parallelism doesn't just hop out because someone said that it does. I'll give you a hint: it actually doesn't.

    61. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      My wife says it doesn't matter how many cores I have! Of course, my wife also said she wanted 10 inches... I just told her, "Screw you! I am NOT having it shortened!"

      if she says you should not care how many cores you have tell her she should not care how many inches you give her?

    62. Re:More Cores, More Power by falsified · · Score: 1

      Agreed. This whole discussion is useless until we implement a standard "grinning purple faces per second" benchmark for processor comparisons.

      --
      HI, MY NAME IS ISAAC.
    63. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      6 is not automatically better than 4. For example, I recently went CPU shopping and ended with a choice between a Phenom II x2 dual core and an Athlon II X4 quad core. Both were identical prices. The Phenom II had higher GHz and significantly more level 3 cache, while the Athlon of course had four cores albeit clocked slightly slower.

      I went with the Phenom II reasoning that most applications would be fairly optimized for no more than two cores and the much higher cache would benefit basically all functions on all applications. My expectation of the quad core was that it would best used only for quad core-optimized apps, of which I have almost none at the moment. And cache difference would also potentially impact nearly every aspect as well.

      So it's not just how many cores or how fast they are, it's also what they have for cache and how they work with non-optimized apps, and so on. What will work best for one person may not work best for another, YMMV etc.

      What IS very cool is that nearly anyone can afford a very decent PC these days. My Phenom II X2 with motherboard was a hundred bucks. And for that I got the fastest PC I have ever owned. I can remember dropping four and five times this much cash on crap like Pentium IIs and IIIs and IVs and Athlon 64s just a few years ago. Looking back 10 years ago, something like thus hundred dollar combo would have been a super computer.

      Good times we live in.

    64. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      No, it's more like a pair of conjoined twins being fucked by four cocks each.

    65. Re:More Cores, More Power by falsified · · Score: 1

      Seriously? Eastern European, benign cross-cultural misunderstanding, an hour and a half has passed, and nobody swooped in with an "in Soviet Russia" joke?

      --
      HI, MY NAME IS ISAAC.
    66. Re:More Cores, More Power by exomondo · · Score: 1

      Here's my take. Gaming is not the question here. Gaming is, has, and will be about clock speed and graphics card.

      "is and has"...yes. "always will be"...absolutely not. Once we have enough power in a massively parallel system we will be able to provide much more visually accurate virtual environments through realtime raytracing in interactive applications.

    67. Re:More Cores, More Power by electrosoccertux · · Score: 1

      Sir this is an amazing piece of wisdom. Thank you for that. I will remember this.

    68. Re:More Cores, More Power by Falconhell · · Score: 1

      I used to worry about having a 3 inch dick until I found girls like them that wide!

      (:

    69. Re:More Cores, More Power by The+Snowman · · Score: 4, Insightful

      The 6 core system is slower in non-parallel tasks because the OS has per-core overhead. So all single-threaded tasks get slower as the number of cores rises.

      Imagine a task running on an otherwise idle core. It is running as fast as possible, with only OS overhead getting in the way of using 100% of that cpu. Now add more OS overhead to that cpu for core management. There's also cpu (hardware)-level overhead to consider, and the possibility that caches aren't ramped to the same level, so now more cores may be sharing a same-sized cache ... etc.

      Imagine a single-threaded game with a high CPU demand that consumes all time on a single CPU, while background processes such as the OS, drivers, pr0n downloads, etc. run on the second core.

      Yes, each core has overhead, but in general, more cores does increase the system's potential performance even if it maintains or decreases an application's performance.

      Honestly, this is not always a big deal. I have a quad core, but often have to wait for the hard drive to do anything.

      --
      24 beers in a case, 24 hours in a day. Coincidence? I think not!
    70. Re:More Cores, More Power by MDillenbeck · · Score: 1

      Older games? My solution - VMWare and an old OS install to help remove conflicts.

    71. Re:More Cores, More Power by Niris · · Score: 1

      Shut up Meg - Peter

    72. Re:More Cores, More Power by Mad+Merlin · · Score: 1

      "However there is a significant cost difference that must be factored in when deciding 4 vs. 6 cores (at least last I checked, there was a huge price 'upgrade' for equal GHz +2 cores)" Not so: Newegg has the 6 core 2.8ghz AMD 1055T for $200, and Microcenter was recently offering $50 off a 1055T compatible AM3 motherboard when you bought a $200 1055T. The motherboards are only $55 so you're only paying $5 for the board. So essentially you pay $205 to get a 6-core CPU and a new motherboard. That's a very good price to make the leap to 6-cores.

      I think the GP was talking about Intel pricing, where you're pretty much guaranteed to get fleeced. AMD is great on performance/$, but they don't have any chips that compete above the mid to mid-high performance market.

    73. Re:More Cores, More Power by The+Snowman · · Score: 1

      So far, I've seen no mention of the size of L1, L2, or L3 caches, or the bandwidth of channels for memory, or anything else.

      That is one of the key issues: the system buses. Great, you have more cores. How much data can you move and how quickly between the CPUs, various caches, main memory, hard drive, video card, network card, etc?

      I remember the good old days when a Pentium 66 could outperform a Pentium 75 on some tasks because it had a 33 MHz bus compared to a 25 MHz bus. Anymore nobody would notice, because on either machine a sane person would get up to make a sammich or a cup of coffee anyway.

      To this day, I still remember the huge landmark of the 100 MHz desktop CPU. Computer Shopper had a cover with the words "towers of power" on it and close-up pictures making them look like skyscrapers. As a geek teenager, I was awestruck.

      --
      24 beers in a case, 24 hours in a day. Coincidence? I think not!
    74. Re:More Cores, More Power by toddestan · · Score: 1

      I thought the Pentium chips they sell now are basically Core 2's with some of the L2 cache removed?

    75. Re:More Cores, More Power by toddestan · · Score: 1

      Probably something like running a null loop as fast as possible, where the Netburst chips can use the raw clockspeed advantage they have.

    76. Re:More Cores, More Power by Anonymous Coward · · Score: 1, Interesting

      Try networking, ie with a girl, and you will see why longer is better.

      Well, truth is, girth is king. A 10 twizzler stick doesn't satisfy.

      With four ehm, cores, you can dedicate them all to the same port. Ten twizzlers--now we're talking!

    77. Re:More Cores, More Power by AmigaHeretic · · Score: 3, Funny

      I think you made the wrong analogy.

      Do you want 1 big penis or 6 to 8 tiny ones?

    78. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      Not completely true. There's a heavy overhead going from one core to two, because things have to be synchronised. Going from 2 to 3, 3 to 4, etc is increasingly less burdensome. Going from four to six is pretty much negligible. Besides, this is an Intel core i7, so cores without work to do will be put to sleep, so a benchmark would either run on all six cores (and therefore faster) or two or more cores would be sleeping, reducing the CPU to the same as the 4 core.

    79. Re:More Cores, More Power by Haeleth · · Score: 1

      Remember quad core cpus just came out 3 years ago and we're already on 12 cores. Does anyone doubt we'll be on 24 or more cores in 3 years?

      It's not so long ago that people were saying "Remember 1GHz processors just came out a couple of years ago and we're already on 3 GHz. Does anyone doubt we'll be on 9 or more GHz in 3 years?"

      So far, massive parallelism has only been shown to be effective for solving certain specific types of problem. Just because the current trend is for more cores doesn't mean that we're inevitably going to see yet more cores in home computers. We might run into diminishing returns sooner than you think. Or then again, we might not. The tough thing about predicting the future is that it's impossible.

    80. Re:More Cores, More Power by caitsith01 · · Score: 1

      Obviously, a single-threaded application will generally run better on the faster-clocked system, unless that system is being loaded down with a lot of other processes.

      Most games, with a few exceptions, are single-threaded applications. Gamers are much better off with a higher clocked dual core system than a slower-clocked, 6 core system.

      --
      Read Pynchon.
    81. Re:More Cores, More Power by confused+one · · Score: 2, Interesting

      lots of legacy VB code. Some jobs run as fast or faster on Pentium D compared to a Core 2. The code is single threaded and it does not take advantage of any of the CPU design improvements implemented since the Pentium II or the early Pentium III. Since the Pentium 4 and Pentium D ALU runs at 2x the processor core speed, for these tasks it does well.

    82. Re:More Cores, More Power by RulerOf · · Score: 1

      I used to worry about having a 3 inch dick until I found girls like them that wide!

      And you'll do us all the favor of telling us where these women may be found???

      =)

      --
      Boot Windows, Linux, and ESX over the network for free.
    83. Re:More Cores, More Power by recoiledsnake · · Score: 4, Funny

      Just add 4 more cores to handle the core overhead.

      --
      This space for rent.
    84. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      I have a single process running using 1,595% of a 16 core machine :)

    85. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      Your wife must be a Core-Queen.

    86. Re:More Cores, More Power by RulerOf · · Score: 1

      Please name one of these tasks, Pentium D is such a crap design I would love to know what it does do well.

      I've got a Pentium D in my HTPC. It randomly bluescreens extremely well!

      --
      Boot Windows, Linux, and ESX over the network for free.
    87. Re:More Cores, More Power by Korin43 · · Score: 1

      Maybe I'm missing something, but unless the 6-core system is clocked slower than the 4-core one, the 6-core system should outperform it easily in all tasks.

      You're missing something. If the 6-core and 4-core processor are a similar design, each core in the 6-core processor will run slower than the ones in the 4-core processor. Processors are clocked based on how much heat they generate, and 6 cores running at a particular speed gives off more heat than 4. The result of this is that you could disable 5 of those cores and run the single remaining core at a substantially faster speed, which is the whole point of the recent i5/i7 changes that allow it to overclock individual cores if they're not all being used. If you want to run a single-threaded program really fast, the best thing you could do is run off all cores except one and overclock the remaining one.

    88. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      But, technically, if I understand it only when you have a system which can TOTALLY handle that juice AND if you have the aps that use that and you have that many things running to use all the cores.I am still a firm believer that a good dual core is more than adequate for most everyone and everything

    89. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      I think throughput matters more in that sort of situation.

    90. Re:More Cores, More Power by mmkkbb · · Score: 1

      Exactly. FOr I/O bound tasks a 6-core system with a slower front-side bus could be outperformed by even a single-core system with faster memory bandwidth.

      --
      -mkb
    91. Re:More Cores, More Power by diabloskh · · Score: 1

      I seriously want to know if the operating systems and software are making advantage of all these cores and how they really apply to processor speed. Everything is so confusing in processors that I have to do a few days of research just to decide what processor I want to use.

      --
      When all else fails stab yourself with a fork and reboot. Robot Monkeys Stole My Brain http://www.reverbnation.com/store
    92. Re:More Cores, More Power by tsalmark · · Score: 1

      Making a living letting people gawk at you might not be that bad.

    93. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      Do you want 1 big penis or 6 to 8 tiny ones?

      If I go with the latter, can I do 6 to 8 women at once?

    94. Re:More Cores, More Power by tsalmark · · Score: 1

      If I can have 6-8 orgasms at once you know which way I'm leaning.

    95. Re:More Cores, More Power by DarkEmpath · · Score: 1

      Maybe I'm missing something, but unless the 6-core system is clocked slower than the 4-core one, the 6-core system should outperform it easily in all tasks.

      Last year I purchased an AMD triple core X3 720 "Black edition". I figured, for my usage, it would out perform a quad core at the same speed. In place of the fourth core, it has larger internal caches (6MB!). Since most software isn't optimised for parallel tasks, I figured "fewer cores, bigger caches" is the go.

      YMMV, but just like "higher clockspeed" != "faster", "more cores" != "more performance". It usually does, but not always.

    96. Re:More Cores, More Power by FlyHelicopters · · Score: 1

      SSDs are your friend... :)

    97. Re:More Cores, More Power by petermgreen · · Score: 1

      Newegg has the 6 core 2.8ghz AMD 1055T for $200 [newegg.com],
      Indeed, it's only double the price of a quad-core amd chip of the same clock speed. With the intel 960/970 the difference is only just over 1.5x.

      The real issue is there is a huge gap between the top end AMD 6-core chip and the bottom end intel 6-core chip. So the midrange buyer essentially has a choice between buying the top end AMD 6-core or buying an intel chip with only four cores but better performance of each individual core. IMO for desktop use the latter is more important.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    98. Re:More Cores, More Power by Lord+Kano · · Score: 1

      If I can have 6-8 orgasms at once you know which way I'm leaning.

      I'll take one big orgasm over your 6-8 tiny ones.

      LK

      --
      "Hi. This is my friend, Jack Shit, and you don't know him." - Lord Kano
    99. Re:More Cores, More Power by mysidia · · Score: 1

      Yeah... that's why we need 4-spindle hard drives -- or SSDs, but SSDs are expensive.

    100. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      We don't need no stinking multitasking

    101. Re:More Cores, More Power by jd · · Score: 1

      See: Limit - Amdahl

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    102. Re:More Cores, More Power by jd · · Score: 1

      A benchmark that flooded the cache for the first core would need to reload the cache for the second, third, and so on. The total improvement, owing to the non-shared L1 cache, would likely have been bettered had the real-estate used in the extra cores been used in extra L1 cache space instead.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    103. Re:More Cores, More Power by FreonTrip · · Score: 1

      As far as the Core 2 designs go, this is generally true. Unless a profound level of rearchitecting occurred behind the scenes when I wasn't looking, a Core 2 Quad is basically just two Core 2 Duos housed in the same chip package, independently vying for access to the memory controller. Now the design's still a lot more efficient (and clock-for-clock performant) than the Pentium Ds ever were, but without oodles of memory bandwidth and very high FSB speeds the C2Q's going to be bandwidth-constrained in certain demanding scenarios. Intentionally hobbling a quadcore CPU (generally by lowering the FSB or crippling the quantity or implementation of on-die cache) to shove it into a "budget" role will make these engineering limitations all the more apparent...

    104. Re:More Cores, More Power by Mike610544 · · Score: 1

      Maybe I'm missing something, but unless the 6-core system is clocked slower than the 4-core one, the 6-core system should outperform it easily in all tasks.

      memcpy ((void *) dest, (void *) src, 1000000);

      --
      ... also, I can kill you with my brain.
    105. Re:More Cores, More Power by mcrbids · · Score: 1

      Maybe I'm missing something, but unless the 6-core system is clocked slower than the 4-core one, the 6-core system should outperform it easily in all tasks.

      Oh, if only it were that simple. "From the gut" it would seem that you are correct. Most people think of processing power like logs in a lumber mill - double the number of saws cutting wood, and you double the amount of wood getting cut! But that's not the only factor, and increasingly, it's not even a primary factor.

      For example, here's an interesting write-up about a guy who experienced a six-fold performance increase by reducing the number of active CPU cores on his server from 4 to just 1.

      There's a *tremendous* cost in cross-connect costs when going multi-core, and often, these cross-connect costs enough to make the whole "multi-core" thing irrelevant or even detrimental. Yes, the majority of the time, more cores IS faster, particularly when you are running multiple applications on a single system. But for dedicated servers, the formula is often not nearly so simple!

      --
      I have no problem with your religion until you decide it's reason to deprive others of the truth.
    106. Re:More Cores, More Power by mysidia · · Score: 1

      In that case, i've got to get one of those Intel many cores 48-core chips....

      Basically, equivalent to a 4 foot penis. Now what woman wouldn't LOVE that?

    107. Re:More Cores, More Power by FreonTrip · · Score: 1

      Besides generating heat, they're not too awful at media encoding and Photoshop filters. Anything with a relatively low propensity for branching or interrupting the mouth-watering 31 stage pipeline will perform with some facility. Intel's aggressive marketing / evangelism also yielded a lot of applications well-optimized for the Pentium 4, and even now the Pentium D is frequently listed as a minimum CPU in new PC games. The support for SSE1-3 and x86-64 also buys it some time from a practical use perspective. That said, I sold off my Pentium D + Intel D945PSN combo a while back and used the proceeds to pick up an Athlon II X2 with a free motherboard at my local Micro Center. I can't reasonably use it as a Hackintosh, but hardware virtualization, a massive performance gain, and the loss of a small space heater in Texas summer heat were worth the switch.

    108. Re:More Cores, More Power by FreonTrip · · Score: 1

      I have to guess it's a heat or power issue, though you probably already know that. :P

    109. Re:More Cores, More Power by mcrbids · · Score: 1

      PS: I know, he reduced the cores from 8 to 1. But still, my point remains?

      --
      I have no problem with your religion until you decide it's reason to deprive others of the truth.
    110. Re:More Cores, More Power by forkazoo · · Score: 1

      Maybe I'm missing something, but unless the 6-core system is clocked slower than the 4-core one, the 6-core system should outperform it easily in all tasks.

      In practice, chips with more cores are almost always going to be avalable at a lower clock speed than those with fewer cores. 12 Core chips currently top out at like 2.2 GHz, for example.

    111. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      Nobody said they were both attached to you.

    112. Re:More Cores, More Power by Jah-Wren+Ryel · · Score: 1

      Imagine a single-threaded game with a high CPU demand that consumes all time on a single CPU, while background processes such as the OS, drivers, pr0n downloads, etc. run on the second core.

      Bingo! I can't say off the top of my head if that's how linux (or windows works) but other unices are known to work exactly like that - the extra accounting work of the OS goes to an idle cpu just like any other task, or at least stays on one monarch cpu while the others are free of it. Furthermore, with things like interrupt distribution and migration where hardware interrupts are assigned round-robin to all the cpus in the system - more cores means less interrupt handling work per core and if an app is smart enough and privileged enough to migrate interrupts off the current cpu, that's even better - the task that runs flat out and is cpu bound never gets 'interrupted' in favor of a hardware interrupt from some I/O device because another cpu has been designated to handle them instead.

      --
      When information is power, privacy is freedom.
    113. Re:More Cores, More Power by breeze95 · · Score: 1

      lots of legacy VB code. Some jobs run as fast or faster on Pentium D compared to a Core 2..

      That's simply not true. A 2.6 GHz Core 2 duo beats a 3.0 Pentium D in every bench mark tests. The reason why the 2.6 GHz Core 2 duo totally outperformed the faster 3.0 GHz Pentium D is due to the fact that the new Intel core architecture performs more calculations, read and write tasks per clock cycle that the older Pentium cores. For example, The Pentium 4, Pentium D belongs in this class of processors, can perform 9,726 MIPS at 3.2 GHz. The Core 2 Duo ranges from 15,000 - 49,000 MIPS at 2.6 GHz. So, no way should a Pentium D out perform a core 2 Duo in any tasks.

    114. Re:More Cores, More Power by Stan+Vassilev · · Score: 1

      As screens get bigger they will fill up with this feed, that feed, weather, streaming video, multiple website tabs, flash games, a few trojans, printer drivers, chat clients, etc. Lots and lots of things going on at the same time, more cores will make future computing a much more enjoyable experience.

      I enjoy your exercise in naively extrapolating trends from few years ago, but I don't think the average users consults a chart in order to see how heavily he should multitask. The tehcnology has been good enough for most user scenarios for quite some time now. The current bottleneck is the user, who's simply happy with what he has on the desktop.

      In fact, everyone is increasingly using mobile devices to do work that was previously done on desktops. The same mobile devices running (relative to the desktop) underpowered ARM chips, and where, apparently, multitasking as a concept itself is considered at most "nice to have, but whatever" rather than increasingly important.

    115. Re:More Cores, More Power by maxwell+demon · · Score: 1

      err, "fortran lobster". Maybe with a 30,000 core box, Slashdot would be able to handle editing a post?

      I think that's a deliberate decision to prevent someone changing a post after someone commented on it (possibly linking from another thread, so just checking replies isn't sufficient).

      There's preview to catch those errors. However I know quite well that often you don't see your errors in preview, just to notice them immediately after submit ...

      Maybe a comment editing system where you have to access to previous versions of a comment (and permalinks to them) would work. For replies, if a comment is edited, an automatic note could be added that the parent was edited since that comment was made, linking to the old version of the comment.

      However there's also the question what to do with moderations, which may not be appropriate with the edited version of the comment. One possibility would be to lose all moderations on a post as soon as you edit, but that would enable trolls to effectively fight a down moderation by making minimal changes to their posts.

      Anyway, even a 30,000 core box won't help you with those problems.

      --
      The Tao of math: The numbers you can count are not the real numbers.
    116. Re:More Cores, More Power by shutdown+-p+now · · Score: 1

      If you bought a 6-core system for gaming, the numbers would be even funnier.

      CPUs have stopped being the bottleneck for games ages ago, though, so hardly anyone would notice. Any 6-core rig on sale today has enough juice to run any game smoothly, so long as you have the graphics card to satisfy its demands.

    117. Re:More Cores, More Power by mike2R · · Score: 1

      CPUs have stopped being the bottleneck for games ages ago, though, so hardly anyone would notice. Any 6-core rig on sale today has enough juice to run any game smoothly, so long as you have the graphics card to satisfy its demands.

      Depends on the games you play. This is true for most 'twitch' type of games, or anything really where all the important stuff is what is going on in front of you. A strategy game or economic sim, or a game with a large complex, open world on the other hand...

      Pretty much all the games I play regularly are CPU bound assuming you meet the basic graphics card requirements: games like Civ and Paradox's various strategy games. X3 from Egosoft (open world space game with a massive universe running in the background). Or a sports management game like Football Manager 2010, where you can add as many worldwide leagues as your rig can handle.

      --
      This sig all sigs devours
    118. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      Is there a correlation between penis size and orgasm size?

    119. Re:More Cores, More Power by noidentity · · Score: 1

      The 6 core system is slower [than a 4-core system] in non-parallel tasks because the OS has per-core overhead. So all single-threaded tasks get slower as the number of cores rises.

      Simple solution: permanently disable two of the cores. Oh, wait...

    120. Re:More Cores, More Power by noidentity · · Score: 1

      Only modern games have been designed to take advantage of multi-processor systems. There is also a scaling factor which needs to be considered on an engine by engine basis.

      If the game uses OS services for things that use significant CPU time, then they can still take advantage of more cores as the OS will do so when the game invokes such services. I always think of Apple's switch from 68K to PowerPC, where emulated 68K apps would run reasonably fast since they often had the OS do heavy lifting, which was native (for example QuickTime). Same for PowerPC apps running on an x86 Mac in emulation under Rosetta on OS X.

    121. Re:More Cores, More Power by L4t3r4lu5 · · Score: 5, Funny

      The Jeremy Clarkson school of Computer Science.

      POWERRRRRRRR!

      --
      Finally had enough. Come see us over at https://soylentnews.org/
    122. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      No need to cast to void*, it will be done implicitly (in both C and C++).

    123. Re:More Cores, More Power by physburn · · Score: 1
      Very much depends on the application that's running, most modern code is still not written to use multiple CPUs. In order to use the power of all the core, you need to have the task to be done, seperated into batches that are queued ready to be processed by which ever of the cores is available at any one time. But some tasks just don't parallelise in that way. When it comes to gaming however 3d rendering and collision detection are the main bottlenecks, and these are both highly paralleliseable is if extra cores don't speed it up, its because the programmers haven't caught up with the chip yet.

      ---

      CPUs Feed @ Feed Distiller

    124. Re:More Cores, More Power by FrankHS · · Score: 1

      You guys watch too much porn!

    125. Re:More Cores, More Power by thegarbz · · Score: 1

      Only modern games have been designed to take advantage of multi-processor systems.

      Oh how convenient, only modern desktop systems are multi-processor systems. Somehow I don't see this as a problem. It's like the DirectX argument: "But current games do just fine without all those fancy new features, they are just trying to sell video cards." Then a new game comes along which blows everyone's mind and the conversation is quickly forgotten.

    126. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      Is there a correlation between penis size and orgasm size?

      There is now. My orgasm is bigger as yours!

    127. Re:More Cores, More Power by allcoolnameswheretak · · Score: 1

      Right. When I bought my most recent PC I opted for a 3.2 GHz dual core rather than a 2.2 GHz quad core. I'm pretty certain that even today most applications still run mainly single threaded, using parallelization only for some I/O operations, like disk access, resource loading or music streaming. Writing multi-threaded applications is hard and error prone. My opinion on the matter is, that we don't have the right tools and abstractions yet, even though we're rapidly moving in the right direction. My experience from game programming tells me that 95% of code runs single threaded (has to run single threaded) and only about 5% can be delegated to other threads.

    128. Re:More Cores, More Power by TheRaven64 · · Score: 1

      Off topic, but it would also be possible to simply lose positive moderations after editing a comment, but keep positive ones. That way, anyone posting something insightful but changing it to something inciteful would have to start over again with the moderation, but anyone posting a troll would be stuck with that moderation until mods see the edited version.

      --
      I am TheRaven on Soylent News
    129. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      You talking about the Cell architecture?

    130. Re:More Cores, More Power by VShael · · Score: 1

      Not necessarily. I could very easily envisage a 6 core system that plays games/handles most tasks worse than a quad core system (emphasis on most).

      So what you're saying is, it's not the number of cores, but how you're using them that counts?

    131. Re:More Cores, More Power by BetterThanCaesar · · Score: 1

      Four more cores! Four more cores!

      --
      "Stop failing the Turing test!" -- Dilbert
    132. Re:More Cores, More Power by ultranova · · Score: 1

      There has been intense research and attempts to port software to "massively multi-core" platforms for 20-30 years now. Most software just can't benefit, though they might have finally finished porting the "fortran obster" by now.

      Yes, and since single-core machines have run their course, and shared-memory multicore is busily banging its head against memory bandwidth wall, you either port your application or accept that it'll be outcompeted by those that are ported.

      You can say we need a language we don't have yet to run on an archtecture we don't have yet to solve a problem we don't have yet, but you're not going to get very far selling that.

      The problem: the performance of a single core is about as good as it's ever going to get. This means that any faster systems will be multicored, and exponential growth means that we'll switch from current 2-4 -core systems into dozens, then hundreds, then thousands in a decade or so.

      This leads to another problem, namely memory bandwidth. It was already insufficient even for a single core, leading to the need for several levels of caches and designing algorithms to avoid cache misses by obeying locality of reference. This kind of architechture can do a small number of operations for a small amount of data very fast, and is very slow if either code or data size increases, or either is accessed in a pattern different than what the processor expects. And once we have hundrends of cores competing for memory access, the problem becomes hundreds of times worse. The only way to solve it is to have each core (or a small group of cores, but why not go all-out?) have its own memory. This then leads to the next problem:

      There's no way a human being can program a machine with hundreds of cores and non-shared memory with our current tools. The effort required is simply too much. We'll be switching to a new model out of necessity; and a dataflow language is a natural fit.

      So, in short, I'm suggesting a solution to a problem that we have right now, and will only get worse as time passes.

      Meanwhile people who have solved real-world problems requireing massive parallelism have invented "cloud-like" solutions, without the need to put all the processors in the same box.

      No, the people who require massive computing power are using "cloud-like" distributed computing solutions to work around the lack of power in a single computer. It would be far better to have all the processors in the same box, since that way communication latency would be minimized and bandwidth maximized.

      The only way to avoid massively multi-core PCs in the future is if the evolution of personal computers stops completely. There simply isn't any other way to increase their power anymore.

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

    133. Re:More Cores, More Power by Anonymous Coward · · Score: 0
      I have a four inch penis, you insensitive clod!

      Posted AC for obvious reasons :p

    134. Re:More Cores, More Power by AVryhof · · Score: 1

      At first, I thought this was going to be a post addressing the increased power consumption of additional cores. I can see that being a negative factor in some cases.

    135. Re:More Cores, More Power by gabrielex · · Score: 0

      Exactly, you have to see also what kind of instructions are used, how they're used and how programs are coded to benefit of those functions. Moreover there are some Intel i5 CPUs that are dual core and other ones that are quad core, so not even the CPU family is enough anymore to know anything anymore which makes for the average not so tech savvy buyer even more difficult to choose and to know the real differences. But mainly this is probably just pure marketing!

      --
      Bye -Gabriele- http://flickr.com/photos/gabriele83
    136. Re:More Cores, More Power by kanto · · Score: 1

      because some of us run more than one thing at a time....

      Granted, but the hiccup comes when you have something that's CPU hungry and doesn't properly make use of the plethora of cores, might just use one; it will take a long time to finish or it performs badly as a real-time app. In that situation you'd get better results with less cores at a higher CPU frequency.

    137. Re:More Cores, More Power by Anonymous Coward · · Score: 1, Interesting

      I3 = dual core, I5 is both 2core and 4core, I7 is 4 core, but is now 6 cores. Yeah, that makes sense. Uh huh.

      Ha. If only the number of cores was the problem with the numbering system. Thing is, there's also the following to consider:

      Some i5 chips have on-board GPU support. All i3's and i5's use the LGA 1156 socket.

      i7's however.. the i7-8xx series use the LGA 1156 socket, while the rest of the i7's use the LGA 1366 socket. Yes, you read that right, there's two i7's that are dual-channel and use a different socket vs the rest of the i7's that use triple-channel and the larger socket.

      I think Intel was going for the whole i3 = entry, i5 = mid and i7 = high-end, but they screwed themselves with the socket designation.

    138. Re:More Cores, More Power by pinkushun · · Score: 1

      Agreed! Better to have sex all night, than to finish off in one big bang and roll over ;D

    139. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      Would you want to have a 4 inch penis? Don't you think a healthy 6 or 8 inches might be better?

      I have a quad core, which I'm confident will soon become the equivalent of a 4 inch penis. I'll have to upgrade my e-peen when it become affordable.

      Flawed comparison, you totally neglected the speed factor.

      A more appropriate analogy would be choosing whether you'd prefer 4 long penises or 6 shorter ones.
      But either case, it implies that the average penis grows longer over time.

    140. Re:More Cores, More Power by vlm · · Score: 1

      Maybe I'm missing something, but unless the 6-core system is clocked slower than the 4-core one, the 6-core system should outperform it easily in all tasks.

      Classic newbie to high performance computing mistake. All a "supercomputer processor" does is push the bottleneck to another spot, which sometimes/often collapses completely under the load. My guess is the memory caching and memory bandwidth subsystem.

      Its pretty easy to end up in a situation, especially in semi-realtime work, where you end up with not enough memory BW (or other BW) for any task to succeed. So, you're encoding multiple realtime video streams. And you have 4 cores. And your encoding process takes one full core plus 1/4 of the memory bandwidth to keep up with the realtime stream. You'd like to handle more than 4 simultaneous streams. No problemo, just pop in a 6-core and feed in 6 streams. Ooops, you've now got enough processor to handle 6 streams, but you only have 2/3 of the required memory bandwidth. Assuming it splits equally, all the tasks will fail to keep up with real time, and your number of successful encoded streams, rather than increasing from 4 to 6, drops from 4 to ZERO ZILCH NADA because none of the streams have enough dedicated memory (or cache/disk/network/whatever) bandwidth.

      If you're thrashing because you don't have enough memory, or enough memory bandwidth, or whatever, more cores is just gonna make it collapse faster.

      Standard slashdot car analogy is an Indy car requires heavy "exotic" 190 Kpsi tensile strength chromemoly steel head bolts to prevent the head from blowing off the block. On the other hand, installing that level of head bolt on my 1998 Saturn is not going to make my car any faster, if anything they're heavier and more expensive so they'll slow my car down, because I could have put that weight and money into the suspension, tires, exhaust, etc.

      --
      "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
    141. Re:More Cores, More Power by pieterh · · Score: 1

      The drop-off in per-core efficiency is due to multithreading models based on shared data. Shared data requires locks, semaphores, and waits, and as the number of threads trying to share the same data increases, they get more and more conflicts, and waits, so that even the very best multithreaded application sees no speedup after four or so cores. But it's unlikely to have such heavy work on a desktop, and for dedicated back-end servers it's frustrating because above four cores, there's no obvious gain. Perhaps that is why Intel and AMD are not yet fighting a core war.

      However the shared data design is just one option. If you do message-passing concurrency you can create applications in any language that can scale linearly to any number of cores. It's possible in any language, just requires the right inter-thread communication model.

      I assume the core war will come once message-passing concurrency becomes a standard way of writing concurrent applications.

    142. Re:More Cores, More Power by vlm · · Score: 4, Funny

      while background processes such as the OS, drivers, pr0n downloads, etc. run on the second core.

      More likely, given todays throw away mentality of, "if its infected, just throw it out and buy a new PC", using a 6-core processor means you get 5 "free" worm/virus infestations before you "have to" buy a new computer. Unless you run mac or linux of course.

      --
      "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
    143. Re:More Cores, More Power by antsquish · · Score: 1

      The parent is spot on with something others seem to have overlooked - lock contention becomes a bigger problem as you have more simultaneously running processes/threads competing for shared resources across an increasing number of cores. One of the big challenges for general purposes OSes as the number of cores scale up is coping with access to shared data structures that previously were not a problem.

    144. Re:More Cores, More Power by shnull · · Score: 1

      i still run the top end 3,333ghz core2duo cpu and i didnt even have to overclock it yet (well, only just once for fun and challenge ofcourse) because it lacks the power to run some app or game, i'm not even sure if there's a lot of software that actually makes decent use of 4 separate cores yet. As for games, most are shitty console ports that wouldnt run decently on a pc if you installed 4 quadcore cpus in the middle of the crossfire. I'm waiting to upgrade.

      --
      beware he who denies you access to information for in his mind, he already deems himself to be your master (SMAC-ish)
    145. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      Hey, Intel - shrink the atom core, clock it at 2.5 to 3 ghz, give us 50 atoms on one chip and save yourself some hassles with this iWhatever confusion. Make the model number the number of atom cores.

      Really?! It's particularly ironic that you've posted this in response to a message about how the memory bottleneck, rather than the number of cores, is the issue here.

    146. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      I3 = dual core

      but hyperthreaded so it appears as a 4-core ...

    147. Re:More Cores, More Power by Grimbleton · · Score: 1

      NetHack

    148. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      You don't HAVE to use it all at once, you know.
      There's nothing wrong with keeping a core or two in reserve.

    149. Re:More Cores, More Power by Demonantis · · Score: 1

      Common examples include the core 2 duo celeron processor under performing against most Pentium 4s.

    150. Re:More Cores, More Power by TheThiefMaster · · Score: 1

      The real issue I see is memory access. Even with a single core did we run into memory bandwidth/latency bottleneck; with 4-6 cores those are 4-6 times as much. In the long run we have to give up Neumann architechture; it simply can't scale to our needs. A NUMA might be an acceptable compromise [...]

      Perhaps inspiration needs to be taken from GPUs (specifically the recent GPGPUs). The GeForce GTX 480 is a 480-core gpu, divided up into 15 32-core "multiprocessors". Each multiprocessor has a small amount of local ram (64kB), which can be split between cache for main-ram and actual local-ram. It's not full NUMA, there is still a main large ram bank, but the processors also have extremely fast local memory.

    151. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      So, what you're saying is, it's not the number of cores but how you use them?

    152. Re:More Cores, More Power by jellomizer · · Score: 1

      The annoying part is that cores and clock speed are not the only factors.

      Cores are how many instructions can be ran at the same time. Clock speed is how fast they can run the instruction. However new designs can improve some instructions. And new instructions for new comman tasks can mislead the clock speed. And this is over simplfying it.

      The problem with the intel lineup unlike the old days... 286, 386, 486, Pentium (pent means 5), pentium 2...
      They are now having multible lines of processors and with little info to the average do it yourself PC buyer what to choose.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    153. Re:More Cores, More Power by DarkXale · · Score: 1

      For shooters yes; Strategy games, many sims, and most MMOs are still very CPU intensive because of the volume of objects and things often going on in these games. WoW is bottlenecked by the CPU far more often than the GPU. Bad Company 2 is also very CPU intensive (So shooters can certainly go there if they want, they just often avoid it). And since some people also like to record/stream nowadays - its an even bigger consideration. Tons of people can't use recording software because their CPU is inadequate for their GPU/Monitor combo.

    154. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      Except disk/GPU-limited tasks. Adding a GPU adds a lot more than 2 cores of a CPU. I wouldn't be surprised to see a future OS run on the GPU and use the CPU for coordinating I/O and cache.

    155. Re:More Cores, More Power by TheThiefMaster · · Score: 1

      Wow, someone who knows what setting processor affinity is actually for: Fixing programs that break on a multicore machine.

      I've seen it advertised as a way to increase performance in a single-threaded game, but it doesn't. If anything, it'll run a few fractions of a percent slower. Why? Because it's impossible to stop Windows using that core for anything else. Something will end up scheduled onto the "game's" core temporarily, kicking the game off, and instead of resuming immediately on another idle core (or the first to become idle) it will sit suspended. If you really screw up you'll have a cpu that handles hardware IRQs on one core, and you'll have set the game's affinity to that core, causing it to get interrupted constantly.

    156. Re:More Cores, More Power by TheThiefMaster · · Score: 2, Informative

      There are a couple of errors in what you've said:
      1: The newer CPUs can switch between one fast core and multiple slower cores based on demand (they call it "turbo boost" / "turbo core"). This means that there isn't really any speed loss for a higher number of cores any more.
      2: There would be no point in hyperthreading if it gave a guaranteed cut in performance like that. If only one of the two "virtual" (actually "hardware") threads is in use, the other one runs at full speed.

      This adds up to meaning that there isn't normally a cut in single-thread performance for getting a cpu with more cores, unless you actually use them. And if you do load the other cores, the performance drop is much less than if you put that much load onto a single cpu core...

    157. Re:More Cores, More Power by Rockoon · · Score: 1

      On a dollar for dollar basis tho, the assertion that dual cores are clocked higher than 4+ cores is simply not consistently true.

      In the $100 to $200 arena the quad cores are about the same price per ghz as the dual cores, and at the $300 mark you can get a 3.2ghz 6-core with turbo up to 3.6ghz for the same price as the fastest 3.46ghz dual core.

      At $180, you can grab a 3.4ghz quad core. You cannot find a dual core near that price that is any faster.

      --
      "His name was James Damore."
    158. Re:More Cores, More Power by Corwn+of+Amber · · Score: 1

      Who wants AMD cpus? They overheat, get mounted on low-quality chipsets, need drivers to not burn (funny story with a 3500+, windows setup had no K8 driver, the laptop MELTED during install), they always have less cache than Intel cpus, the chipset drivers suck, Intel does everything better.

      --
      Making laws based on opinions that stem up from false informations leads to witch hunts.
    159. Re:More Cores, More Power by flappinbooger · · Score: 2, Insightful

      yeah, but not everyone will go mobile and/or use something like the iPad. I just think some people don't "work that way."

      --
      Flappinbooger isn't my real name
    160. Re:More Cores, More Power by Corwn+of+Amber · · Score: 1

      Yeah, faster to run everything at all on one overclocked core instead of leaving the OS and everything on at least a second one? Wait MINUTES for context switching? (Yeah, microseconds - go run one demanding app on Windows on 1-core and switch tasks, even to Start menu. Minutes.)

      --
      Making laws based on opinions that stem up from false informations leads to witch hunts.
    161. Re:More Cores, More Power by drinkypoo · · Score: 1

      First, six-core processors usually ARE at slower clock rates than three/four-core processors. Second, they don't tend to add as much cache as they do cores.

      Honestly, this is not always a big deal. I have a quad core, but often have to wait for the hard drive to do anything.

      That doesn't change what it's like to wait for processing.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    162. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      Those of us with 10", don't have time to worry about our e-peen size.

    163. Re:More Cores, More Power by Corwn+of+Amber · · Score: 1

      No, it doesn't.

      Dedicated server? Ok, one task per core.

      Of COURSE if you're running some windows, that one switches affinity all the time, just to make everything slower... Not gonna happen to them to think of distributing interrupts. Or design their systems in any remotely sane way.

      Tremendous cost in interconnection... run one task per core... leave one core for undemanding background system processes... no more interconnection costs... voilà, more cores = more power.

      --
      Making laws based on opinions that stem up from false informations leads to witch hunts.
    164. Re:More Cores, More Power by Lonewolf666 · · Score: 1

      Imagine a single-threaded game with a high CPU demand that consumes all time on a single CPU, while background processes such as the OS, drivers, pr0n downloads, etc. run on the second core.

      Good point, and that is why it is a good idea to buy a PC with at least a dual core processor.

      Beyond two cores, however, it still depends on the application. An example:
      If the above single-threaded game needs more CPU than the OS and other programs combined, the core the game is running on will limit the overall performance. A second core is more than sufficient to handle the rest. A third, fourth... core would only hang around idle.

      --
      C - the footgun of programming languages
    165. Re:More Cores, More Power by jedidiah · · Score: 1

      If the CPU inside the HTPC does less per clock then it probably needs more power and heat to do the same amount of "work" as a newer CPU.

      This is why GPU acceleration can be so cool...

      --
      A Pirate and a Puritan look the same on a balance sheet.
    166. Re:More Cores, More Power by OdinOdin_ · · Score: 1

      Rubbish.

      Cores that are not in use do not carry an overhead into the performance of those cores that are in use. Core management has no overhead if those cores are idle and put to sleep. Sure you can design your OS if you choose to where it does redundant work managing an idle core. But I don't know of any OS that does this.

      It is naive to think that adding cores decreases measured output performance due to additional overhead in hardwre, you can't compare hardware to software. Since hardware unlike software will always solve the problem by using parallel logic steps at the cost of a few more gates, so when they added the cores they also added logic to make all the functions work in that design with the same (usually better) performance.

      Hardware logic solutions of large chips inherently solve their problems in parallel. This is why such things as full disk encryption in hardware in a hard disk controller board are entirely possible with zero measureable difference in bulk IO throughout (200Mb/sec), sure you might get 0.01% loss in command/response latency when its enabled due to the delay line / pipeline effect. But throughput performance doesn't have to drop, the question is will the vendor spend enough money improving the logic to achieve those goals, the cost of a gate to fabricate is cheap; the cost of an engineer to design/test the logic is expensive.

      I agree with the cache and memory bus utilization and preasure for multiple core, but again this is only relevant to cores that are not idle. The underlying premice of your statements is that idle cores cost performance. This is Rubbish.

      Having the OS for example perform IO and interupt handling on another core while the main application/process is running will always be a performance win, now the IO overhead of the application went negative, since the core the application is running on is no longer also having to manage disk IO requests itself.

    167. Re:More Cores, More Power by Corwn+of+Amber · · Score: 1

      There's almost nothing more parallelizable than games. If you wrote game code single-threaded, you're dangerously stupid. There are methods for writing bug-free multithreaded code, the most prominent of which are 1. Think and 2. Test.

      HAS TO run single threaded? WHAT? The input code in the same thread as the graphics, physics, sound, rendering? Do you handle the interrupts yourself, directing them in a state machine that branches to the relevant part of the main loop? NO you don't. Else you'd be programming embedded microcontrollers, not games on PC.

      --
      Making laws based on opinions that stem up from false informations leads to witch hunts.
    168. Re:More Cores, More Power by deburg · · Score: 1

      Do you want 1 big penis or 6 to 8 tiny ones?

      Both!

      Shit, La Blue Girl just flashed into my mind, damn you!

    169. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      Yes.

    170. Re:More Cores, More Power by Corwn+of+Amber · · Score: 1

      Bwaaaahahaaaa idiot.

      --
      Making laws based on opinions that stem up from false informations leads to witch hunts.
    171. Re:More Cores, More Power by ShakaUVM · · Score: 1

      Good point, and that is why it is a good idea to buy a PC with at least a dual core processor.

      Beyond two cores, however, it still depends on the application. An example:
      If the above single-threaded game needs more CPU than the OS and other programs combined, the core the game is running on will limit the overall performance. A second core is more than sufficient to handle the rest. A third, fourth... core would only hang around idle.

      Yep, that basically says it all. The dual-core upgrade was huge - you could let a game run on one core without getting preempted by all the background stuff which could run on another core. 4-6 cores are by and large wasted. And since they tend to cause the whole shebang to run at a lower clock frequency, tend to get outperformed by older dual core CPUs.

    172. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      One big penis can lead to 6-8 tiny ones if your not careful.

    173. Re:More Cores, More Power by Dekker3D · · Score: 1

      In Soviet Russia, joke wonders where YOU went!

    174. Re:More Cores, More Power by Lonewolf666 · · Score: 1

      It depends on the application.
      Reportedly (video is not my hobby) many video editing applications already scale well to multiple cores. I'm sure other applications, including games, will follow. Let alone server applications like database management systems, those are way ahead in going multi-CPU.

      But right now, there also is still a lot of older, single-threaded software around.

      --
      C - the footgun of programming languages
    175. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      A single-threaded program with very-low-to-no branching would get the benefits of the netburst's extremely high clock speeds, without the penalties of the extremely long pipeline. I don't know of any such programs, but there you go.

    176. Re:More Cores, More Power by mdwh2 · · Score: 1

      I don't see how that works for a game though? The thing which needs to run fast is "the game engine", and you can't get that provided by the OS. Whilst there might be individual bottlenecks that can be multithreaded, the far bigger problem is multithreading the entire game loop, so e.g., rendering happens in one thread, with AI being multithreaded in other threads.

    177. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      Hey, Intel - shrink the atom core, clock it at 2.5 to 3 ghz, give us 50 atoms on one chip and save yourself some hassles with this iWhatever confusion. Make the model number the number of atom cores.

      The Atom is less efficient per watt than the Core i7.

    178. Re:More Cores, More Power by nabsltd · · Score: 1

      Reportedly (video is not my hobby) many video editing applications already scale well to multiple cores.

      Running a single instance converting video to Xvid fully utlilizes 2 cores on my system, and part of a third. If I run 3 simultaneous instances, all eight cores are 100% utilized.

    179. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      Would you want to have a 4 inch penis? Don't you think a healthy 6 or 8 inches might be better?

      Seriously though, if you like to game on your computer there is no such thing as too much power.

      So if you like to play with it, 6 or 8 inches is better?

    180. Re:More Cores, More Power by Corwn+of+Amber · · Score: 1

      Yes. Days of research or trust Dell or Acer to do the Right Thing and select the right CPU, instead of skimping on every part that is not HEADLINE CPU or HEADLINE GRAPHCARD.

      Depends if you'd rather 1. waste a couple of days in research, XOR 2. buy a really overpriced pre-built computer so that you're sure the hardware packs serious power (like Alienware and their PCs twice the parts price) XOR 3. buy a piece of pre-built crap and pray that you won't get fucked over too much.

      --
      Making laws based on opinions that stem up from false informations leads to witch hunts.
    181. Re:More Cores, More Power by triffid_98 · · Score: 1
      There may be no such thing as too much power, but gaming rig performance is presently

      A. largely tied to GPU, not CPU performance

      B. largely single/dual threaded

      But it's a free country, feel free to overcompensate...

      I have a quad core, which I'm confident will soon become the equivalent of a 4 inch penis. I'll have to upgrade my e-peen when it become affordable.

      Seriously though, if you like to game on your computer there is no such thing as too much power.

    182. Re:More Cores, More Power by lgw · · Score: 1

      The "get modded to +5 then change the post to a goatse link" fear made a little bit of sense 10 years ago (when crapflooding and page widening and the like was still a real problem), but not today. Every other forum in the world manages to work with editable posts, and I'm sure Slashdot could too. Well, could if any of that mess of Perl is maintainable, that is.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    183. Re:More Cores, More Power by triffid_98 · · Score: 1
      You could also pay around $100 for a Athlon X4. Price wise AMD is a huge bargain, but an Intel i5 (with a mere 4 cores and no hyper-threading) is still faster.

      So essentially you pay $205 to get a 6-core CPU and a new motherboard. That's a very good price to make the leap to 6-cores.

    184. Re:More Cores, More Power by triffid_98 · · Score: 1
      I thought the triple cores were because they kept getting bad chip runs on their black edition quads?

      I used to laugh at AMDs triple core, but I now understand how smart that product was. Scaling 2-3 is more useful than 2-4, especially in gaming.

    185. Re:More Cores, More Power by lgw · · Score: 1

      Few applications need more power than a single core provides. While massive code bloat (largely due to languages that "do everything for you") has made it possible to run on a 4 GHz processer and still be slow, most end-user or server tasks are fine with a single modern core dedicated to that task.

      The main need for more power in one box is the perceived need to run more applications from one physical host, mostly using virtualization these days. If that's the work load, you don't need a new language or architecture to dedicate a core or two to each virtual machine. Outside of some research tasks, most of todays's computing can and is being done by scaling to larger nymbers of "servers". That works just as well on a large number of small boxes, or a small number of large boxes, with today's architecture.

      Google has pretty much proven that the "large number of small boxes" approach is cheaper, if you get serious about reducing the per-box management cost. Sixeteen 2-4 core boxes can usualy be had for 1/4th the price of a 32-64 core box, and it's cheaper to just discard any small box that seems to have a problem than spend time troubleshooting (or the maintenance contact on a high-end non-commodity server). Storage works better that way as well: it's vastly cheaper and faster to stick a couple of SATA drives in each small box than manage some big-name SAN array.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    186. Re:More Cores, More Power by mlyle · · Score: 1

      This is only true if there's lots of instruction-level parallelism in the underlying code.

      Bad compilers produce code with bad ILP (or sometimes, because of actual data dependencies or limitations in the programming language specifications that do not allow data dependencies to be inferred well), and then fancy processors with lots of superscalar love don't run more stuff per cycle.

      http://en.wikipedia.org/wiki/Instruction_level_parallelism
      http://en.wikipedia.org/wiki/Superscalar#Limitations

      By the way your cited MIPs numbers are off the chart, and refer to best-case theoretical throughput with code that uses all available parallelism in the processor. Given that most software today has problems climbing over an ILP of 1.75 on modern architectures, and has only nudged up a few hundredths in the past few years even as architectures have gotten much more parallel, this is unrealistic. (Of course, for hand-optimized, purpose-built close-to-embarassingly parallel software like video encoding, this can be a whole lot better)

    187. Re:More Cores, More Power by Existential+Wombat · · Score: 1

      You don't have enough hands for that. :)

    188. Re:More Cores, More Power by Korin43 · · Score: 1

      If you want to run a single-threaded program really fast

      Learn to read.

    189. Re:More Cores, More Power by Meeni · · Score: 1

      You obviously don't know what you are talking about.

    190. Re:More Cores, More Power by TemporalBeing · · Score: 1

      Even then, you really need to evaluate the processor on a per-core speed for comparison. Which is faster (performs better) - a 4-core 2.4GHz processor with each core running at 1.8 GHz, or a 6-core 2.4 GHz processor with each core running at 1.4 GHz? All cores do not necessarily run at the processor's specified clockspeed, but combined achieve the same performance. Thus both processors in my prior question would be equal despite the core differences. Though programs that are multithreaded may provide a little better performance with more cores, but the overhead (as has been pointed out) and optimizations may negate that.

      --
      Truth is like the sun. You can shut it out for a time, but it ain't goin' away. - Elvis Presley (source: imdb.com)
    191. Re:More Cores, More Power by shadowfaxcrx · · Score: 2, Funny

      Anyone with that attitude is almost guaranteed to not be running Linux.

      And almost guaranteed To be running Mac.

      At which point, you have however many cores Steve Jobs tells you to want.

      --
      "I disagree with you" does not equal "flamebait."
    192. Re:More Cores, More Power by roman_mir · · Score: 1

      My god, is this what has become of /., is that why I've been coming here all this time?

      coming.

    193. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      Depends if I get to have sex with 6 to 8 good looking women at once.

      Got a pick-up line already: Hey sweetie, how about you call your girlfriends and I'll bring the party?

    194. Re:More Cores, More Power by Surt · · Score: 1

      Right, that's why I have the 5 insightful.

      --
      "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
    195. Re:More Cores, More Power by euroq · · Score: 1

      lol

      --
      Just because the U.S. is a republic does not mean it is not a democracy. Democracy/republic are not mutually exclusive.
    196. Re:More Cores, More Power by UnknownSoldier · · Score: 1

      > Most games, with a few exceptions, are single-threaded applications. Gamers are much better off with a higher clocked dual core system than a slower-clocked, 6 core system.

      False, for games written after 2006 - 2008. If a game is cross platform such that it is meant to run on PS3 or XBox360, then it is pretty much garanteed to be multi-threaded - you'll never get great performance if your game is single threaded on those consoles, especially on the PS3 where you have 6 SPUs.

      References:
      * http://www.gamasutra.com/features/20060906/monkkonen_01.shtml
      * http://techreport.com/articles.x/11237
      * http://software.intel.com/file/1478
      * http://en.wikipedia.org/wiki/Multi-core_processor#Disadvantages
      * http://scrawlfx.com/2008/06/killzone-2-uses-4-12-of-ps3s-6-cell-chip-cores

    197. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      There is still a market for single core systems. Multi-core processors are very nice and desirable for general purpose workstations, but there are MANY instances where a single-core $30 processor, like Sempron 140, are more than enough. Think process control, data entry (as in a hospital setting, etc.), and other use cases where 1 thread is more than enough.

      For example,
          1. As a developer, I may want a cheap 6+-core processor (like the Amd Phenom II) just so I can do `make -j8` and it compiles stuff very, very fast.
          2. As a gamer, I may like a top of the line quad core, like the Intel i7.
          3. As a HPC scientist, I may like a dual-g34 system from AMD with 24-core potential, or the nVidia Tesla for specific tasks.
          4. As a callcenter and support-desk company manager, I may like the low power usage and cheap price of the modern single-core Sempron 140

    198. Re:More Cores, More Power by adisakp · · Score: 1

      I have a quad core, but often have to wait for the hard drive to do anything.

      If that's the case, your next best upgrade would be to get a fast SSD for your system drive. It would do you more good than going to 6 cores.

    199. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      I had a one inch e-peen for years. I envy you!!!

    200. Re:More Cores, More Power by necode · · Score: 1

      We need to switch to a system with lots of cores, all with their own local memory, and able to send each other messages.

      Or perform context switching between cores.

    201. Re:More Cores, More Power by Surt · · Score: 1

      Note to metamods: redundant? I don't think so, look at the posting order.

      --
      "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
    202. Re:More Cores, More Power by Stan+Vassilev · · Score: 1

      1: The newer CPUs can switch between one fast core and multiple slower cores based on demand (they call it "turbo boost" / "turbo core"). This means that there isn't really any speed loss for a higher number of cores any more.

      I'm talking about memory bandwidth starvation, and you tell me you solved this by overclocking the cores. What's your logic? That's what TurboBoost does: overclocks the cores on the fly.

      And TurboCore is simply AMD's name for a simpler TurboBoost-like feature.

      2: There would be no point in hyperthreading if it gave a guaranteed cut in performance like that. If only one of the two "virtual" (actually "hardware") threads is in use, the other one runs at full speed.

      If by full speed you mean the scheduler is going missing in action while serving the other virtual core, then yes. Each virtual core still shares resources with the other core, whether the core is used or not. HT is faster with highly parallel tasks is that parallel instructions may use different execution units inside the CPU, but some units are in use the whole time and need to work in "interleaved" mode when HT is enabled.

    203. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      My wife told me to give her "nine inches and make it hurt!"
      I fucked her twice and slapped her.

    204. Re:More Cores, More Power by julesh · · Score: 1

      That's simply not true. A 2.6 GHz Core 2 duo beats a 3.0 Pentium D in every bench mark tests. The reason why the 2.6 GHz Core 2 duo totally outperformed the faster 3.0 GHz Pentium D is due to the fact that the new Intel core architecture performs more calculations, read and write tasks per clock cycle that the older Pentium cores.

      This is only true in most, not all circumstances. A Core2 chip can execute up to 3 arithmetic instructions per clock per core. In the right circumstances (and admittedly these circumstances are rare) a Pentium4 can execute *4* such instructions per clock (two ALUs, each operating for some instructions at double the chip's core clock rate). The problems with P4 were that getting the right combination of instructions was very difficult, and the penalty for branch misprediction was way too high. The P4 also has a much lower memory bandwidth than Core chips. In the rare circumstance that you had code that had all of these things right and was heavy on addition (basically the only instruction that worked at the double speed rate), and all the data fits in the cache, a P4 can theoretically outperform a similarly-clocked Core2. None of the standard benchmarks fit this definition, but there are probably applications out there that do.

    205. Re:More Cores, More Power by TheThiefMaster · · Score: 1

      My comment on clocking cores higher was in reference to "Many games need strong core-individual performance". Multi-core chips now have this, where before the choice between a 3GHz single-core and a 2 GHz dual-core (for running single-threaded games) would have been easy.

      As for memory bandwidth starvation, that isn't an issue if only one core is in use. It's not like idle cores use memory bandwidth just for the sake of it. And if all the cores are loaded with a memory-bound task, performance is no worse than if you had fewer cores...

    206. Re:More Cores, More Power by allcoolnameswheretak · · Score: 1

      If you wrote game code single-threaded, you're dangerously stupid.

      Actually, writing game code multi-threaded without having a VERY strong parallel software architecture is dangerously stupid. Writing single threaded code is the safest thing there is.

      Take Oblivion from Bethesda for instance. It was advertised as being able to make use of multiple cores thanks to extensive multi-threading ability. Then the game came was released and it turned out that it ran single-threaded because the multi-threading caused to many problems. And we are talking about a respected developer using an established game engine (Gamebryo).

      As I said in my previous post, I/O things can mostly be delegated to other threads. Physics probably as well, but this is mostly handled by a physics library and not part of your code anyway. However the "meat" of your game code - practically everything that goes on in your main loop, can be very hard to parallelize. But I guess it also depends on the type of game. I'm sure there are efficient ways to parallelize grid and turn based strategy games.

    207. Re:More Cores, More Power by ultranova · · Score: 1

      Few applications need more power than a single core provides.

      Almost all applications could benefit from an artificial intelligence, which requires a lot of computing power. Or do you particularly enjoy typing in progress reports for the boss rather than being able to say "make progress report for the boss" and let the computer handle that?

      While massive code bloat (largely due to languages that "do everything for you") has made it possible to run on a 4 GHz processer and still be slow, most end-user or server tasks are fine with a single modern core dedicated to that task.

      Most modern programs are fine with a single modern core, for the simple reason that they have been designed for that. This is the same as saying that Wordstar ran on 8086, therefore anything beyond that is pointless.

      As for "code bloat", you do realize that most programs are still made in C++, which is why they are still so open to random crashes and buffer overruns, right?

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

    208. Re:More Cores, More Power by Locke2005 · · Score: 1

      Is that you, "Tuna Can" Tommy?

      --
      I've abandoned my search for truth; now I'm just looking for some useful delusions.
    209. Re:More Cores, More Power by lgw · · Score: 1

      Well, if you're looking to run imaginary applications, I'm sure an imaginary architecture is your best bet. Let me know how that works out for you.

      A single low-end processor should still be adequate to run a word processor: that job has not become any more difficult in the past 10 years. Most word processors would benefit greatly from better multi-threading (or asynch I/O), but that not a need for multiple corse, merely the right way to use 1 when you're doing I/O. It's nice that you can now run several such apps, but that takes us back to 1 core per app.

      I don't think it has ever been the case that most code was written in C++. It was COBOL for the 20th century, and it's Java now. Also, if you get either random crashes or buffer overruns (or memory leaks, or other resource leaks) using C++, you're doing it wrong. Those are problems with, C unless you follow a very strict discipline (and humans being human, there are bound to be occasional slip-ups). Those problems only exist in C++ if you ignore the core of that language and pretend it's just C with classes (which is sadly common - I weep for the Google C++ coding standards - no wonder they like Python).

      --
      Socialism: a lie told by totalitarians and believed by fools.
    210. Re:More Cores, More Power by Bengie · · Score: 1

      The i7 quads are completely CPU bound, even with only dual channel. When you add tripple channel, even a 6 core can't stress that yet.

      Memory latency/bandwidth is a non-issue for Intel right now.

      The biggest issue for core scaling is the current cache coherency model. Any time several cores are trying to access the same memory locations, if one core makes a change, it has to update that change to all cores that reference that address in their cache. well, actually flags the cacheline as "dirty" and it's updated when accessed.

      Get 64+ CPUs all using a few addresses for thread sync, then lots of cache updates start flying all over and slows the system down. Even MS claimed they could have made more threading tweaks to Win7, but they didn't want to invest too much into a certain optimization only to have AMD/Intel make conflicting changes to how thread syncing will be done going foward.

    211. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      thanks for the info :)

    212. Re:More Cores, More Power by Anonymous Coward · · Score: 0

      lol! Sounds like tentacle hentai

  2. They make perfect sense to a ph.d. professor by Anonymous Coward · · Score: 0

    Not long ago I worked with a ph.d. professor who would have insisted that I explain to him why that cpu had the sequence number it had, and would not settle for anything less than something that makes sense - one reason I'm not working in IT anymore

    1. Re:They make perfect sense to a ph.d. professor by Anonymous Coward · · Score: 4, Informative

      What about telling him the truth ?

      The sequence number is assigned by the marketing department in order to confuse you. By making it harder for you to know what you're buying, they decrease your bargaining power which allow them to charge you more.

    2. Re:They make perfect sense to a ph.d. professor by Anonymous Coward · · Score: 0

      Fortunately, the marketing departments will be the first against the wall when the revolution comes.

    3. Re:They make perfect sense to a ph.d. professor by Satcho · · Score: 0

      It's called "confusion marketing" and it's nothing new.

    4. Re:They make perfect sense to a ph.d. professor by macshit · · Score: 2, Interesting

      Yeah, that's the rub. The premise of this story, that "average" computer users probably have little clue about many technical details, is no doubt true, but the question Intel is really interested in is "how much information can we hide from the buyer, using the excuse that they aren't interested."

      This affects slashdotters a lot, as many of us can usefully use such information, but still mostly buy the same hardware that all the mouth-breathers do. So if Intel starts a campaign of obfuscation under the guise of helping the clueless, we're the ones that suffer...

      [and of course the other reason Intel is probably muttering about this is that currently AMD has a lead in "lots of cores at low prices"... and Intel really really wants to say "oh but that doesn't matter!"]

      --
      We live, as we dream -- alone....
    5. Re:They make perfect sense to a ph.d. professor by Anonymous Coward · · Score: 0

      What about telling him the truth ?

      The sequence number is assigned by the marketing department in order to confuse you.

      Yes, you and I understand and accept that, but this ph.d. professor absolutely would not accept that answer. He would have insisted that there absolutely must be some detail you are missing, otherwise why would they have numbered it that way?

    6. Re:They make perfect sense to a ph.d. professor by aquila.solo · · Score: 5, Funny

      THEY CAME FIRST for the marketing department, and I said "They're on the third floor, next to legal. Tell them I sent you."

    7. Re:They make perfect sense to a ph.d. professor by maxwell+demon · · Score: 1

      However they couldn't finish their job, because the legal department noted they violated the company's patent on using firearms in marketing.

      --
      The Tao of math: The numbers you can count are not the real numbers.
    8. Re:They make perfect sense to a ph.d. professor by Joce640k · · Score: 1

      Geeks are free to buy AMD...

      The only reason I can think of for this is so that people who advertise cheap laptops can say "Processor: Intel Core Q3720" and nobody will have a clue if that's good or bad. i.e. It doesn't benefit Intel directly, it's what the cheap laptop makers want.

      --
      No sig today...
    9. Re:They make perfect sense to a ph.d. professor by L4t3r4lu5 · · Score: 1

      But we're not clueless. If we buy the same hardware as Joe Sixpack, it's because the clueless guy got lucky and bought the same as what we wanted by accident.

      I don't go on the internet and see big numbers and know that this is the part that I want. If I can't find the information I want about a chip or board within about 5 minutes of Google-fu, I'm not going to buy it. I'm also going to weigh up everything from the TDP to the board size to the component layout. Yes, I want to know how high the capacitors sit around the CPU socket, and I want to know if the graphics card will fit in my case. I want to know where the PCIe power sockets are to make sure the cables can be routed properly.

      If, after all of this, the one I come to purchase is still the same one as the knuckle-dragger from K-Mart, then that's just great for him. Good chance it won't fit in his MicroATX case, though.

      --
      Finally had enough. Come see us over at https://soylentnews.org/
    10. Re:They make perfect sense to a ph.d. professor by Anonymous Coward · · Score: 0

      Nice try, but unfortunately the revolutionaries don't believe in business patents.

      *BLAM!*

  3. It's in their best interests by mikael_j · · Score: 5, Insightful

    The average consumer just thinks "bigger is better" and by creating a mess of hard to understand sequence numbers they can make it harder for the semi-knowledgable customer to pick the right CPU. The same can be seen with graphics cards and many other products (if there is some kind of system behind your sequence numbers you do have to remember to change the system every now and then to further confuse everyone).

    --
    Greylisting is to SMTP as NAT is to IPv4
    1. Re:It's in their best interests by pelrun · · Score: 5, Insightful

      Yep, much like the mobile phone industry - make the whole mess so utterly confusing that instead of picking an appropriate product that suits your budget, you're tricked into buying at an inflated price.

    2. Re:It's in their best interests by pclminion · · Score: 5, Interesting

      What benefit is there in confusing your customers as to which product they should purchase? When I, as a consumer, feel overwhelmed or confused about a product choice, I usually respond by simply purchasing nothing at all. And I'm sure I'm not alone in that.

    3. Re:It's in their best interests by mikael_j · · Score: 2, Insightful

      Because when the mythical "Joe Sixpack" walks into a store to buy a new computer so that his intartubes will go faster he'll either fall for the sales pitch of find the machine with the best "big number to price" ratio and if you can sell crap at inflated prices because it's got a big number that's easy money.

      And then there's the "prosumer", the guy who actually knows a bit, he/she will hopefully be confused and not realize the difference in performance between the 3782GXT CPU and the 4790GXT CPU is actually that the 4790GXT is clocked 200 MHz faster which doesn't justify the $140 price difference.

      As for the actually knowledgable customer, well he or she most likely has already decided that a new CPU/computer is a necessity and will force him-/herself through the process of figuring out how the sequence numbers are supposed to work, most of these sales won't be lost by annoying the customer and the few that are lost are most likely made up for by the previous categories of customers.

      --
      Greylisting is to SMTP as NAT is to IPv4
    4. Re:It's in their best interests by spazdor · · Score: 5, Insightful

      There are others, who respond to the same stress by spending indiscriminately. And their reaction might, on the economic whole, outweigh yours.

      --
      DRM: Terminator crops for your mind!
    5. Re:It's in their best interests by Wowsers · · Score: 2, Informative

      Picking the right CPU is quite easy, it's the motherboard that's the problem, especially with the current fad of putting on the board as few PCI slots as possible. No wonder there's not the problem there once was with IRQ conflicts, because there's not enough slots to make conflicts!

      --
      Take Nobody's Word For It.
    6. Re:It's in their best interests by AHuxley · · Score: 1

      Yes I know, you will have to spend a day with google, tech sites and reviews.
      Some site will have a chart, graph or list on page 17 of 21 pages that has real data.
      Your price point, games and projected usage will jump out and you read off some sequence of numbers.
      Find a price comparison site and hope its listed at a fair price.
      The average average consumer would be in for a 10 to 40% alphanumeric milking?

      --
      Domestic spying is now "Benign Information Gathering"
    7. Re:It's in their best interests by Stan+Vassilev · · Score: 1

      The average consumer just thinks "bigger is better" and by creating a mess of hard to understand sequence numbers they can make it harder for the semi-knowledgable customer to pick the right CPU.

      Semi-knowledgable sounds like "knowing enough to be dangerous". I have counted at least four people who are friends, or I work with, who think more cores is better, without any regard for the type of task they'd use the machine for. Then surprise when their older machine runs their browser twice faster than their new expensive 4-core machine.

      For most desktop tasks, which by their nature depend mostly on strong linear performance, two cores is the line, that, if crossed, you start to lose performance, rather than win one. Not everything can be parallelized. The problem is these cores still need to share access to your RAM. With 2 cores that works great, but 4-6 cores means you starve each core for memory bandwidth.

      The rule is: do you plan to heavily crunch numbers in parallel, i.e. use the machine for: 1) a server 2) or encode/edit plenty of video 3) render 3D (GPU-driven games not counting, I mean professional rendering software that pushes the CPU)? Then you will benefit from 4/6 cores. Otherwise, you'll pay more and be hurt in performance.

      Cores and clock speed are just two factors of CPU performance, and you need to consider also the cache size, core interconnect architecture, memory bus performance and so on. You may as well have a meaningless number as your model.

      Your best best is to browse around for good benchmarks and see where the best price/performance ratio is, according to the types of tasks you need.

    8. Re:It's in their best interests by Nerdfest · · Score: 1

      I generally pick a machine in my price range and check the processor speed rating against others. Inevitable, I look at the graphs and say ""yeah, it'll be fine". You can run a full Java IDE and an application server on a Linux netbook. Unless you're playing the very latest games, almost anything is fine for most people.

    9. Re:It's in their best interests by Pharmboy · · Score: 5, Interesting

      The problem now is that you have to do a tremendous amount of research before you buy now. It used to be much simpler: Pentium 60, 66, 75 or 100, pick one. Later it was still simple with Celeron or P2/P3/P4, as you are picking bigger cache and faster bus speed. Now to get the highest return on partially defective silicon, they offer too many models, many that overlap each other, and can be very confusing, with some dual core models that outperform quad core, etc. A year ago I finally settled on a Q9550 but it took reading 50 articles to figure out that it was, at the time, the best bang for the upper middle buck. So yes, the average consumer will get boned.

      --
      Tequila: It's not just for breakfast anymore!
    10. Re:It's in their best interests by ultranova · · Score: 4, Insightful

      Picking the right CPU is quite easy, it's the motherboard that's the problem, especially with the current fad of putting on the board as few PCI slots as possible.

      To be fair, most boards nowadays have both networking and sound integrated, so it's not like the average consumer needs that many (or any, to put it bluntly) PCI slots. Add a graphic card, and that's it.

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

    11. Re:It's in their best interests by Teknikal69 · · Score: 1

      Nope I do the same if I'm not certain about what I'm buying I'm just not buying it. They do the same thing in supermarket moving items about randomly which also annoys me and I always just go somewhere else, when something isn't were I expect it I've better things to do than waste my time looking for it. Confusion doesn't work with me it just costs you my money.

    12. Re:It's in their best interests by GreatBunzinni · · Score: 3, Informative

      You may not be alone in that but you, along with those who think like you, certainly are not the majority. Joe Six-pack doesn't know the difference between a megahertz and a megabyte and he has much more important things to do than waste his time learning boring stuff such as the difference between SSD HDs and the traditional spinning disk HDs, let alone learn what a processor core is and what importance, if any, it has on his computing needs.

      He just goes off to buy a computer and spends his money on what appears to be the best possible product he could purchase on his budget. He just chooses whatever product has the biggest e-penis he can afford. That means he chooses the one with more megahertz, the one with more HD memory, the one with more RAM, the one with more cores, the one with the bigger processor number... Heck, joe six-pack may even end up choosing a computer just because it comes with more RAM chips. "see? it has more rams, which is good."

      The sad thing about it is that this behaviour is perfectly natural. When you decide to purchase something, you end up purchasing the best option according to the information that you were able to access and digest. Some of us may be better informed than others but we all do this. Some of us are better informed to the point of being able to see pass Intel's marketing bullshit but others aren't quite so fortunate. Nonetheless, the decision process is the same.

      --
      Slashdot, fix your code or at least hire someone who is competent at it to do it for you.
    13. Re:It's in their best interests by macshit · · Score: 1

      ... and in fact there are many motherboards these days with very respectable integrated GPUs (in particular the integrated radeon GPUs on AMD MBs). I'd say most consumers don't need any cards at all.

      --
      We live, as we dream -- alone....
    14. Re:It's in their best interests by rm999 · · Score: 2, Interesting

      Even very knowledgeable people have a hard time predicting how fast a CPU will be. CPUs no longer operate in a single dimension that can be quantified by a single number. You have the architecture, cache size, clock speed, number of cores, FSB, etc. A slower quad core CPU may be faster for me, whereas a faster-clocked dual core may be faster for a gamer. A cheap atom chip may be better for my poor cousin who just surfs the web.

      My point is customers should not be using the name of a CPU to decide what to buy. The best thing to do is to find benchmarks that reflect what you want to do and divide by price. The second best thing, great for the typical person, is to find a trustworthy computer builder/seller and let them decide what you need (e.g. buy a "gaming" computer). They can properly market the right CPU to the right person in the "right" price range.

    15. Re:It's in their best interests by steelfood · · Score: 1

      There is research to back up the notion that too many product choices can lead to people just walking away and buying nothing. Benchmark comparisons and other review material are useful, but given the questionable impartiality of some of these hardware review sites (you have to be reading the site long enough to detect bias), it still ends up being a lot more work than it's worth.

      Personally, I'm not interested in how many CPU cores can fit into a CPU. I'm far more interested in when they're going to come out with affordable multi-cpu configurations. All this multi-core stuff is just a bunch of hand-waving as far as I'm concerned.

      --
      "If a nation expects to be ignorant and free in a state of civilization, it expects what never was and never will be."
    16. Re:It's in their best interests by houghi · · Score: 1

      You are not their target customer. The people who buy amplifiers that go to 11 are.

      In our group of friends there are at least 3 people with a high knowledge of purchasing computers, yet one of the non-technical persons bought a way over the top system. When asked the reason was that the salesperson said it was the best. The person thought that the best was what you needed for browsing and email.

      --
      Don't fight for your country, if your country does not fight for you.
    17. Re:It's in their best interests by fandingo · · Score: 1

      Usually consumers will buy based on cost. For Intel, if I have processors A, B, and C priced at $250, $260, and $270, respectively, it doesn't mean that each costs $10 more to produce than the previous one. While at the top-end of performance the margins are huge, they also do weird things in the middle. Intel is probably far better off selling certain processors over others, even though they are all priced similarly. If it happens that higher performing (of course, there's no agreed upon performance "score") chips have lower margins, then Intel has a slight incentive to sell slower ones.
      I imagine that the performance is pretty similar between the chips in question, and if the model numbers are out of order, then it can confuse the customer enough to maybe buy the higher margin one.
      It's a delicate balance not to upset the consumer too much and maximize profit, but I think Intel has it pretty easy because people buying boxes from Dell spend about 1 minute choosing their CPU, and they won't ever compare it to another identical (software, malware, etc.) system to notice that 5-10% difference.

    18. Re:It's in their best interests by hairyfeet · · Score: 1

      While I agree that a dual core will work for most tasks, at least where my customers are concerned I've found the AMD Athlon and Phenom x3s and x4s give the best overall "bang for the buck". Because when you are running IM PLUS a browser PLUS Internet TV on WMC PLUS having a download in the background? Well I've found the x3s and x4s keep the machine snappy throughout. And when you can get an x4 for $99 or a higher end Phenom II X4 for $140? It just seems nuts not to give them the extra cores for future proofing. But I make sure they are at least clocked at 2.6Ghz and put 4Gb of RAM minimum, so that the cores have the speed and aren't starved.

      So while I agree that buying low clocked quads are stupid just to have more cores, with nice 2.6-3.2GHz AMD quads so cheap it just seems a little nuts not to give them the extra headroom. And by using good business class boards with a decent Radeon IGP for desktop composition and Flash my customers just rave about how nice the experience is. For most of my customers I've found the Intel solutions simply too high for the extra speed you get. But you're right that folks will always think more=better, but with a decent board plus high clocked CPU plus plenty of RAM I've found the quads to be snappier when multitasking, at least in my experience.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    19. Re:It's in their best interests by Anonymous Coward · · Score: 0

      So they're no different from most other consumer industries?

      Just try making an intelligent purchase of a home appliance.

    20. Re:It's in their best interests by Anachragnome · · Score: 1

      "The average consumer just thinks "bigger is better"..."

      I've had a couple of people comment on the stability and speed of my PC when they are watching me play a game or something similar. All were shocked when I show them I am using a 5 year-old P4 at just over 3Ghz.

      Seriously, I sort of fell for the media hype, but still waited for more input from users in reviews. I saw very few comments on the web from people saying just how much of a difference multiple cores makes, aside from benchmarks. I didn't want benchmarks, I wanted to know if anyone was actually realizing any real benefit from multiple cores. Aside from people using their computers for graphics editing, very few people really made noise about perceived improvements, so I stuck with my P4 and WinXP w/modified SP2.

      To this day, I am glad I did.

      Capping out RAM and simply keeping a moderately updated video card in the case has pretty much kept me up to speed on everything but graphics editing (don't do much) and DX10 games, none of which I was interested in anyways.

      Every single piece of open-source software I have tried works and I haven't really felt the need to upgrade anything. I've played pretty much all the big name MMO's, play WAN games with friends, do all my word processing, surfing, studies etc, etc, and it all still works just the way I want it. ...in short, I don't see what all the fuss is.

    21. Re:It's in their best interests by NitroPye · · Score: 1

      If the average consumer non-geek has to pick a CPU its all gone horribly wrong.

    22. Re:It's in their best interests by afidel · · Score: 1

      Modern browsers are starting to take more and more advantage of additional cores. Of course MS is kind of going in the opposite direction with IE9 by using the GPU, which is probably a bad idea given the anemic GPU's in most systems.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    23. Re:It's in their best interests by MidnightBrewer · · Score: 1

      I think you're giving Intel too much credit. Everybody and their dog has version numbers on their products, and they often change on an annual basis, usually due to the marketing droids trying to find new ways to get their companies' new offerings to appeal to the buying public. Left-brained types may like rigid versioning systems, but no matter how well-planned or logical you may think your own system is, somebody's bound to disagree, and eventually the system is going to change.

      At the very least, Intel isn't going to want to intentionally confuse customers too much, because that's going to result in a lot of customer returns and bad press. It's in nobody's best interest to obfuscate your product, unless you really think it's not very good, and I think Intel is a little beyond having an inferiority complex about their chips.

      --
      "Give a man fire, and he'll be warm for a day; set a man on fire, and he'll be warm for the rest of his life
    24. Re:It's in their best interests by Anonymous Coward · · Score: 0

      And the graphic card isn't even PCI, it's PCIE (which also has no problems with IRQ numbers because its signaling is entirely in-band). I suspect it's sound card upgrades or wifi cards that make up most legacy PCI uses in desktops now.

      Anyone who needs to plug in as many PCI peripherals that would fill up all the slots now probably didn't have the space on the average old computer either.

    25. Re:It's in their best interests by Anonymous Coward · · Score: 0

      uh, what do you put the graphics card in?

    26. Re:It's in their best interests by Anonymous Coward · · Score: 0

      um, except most boards have crap sound, so you must get a decent sound card.

    27. Re:It's in their best interests by rootmonkey · · Score: 1

      Amen. I regularly work with Intel and have early access to new cpus etc. These are targetted at HPC and are always named after a town. When it comes to building a rig for home it takes a while to decode the zoo names/codes of their procs. Even when I know what I'm looking for it takes a while. Average Joe doesn't have a chance.

      --

      Yes but every time I try to see it your way, I get a headache.
    28. Re:It's in their best interests by Anonymous Coward · · Score: 0

      it's so your average guy Google's for "best intel processor" and finds results for the "i995 extreme hyper core double quad", then goes to the shop and sees a "i994 duo core hyper quad double extend" and thinks "yeh, that must be approaching the top-line", when in reality you're comparing a Pentium to an original 8086

    29. Re:It's in their best interests by JoeMerchant · · Score: 1

      Some people will buy the highest GHz they can get, some will buy the most cores they can get, a few will buy the fastest front side bus they can get, but most will buy the model 7, because they can't afford the 9 and the 5 just looked cheap.

    30. Re:It's in their best interests by Deluge · · Score: 1

      Anyone who has *any* clue at all will only be confused by random product codes for only as long as it takes to type that product code into the google/wikipedia search box. In google you most likely won't even have to click a link - the short summary will have the specs. Additionally, there are guaranteed to be links among the first few leading to reviews and comparisons to other CPUs. The 'research' involved in CPU shopping is not involved at all.

      And as for people who go out and buy a computer without knowing a core from a hard drive, and don't enlist the aid of someone knowledgeable (salesmen don't count), they generally buy by price anyway and won't be using it as a gaming rig so the innards are largely irrelevant.

    31. Re:It's in their best interests by NSParadox · · Score: 1

      I completely agree. The last CPU I bought, a quad core Intel Q6600, I understood what it's core count, frequency, and cache were. Nowadays, there have been so many architecture redesigns, cache redesigns, DRAM redesigns, and in some cases frequency downclocks that I can't tell how much money I need to spend to achieve the same performance. I *think* the CPU is fast enough, so I'm not going to buy one until my applications are too slow, and I'll chalk up any slowness I experience in games to my 8800GT card instead.

      If I knew what I could get with current-day CPUs, maybe I'd be willing to pay more. It seems like Intel should be focusing more on measuring and selling performance instead of selling numbers.

      --
      Unless mankind redesigns itself .... robots will take over our world. (Stephen Hawking)
    32. Re:It's in their best interests by Stan+Vassilev · · Score: 1

      hSo while I agree that buying low clocked quads are stupid just to have more cores, with nice 2.6-3.2GHz AMD quads so cheap it just seems a little nuts not to give them the extra headroom.

      What I said above is the clock rate is not of your key concern here: memory starvation & cache-size is. Equivalently clocked 4 core system will have worse per-core performance than a 2-core system.

      Sure, if you heavily multitask and your tasks are all CPU-bound (some of which you mentioned, are not, by the way), then you'll have overall better system "snappiness" on a 4-core system. But each of those tasks will be running slower than otherwise.

    33. Re:It's in their best interests by Anonymous Coward · · Score: 0

      How are those Betamax casettes working out for you? I hear they made even bigger analog laser disks also, have you switched your movie library to that yet?

      Oh and you should absolutely upgrade those gold-plated coils. This year, platinum is the only hifi you should allow yourself to buy.

      Yeah, and most of us don't spend indiscriminately. DVDs didn't take off until alternatives died out.

    34. Re:It's in their best interests by sublimemm · · Score: 1

      5 Insightful? I think not. Why would a company intentionally want to confuse/trick their customer into thinking they bought a great processor and ended up with a shitty one. The customer is never going to back and realize they picked the wrong one, they're going to tell all their friends and family that they bought the best processor on the market and it wasn't any faster than the cheap one they had. Seriously, insightful?

    35. Re:It's in their best interests by Rudeboy777 · · Score: 1

      um, except most boards have crap sound, so you must get a decent sound card.

      *Citation needed...

      This hasn't been true for years outside the realm of audiophiles and audio engineers. The company best known for "decent sound cards" (Creative Labs) are money-grubbing scum I'd rather not support either.

      --

      From hell's heart I fstab at /dev/hdc

    36. Re:It's in their best interests by izomiac · · Score: 3, Informative

      Now this is something I've not been able to find an answer for. Do sound cards actually matter with modern hardware? Mostly I've just seen a difference in the number of channels they handle, and the post processing the driver does.

      If that's all, one can just use a USB sound card with an appropriate number of channels, and use FFDShow to distort the audio however you wish. Does the more expensive hardware more faithfully reproduce the audio (higher SNR)? I know cheap portable devices (and Intel HD Audio) have excellent audio output, over 100 dB in SNR, so surely there are diminishing returns... Or does it merely save the negligible CPU usage, much like offloading network IO?

      Either way, even the cheapest integrated sound card is much higher quality than most speakers and headphones, so you'd see a far greater gain in audio quality with $200 headphones plugged into a $5 integrated sound card than vice versa. You have to know what's bottlenecking your performance if you hope to improve it.

    37. Re:It's in their best interests by Anonymous Coward · · Score: 0

      Your butt, Mr. Pointlessly-Pedantic.

    38. Re:It's in their best interests by h4rr4r · · Score: 1

      huh?
      Why do you care if they are on seperate wafers or not?

      CPUs are dirt cheap.

    39. Re:It's in their best interests by camperdave · · Score: 1

      I remember when the choice was simpler, DX or SX... or as I liked to call them: Deluxe and Sux.

      --
      When our name is on the back of your car, we're behind you all the way!
    40. Re:It's in their best interests by aztracker1 · · Score: 1

      Onboard audio is usually near useless if you want surround sound, or other htpc friendly featues... for typical stereo out, onboard is fine.. onboard nics are usually sufficient as well. Depends on your needs really. Pro audio gear needs a few more slots as well. Though if you go full ATX instead of mini/flex there are usually enough expansion slots.

      --
      Michael J. Ryan - tracker1.info
    41. Re:It's in their best interests by snero3 · · Score: 1

      Really? You have seen this? I assume it might be true but I have never known someone who is confused by what to buy just go out and grab the first thing they can see, especially if there is a significant expense involved. I have seen people follow trends to help them make up their mind but I would call that a choice rather than indiscriminate purchasing.

      --
      It said "windows 98 or better" so I installed Linux
    42. Re:It's in their best interests by electrosoccertux · · Score: 2, Funny

      This is actually what a lot of America is founded on-- think about it, in an ideal world a company would have a need, and they would go find the company that provides the solution.
      We do the opposite, we employ tons of marketers to convince people they need our product. What happens with a recession? Tons of them get laid off. With an extended recession? They don't get hired again.
      TIS A GOOD DAY TO

      BE AN ENGINEER.
      (sorry to those who were expecting a different ending)

    43. Re:It's in their best interests by Chimel31 · · Score: 1

      I second that. At least for some Asus mobos, they have near perfect audiophile sound.
      Currently listening to a Lúnasa lossless wma rip ("Iúil : Frailock") on a Sennheiser HD 650 plugged directly into the mobo, it's pure pleasure. Same with good USB Logitech speakers and woofer, the sound is huge and clean at the highest volume level.

    44. Re:It's in their best interests by toddestan · · Score: 3, Informative

      Many boards now come with digital outputs, so I really don't care how bad the analog outputs might be.

    45. Re:It's in their best interests by Canie · · Score: 1

      Totally anecdotal

      I have seen both increased spending and lost sales as a result of consumer confusion. While freelancing for individuals and small businesses, I met people who couldn't begin to comprehend how much power they had purchased, often at ridiculously high prices, for their relatively minor needs. And I met others with ancient systems because they found it too confusing when they tried to decide what to buy to replace what they had. Generally more frugal, they just made do with what they had.

      I worked both in a large metropolitan area and a very backwoodsy rural area and I'd say that I saw more ancient systems than oversold systems. I went to work for another company about 3 years ago but I imagine the economy has enticed more people to be of a frugal mindset.

    46. Re:It's in their best interests by Canie · · Score: 1

      Mod his comment up, please.

      GreatBunzinni has hit the nail on the head with regard to how the average home or small office buyer looks at the specs.

      These users don't want to spend hours becoming intimately acquainted with the various components. They are buying a tool in a box with cords and "stuff" to use to accomplish something. It's often a frustrating, confusing, unhappy part of computer ownership, especially for those who have a clue but neither the time nor passion to see where that clue might take them.

    47. Re:It's in their best interests by AK+Marc · · Score: 2, Insightful

      When I, as a consumer, feel overwhelmed or confused about a product choice, I usually respond by simply purchasing nothing at all.

      I don't believe you. Someone steals your car. You go to the dealer. You get a confusing choice of turbo Diesel engine, where it gets great mileage, but uses a different fuel. Or the hybrid, where you know there's some issue with battery replacement, but it gets better mileage than the gasoline powered choice and doesn't run on diesel, which is called smelly and is not at every fuel station. Or there's the regular gasoline version, which is a little cheaper, but uses more mileage. But, because of trouble with Diesel, and the expense of batteries, might be a better choice. So, what do you pick if you are confused? Are you honestly stating that when you are without a car and need one, confusion will result in you walking away without an automobile? I don't believe you. At a minimum, you'll lie to yourself until you believe you aren't confused "I just don't like Diesel, so we'll take that off the list" and "the battery problem will be fixed by the time they need replacement" or whatever it takes to narrow down the choice even when you don't really understand.

      But to assert that someone will walk away from a necessity seems absurd. And whatever you'd do for a necessity, is what others do with other more common purchases and you might as well subconsciously for other choices.

    48. Re:It's in their best interests by AK+Marc · · Score: 1

      There are boards with 7.1 audio and digital out (of various types). For most people's needs, a proper board selection will be sufficient. Sure pros won't be happy with built in, just like a pro graphic designer will probably not be happy with any built in video, but that's a statement about their increased needs, and not about the insufficiency of the board.

    49. Re:It's in their best interests by KillShill · · Score: 1

      You also have "optimizing" compilers that "favor" one vendor's err monopolist's CPUs over a fairly competing one...

      --
      Science : Proprietary , Knowledge : Open Source
    50. Re:It's in their best interests by pclminion · · Score: 1

      So, what do you pick if you are confused? Are you honestly stating that when you are without a car and need one, confusion will result in you walking away without an automobile?

      What part of the word "usually" did you not understand?

    51. Re:It's in their best interests by Reservoir+Penguin · · Score: 1

      Right, NVIDIA and their continuous re-branding of 2 generations old GPUs is beyond confusing. 330m, what is that? Turns out to be a re-branding of 240m, which is of course not based on GT200 core, but a re-branding of something else. A non-technical person simply does not stand a chance figuring this out.

      --
      US-UK-Israel: The real Axis of Evil
    52. Re:It's in their best interests by SpeZek · · Score: 1

      Asus makes some nice, professional grade cards for relatively cheap, and they have EAX emulation that, while admittedly is hit and miss, hits enough to be worth it.

    53. Re:It's in their best interests by petermgreen · · Score: 1

      From the benchmarks i've seen i series chips tend to be a bit faster than core 2 series chips of the same clock speed but not hugely so (not like the huge difference between P4 and core 2)

      So mostly getting more performance is a matter of buying either higher clock speeds or (if your apps support it) more cores.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    54. Re:It's in their best interests by Max+Romantschuk · · Score: 3, Informative

      When it comes to bang for your buck a dedicated D/A converter with an integrated headphone amp is probably the best upgrade you can make. One of my co-workers has one, and it blows any integrated headphone amp out of the water.

      The D/A on my box's integrated sound might be good in theory, but the interference it picks up... just abysmal. So taking the sound out of the computer digitally and using a dedicated converter (or a USB sound card) does make sense.

      Pro audio sound cards to still matter though. My M-Audio Delta 1010 is still amazing compared to most hardware. If you need a lot of channels in and out you still need dedicated hardware. For games and movies? Not so much IMHO.

      --
      .: Max Romantschuk :: http://max.romantschuk.fi/
    55. Re:It's in their best interests by phantomfive · · Score: 1

      I think the biggest difference in sound cards is if you want to do recording, as in, build your own recording studio. Even then a microphone is probably a better investment.

      --
      Qxe4
    56. Re:It's in their best interests by im_thatoneguy · · Score: 1

      But that 200MHZ difference might make a huge difference.

      I think core count is going to fall by the way side very soon.

      We don't count cores on GPUs. The latest ATI card has something like 2500 'stream processors' and the latest NVidia card has 280 'CUDA units'. Neither of which tell us anything. Even knowing how many CUDA units are on two Nvidia cards isn't terribly useful since memory, clock speeds etc also have a huge impact.

      The best system is the same system we've always relied on as informed consumers: testing. Benchmark it and find out how much faster it is. Maybe that 200MHZ (and some behind the scenes optimizations of the execution stack) produces a dramatic increase in performance. Maybe it does nothing. Only testing will tell.

    57. Re:It's in their best interests by TheEyes · · Score: 2, Funny

      That's why I bought AMD for my last two builds; I can't understand Intel's naming scheme, so I don't bother to try. Both the red and blue CPU teams are fast enough now unless I'm building for a very specific need, so I just go with the one that requires the least brainpower to know what I'm getting... ...that way I can spend all my time figuring out what the different GPU numbers mean. :)

    58. Re:It's in their best interests by Anonymous Coward · · Score: 0

      3 month old cost effective answer with more respect to computation power then power consumption is:
      amd phenom 2 x4 965
      radeon hd 4770

    59. Re:It's in their best interests by LordAzuzu · · Score: 1

      <quote><p>The average consumer just thinks "bigger is better" (...)</p></quote>

      As the average man does :D
      Actually it doesnt matter how big it is (how many cores you have) but how good you can use it (how optimized for SMP your program is ;) )

    60. Re:It's in their best interests by Hadlock · · Score: 1

      I thought nvidia's latest stuff is just shrunken, overclocked/dual cored versions of the 8800gts core of 2006, which was later relabled the 9800gts of 2009. Nvidia's tech is a bit long in tooth imo. Kind of curious what they've got in store when the wheels finally fall off the 8800 series.

      --
      moox. for a new generation.
    61. Re:It's in their best interests by Joce640k · · Score: 1

      Yep, it's done to benefit the salesmen, not the customers.

      --
      No sig today...
    62. Re:It's in their best interests by mr_gorkajuice · · Score: 1

      Rather than assuming these "indiscriminate buyers" grab the first thing they see, assume they grab the most expensive with what appears the highest number (GeForce 8600 must be better than GeForce 220... right?). Still seems entirely unlikely?

    63. Re:It's in their best interests by thegarbz · · Score: 1

      I'd have more sympathy for you if you couldn't build an absolute beast of a system for peanuts. I mean I have a Intel Core i5 sitting underneath the TV. If you asked me 5 years ago what I thought of dedicating a computer as a media server I would have replied: "WTF you think I'm made of money?"

    64. Re:It's in their best interests by allcoolnameswheretak · · Score: 1

      I buy AMD because I always feel some kind of weird, cosmic responsibility to support the underdog.

      It is a strange thing. 8-[

    65. Re:It's in their best interests by bami · · Score: 2, Insightful

      What i've noticed with on-board sound is that after a while, it starts picking up garbage signal from the processor and amplifies that, mostly because it is sharing ground with the rest of the motherboard. So you can hear 5000 hz buzzing over the line-out or speakers when the processor is busy. I've noticed this with those realtek HD sound things on 3 different PC's with different audio chipsets.

      Standalone audio cards probably have some filters for that, on top of better DAC's.

    66. Re:It's in their best interests by hairyfeet · · Score: 1

      Well the Phenom IIs have 8Mb of cache, so cache starvation not a problem there. I can't give you hard numbers, because as a retailer all I care about is feel and experience, and with Windows 7 the X3s and X4s seem to give a more snappy feel which my customers really prefer. Of course some of that may be the fact that many of the popular apps like IM and Hulu can be real piggies or that Windows 7 does better on spreading the load, but whatever it is is noticeable enough that I'm even having folks coming in that already have duals and they want to replace them with quads. Many of those whom I built a quad for their office are coming home and finding the dual just "doesn't feel as nice" and want that experience at home.

      Of course most of my customers aren't gamers, but are instead running Hulu, Picasa, IM, WMC, browsing, some Quickbooks or Quicken, just the basic home and office user stuff, and for them (as well as myself, I replaced my dual with a quad) the experience on the quad is nicer. I won't bother pointing out how much nicer it is for me because I'm pretty atypical, running video editing and Cubase along with Audacity on my quad. But I'm sure that while you are correct in benchmarks the dual would probably win in some tests, for my customers the quads are just nicer feeling, and a happy customer is all I care about.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    67. Re:It's in their best interests by Rockoon · · Score: 1

      In the under $200 arena, its AMD AMD AMD.

      Intel has like 30 processors in this price range, but only 3 of them can actually compete in performance with AMD's offerings.

      --
      "His name was James Damore."
    68. Re:It's in their best interests by TheThiefMaster · · Score: 1

      No wonder there's not the problem there once was with IRQ conflicts, because there's not enough slots to make conflicts!

      Also there are more IRQs (typically 24), IRQ sharing, and auto-assignment of IRQs. In this pc, the first 16 are all legacy device IRQs (this pc lists two ATA channels, the smbus controller, a "Numeric data processor" and two high precision timers), and the rest are PCI / PCI-e IRQs, with every PCI-e device on IRQ 16, and the USB controller (s?) using several IRQs. Out of those, only the onboard sound has an IRQ to itself, and yet there are no IRQ conflicts. Isn't progress great?

    69. Re:It's in their best interests by stewbee · · Score: 1

      Additionally, there are sound cards that are used as inputs into the computer. For example, one of my hobbies is to record music from my guitars, and I use the computer for capture and editing. Most integrated sound cards can only record one channel at a time which is barely adequate for myself, let alone if you have a multiple piece ensemble that you want to record. Additionally, usually the ADC of these products are much better that what is available on the integrated sound card (less noise, adjustable sample rates, more dynamic range). I recognize this is a niche use, but this is one case where the stock sound card is not sufficient.

    70. Re:It's in their best interests by Corwn+of+Amber · · Score: 1

      Aaaaaand your i5 is coupled to an Intel graphcard, so it will not run games. Oh, you can buy a console too, of course...

      --
      Making laws based on opinions that stem up from false informations leads to witch hunts.
    71. Re:It's in their best interests by Anonymous Coward · · Score: 0

      You know, AMD still goes by the old "$architecture $model $speed $extra_features" namespace. It's pretty easy to figure out what's going on and which is better. They've got their mobile, desktop, and server CPUs; these each have a number of cores, the clock speed, as well any variance from the 'base architecture' (ie die process size). It's quite nice.

      And, unlike Intel, features are pretty consistent and not changed for the sake of change, making things difficult for the professional. Like AMD-V.

    72. Re:It's in their best interests by Corwn+of+Amber · · Score: 1

      WAAAAHAHAAAAAAA!

      Linux Java IDE... netbook... my ribs hurt.

      Seen many netbooks with over 2G of RAM by default lately? Running Eclipse recommends 1536M RAM. And you add to that an application server? You're clinically insane. Or maybe you love to watch slugs copulate while you're waiting for your IDE to load, swapping the whole app server to disk, and replay them in slow-motion while you're waiting for the app server to unswap so as to test your code.
      About code, Eclipse has the "I can read less code on this POS 1024x600 screen than I could on VT100" syndrome, what with the Eclipse interface, which needs a couple FullHD monitors just to display everything you need to see at a glance to code correctly ... and that is without plugins.
      (Yeah, you can train your short-term memory to hold a thousand items instead of seven, right, that's so gonna happen.)

      --
      Making laws based on opinions that stem up from false informations leads to witch hunts.
    73. Re:It's in their best interests by Corwn+of+Amber · · Score: 1

      Seems easy enough for me.
      More cache = less misses = faster system
      More cores = more tasks without context-switching
      More GHz = more speed per task

      Architecture : buy Intel because AMD CPUs overheat to the point of melting laptops (without the CoolNQuiet driver, the one that's NOT in Windows Setup, so when your Windows needs reinstalling, hope that it's over fast enough. The point is, AMD sells CPUs that run at their nominal speed a small fraction of the time and risk bursting in flames if they run continuously at their nominal speed. They're made to be underclocked almost all the time, so when your OS doesn't support that, your laptop MELTS.)

      So, yeah. Buy Intel. There's always at least ONE cpu in their line-up that's worth buying. ... verifying ...

      Not any longer, it seems. Game over now. Needs an Extreme to squeeze some perf.

      Remember when they released the first Quads Extreme? The ones where they slightly overclocked their CPUs, put them in black boxes, and happily sold them five times the price? At that time, you could buy the base processor, put it in a watercooled case and enjoy real perf for a reasonable price.

      Seems enough idiots have enough money now that Extreme Edition is no longer an Idiot Tax, but that Intel removed the "decent CPU, decent price" from their line-up, letting perf-needy people to either get those good CPUs in Apple tech, or selling a kidney to buy one.

      They'll sell Extremes for $300 anyway, just need to buy ten thousand of them... as if it did really cost them five times the price of a Normal to produce one Extreme...

      --
      Making laws based on opinions that stem up from false informations leads to witch hunts.
    74. Re:It's in their best interests by Corwn+of+Amber · · Score: 1

      Oh fuck you and your friends. The guy wanted the best, could afford it, and got it.

      Are you SURE you know enough to NEVER get infected? The non-technical guy will run half a botnet before his computer begins to slow down. YOU will have to reinstall your Windows every couple of months. And the guy can run games. Do YOU have a GF9400? He has a GF10 Ultra (whatever they're called now), games will run beautifully on his rig for years while you'll be fussing over the $100 or $150 graph card you'll replace every six months. Aaaaand he can stream HD video, full-screen, without any (non-network) lag. And run Firefox with over ten tabs in facebook or such without everything beginning to crawl.

      --
      Making laws based on opinions that stem up from false informations leads to witch hunts.
    75. Re:It's in their best interests by neurovish · · Score: 1

      In the under $200 arena, its AMD AMD AMD.

      Intel has like 30 processors in this price range, but only 3 of them can actually compete in performance with AMD's offerings.

      Last time I checked though, the RAM and MB for AMD were more expensive, so you actually got more bang for the buck if you went with Intel. This was like 4 months ago though, so there's probably been a couple new sockets introduced and a new memory technology on the horizon.

    76. Re:It's in their best interests by Rockoon · · Score: 1

      Last time I checked though, the RAM and MB for AMD were more expensive

      I cant even begin to imagine how you "checked." There is no such thing as "Intel Ram" or "AMD Ram"

      Intel-socket motherboards are generally more expensive than AMD-socket motherboards for the same feature sets.

      Sticking to only motherboards that offer PCIe 2.0 x16, SATA 6GB/s, USB 3.0, and DDR3 sockets (basically, what would constitute a future-proof motherboard as it is today)

      The best priced Intel board on NewEgg is $125 and this is actually a very decent one from MSI.

      That same manufacturer also offers a comparable AMD board for $25 less. Also a very decent board.

      These are the facts of the matter, and that AMD board is actually a bit better overall with its *6* SATA 6GB ports vs the Intel boards *2*

      ..and on top of it all, while that was the cheapest Intel-based motherboard for the feature set, that is NOT the cheapest AMD-based board with the same feature set.

      You failed at "checking" the prices.

      --
      "His name was James Damore."
    77. Re:It's in their best interests by eth1 · · Score: 1

      Actually, the last two computers I've bought, the two most important sound questions for me have been:
      1. Does it have optical SPDIF out? (due to a 25ft cable run to the receiver)
      2. Can it mix multiple speaker channels into DD or DTS over said SPDIF connection so I can actually use multiple speakers?

      I haven't been able to tell much difference in sound quality, even on good speakers.

    78. Re:It's in their best interests by shadowfaxcrx · · Score: 1

      For the last two builds I've done for myself, I've recycled my old SB Audigy Platinum into them because it's better than the crap that comes with the board. Onboard audio almost always is provided by Realtek. They suck. Their software sucks. Their interface sucks. Getting the microphone to work for VOIP, especially if you have front inputs, really sucks, especially if you're trying to help someone do it over the phone.

      Onboard stuff is great if you're building a business machine or you need a new box but don't have the money to get everything you want. But especially audio-wise it'll take a distant back seat to even relatively old sound cards.

      --
      "I disagree with you" does not equal "flamebait."
    79. Re:It's in their best interests by eth1 · · Score: 1

      These days, the generally correct answer to Joe Sixpack's "What computer should I buy" question is pretty simple: The cheapest one you can find with 4GB RAM.

      Of course, no salesdroid is EVER going to tell them that, so it's up to us.

      It's the power users and gamers that do more than facebook and email that will need to put more effort into figuring out what they need.

    80. Re:It's in their best interests by Tubal-Cain · · Score: 1

      You aren't the only one ;-)

    81. Re:It's in their best interests by Anonymous Coward · · Score: 0

      Honestly this isn't anything new with intel i seem to recall they had Several version of the 2.4 pentium 4 2.4a(400) 2.4b(533) 2.4c(800) then the presoctt versions of 533 and 800 and you had to make sure you got the one that your board would support.

    82. Re:It's in their best interests by Patch86 · · Score: 1

      Exactly. And it is a pain.

      I just bought a new desktop rig. It was surprisingly hard work finding out what the "i5" processor actually was, what family of chip it was, how many cores, what have you. And the graphics card was just as awkward- a choice between a Geforce 330, which is apparently a new card based on the 200 series chipset, or a 340 which is apparently a rebadged 240. This presumably would mean that a 240 is more powerful than a 330; I wonder how many people might get caught out by that.

    83. Re:It's in their best interests by Anonymous Coward · · Score: 0

      Aaaaaand your i5 is coupled to an Intel graphcard, so it will not run games. Oh, you can buy a console too, of course...

      -1 for your silly assumption.

      In case you haven't noticed video cards have become cheaper and more powerful along with their CPU counterparts. The 9600GT in the system will most certainly run games, as well as provide HDMI video and audio output to the TV and h264 decoding (the main reason it was bought).

      But a console? Really? Don't get me wrong, the xbox media centre is good (laughs on the inside), but it doesn't play Bluray, nor do any number of the things a decent open source program such as mediaportal or mythtv can.

    84. Re:It's in their best interests by thegarbz · · Score: 1

      ... dunno why that was posted AC.

    85. Re:It's in their best interests by spazdor · · Score: 1

      Okay, by "indiscriminate" I really meant "discriminating on a basis unrelated to product value."

      --
      DRM: Terminator crops for your mind!
    86. Re:It's in their best interests by aztracker1 · · Score: 1

      Many of the boards with digital out, don't include the support for encoding output for multichannel, only stereo... with the exception of dvd or bluray passthrough. What I would personally like to see would be support for multichannel output over digital for games, or outside the dvd/bluray players as well... It's an irritation at best. Though dedicated 7.1 out via discrete channels is nice, it's not the same... in any case it is fine for most people, for desktop use.. surround sound is a pretty big shortcoming, same goes for hdmi integration of the audio channel, unless the onboard video supports it. I don't care too much in any case, was just pointing it out. As for pro audio, input is usually pretty noisy, and lack of multichannel input won't do. Though generally USB audio devices capture pretty well, not pro grade though, but good enough for say podcasting with some filter processing, need 10-15 seconds of white noise to help with that though.

      --
      Michael J. Ryan - tracker1.info
  4. Oblig. Futurama by Anonymous Coward · · Score: 0

    Correct! Six thousand hulls.

  5. linpack by speed+of+lightx2 · · Score: 1

    maybe they should just use flops in the sequence number, with power draw if they were feeling actually informative.

    1. Re:linpack by Anonymous Coward · · Score: 0

      Why flops? The majority of the operations my processor does aren't floating point...

  6. Price drops by glittermage · · Score: 3, Insightful

    I do care when Intel ships more cores. The price of 'old" cores drop and I get better value for my $$$.

    1. Re:Price drops by Deluge · · Score: 1

      And yet a Q9650 still costs the same as it did 2 years ago. Fuck you, Intel.

    2. Re:Price drops by neuro88 · · Score: 1

      And yet a Q9650 still costs the same as it did 2 years ago. Fuck you, Intel.

      Because intel wants you to upgrade to their latest and greatest... and if you're not in a position to buy a new system, then it's established that you're not in any position to get a cheaper processor to upgrade to. If you can't afford to build a new system, you can't afford to build a new system just for a cheaper AMD processor or a newer budget intel processor.

      That said, while I was irritated with the price I paid for my Q9650 ~9 months ago, but I would say the upgrade from the Q6600 was worth it. Certainly not a massive upgrade, but bigger than I expected (my expectations were low). Uses a tad less power too.

    3. Re:Price drops by V!NCENT · · Score: 1

      And that is because more core means more speed.

      "Vincent, you're don't know WTF you're talking about. Two pregnant woman..."

      OK some of you might have not noticed but have you got any idea how many processes are realy running on your CPU? Might they not all need to be crammed into a que? Might you not want to endlessly run whatever you want to run on a reserved core?

      There you go...

      --
      Here be signatures
    4. Re:Price drops by Avatar8 · · Score: 1
      Exactly. I'm guessing there is a high percentage of system builders on /. It stopped being economical to build your own system in the early 00's, but I still use the same judgment of bang for the buck on a pre- or custom built system: I'm going to get the most processor that fits my budget. On one hand I'll trust that the system builder is pricing the CPU accordingly and when I pick one of three CPU in the $xxx range I'll be getting equivalent power. On the other hand I *will* do quite a bit of research before I purchase, know generally which ones are more powerful and watch the price drops for a prime time to purchase.

      I'm thrilled when new CPU come out because I can start looking at the previous generation for my next upgrade.

    5. Re:Price drops by Ant+P. · · Score: 1

      If you really were concerned about value why would you buy Intel at all?

    6. Re:Price drops by Rockoon · · Score: 1

      It stopped being economical to build your own system in the early 00's

      That is simply not true. There certainly was a time where it became difficult to beat the big assembling retailers who got great deals on volume parts, but then came the high volume parts retailers like NewEgg.

      A case-in-point: I can put together a solid 6-core box (AMD 1055T) with 4GB DDR3, SATA 6GB/s, and USB 3.0, for under $600 just by using NewEgg and not trying hard. You will spend $700 at Dell for an approximate system, but will have to settle for the 1035T, it wont have SATA 6GB/s, and only sports USB 2.0. Granted my $600 doesnt include an OEM copy of Win7, but thats only $100 more bringing comparable price.

      Building it myself = quite a bit better system, and no required OS purchase too.

      --
      "His name was James Damore."
    7. Re:Price drops by Avatar8 · · Score: 1
      I stand corrected. I just did the same thing and hit $520. Though my history with AMD has me leery of compatibility which requires more research and time. I'd rather a builder handle that for me.

      Try comparing with this builder.

      http://www.cyberpowerpc.com/

    8. Re:Price drops by Rockoon · · Score: 1

      I am curious what compatibility issues you have had with AMD. I have never had a compatibility issue with AMD's going all the way back to their 80386/40.

      And anyways, you can beat Dell/etc on Intel systems as well, although it is much harder not to get really ripped off. Many Intel processors are a horrible value in terms of price for performance, although 3 in particular hold their own with AMD's offerings... those are (from best value to worst) the Q8300, i5-750, and the Q8400

      --
      "His name was James Damore."
    9. Re:Price drops by Avatar8 · · Score: 1
      I forget the specs; I only recall it was an Athlon class. Regardless of video card I installed, nVidia or ATI, the system would randomly crash/reboot after 15 min, 1 hour, 3 hours... Thought it was heat, poor seating or a grounding issue, but all those checked out.

      Later I did more research and discovered AMDs compatibility charts: CPU, power supplies, motherboards, GPU. Just the fact that it existed bothered me. Intel has no such document to the best of my knowledge, but then Windows and every hardware and software designed for Windows are designed around Intel.

      I may try AMD again due to recent reviews and friend recommendations.

    10. Re:Price drops by Rockoon · · Score: 1

      Intermittent crashing is not a compatibility issue.

      ..and of course CPU's are matched with motherboards, and power supplies need to be enough, and so on. Socket (X) chips dont go into socket (Y), power supplies need the right kind of connectors for the motherboard, GPU's need to be for a slot compatible with the motherboard.. "Compatibility charts" are for people that need the help assembling a system.

      --
      "His name was James Damore."
    11. Re:Price drops by Avatar8 · · Score: 1
      I've been working professionally with computers since 1984. I've been building my own systems since 1994.

      This was not a primer or builder's guide. It was more of a "we don't know if our CPU will work on boards other than this or with components other than this." Over the months that I was troubleshooting this issue, I saw that list on AMD's website grow. Components matched, had the right voltages and bus speeds but were not on AMD's compatibility list.

      With the number of pieces I switched out, the CPU was the only piece left that could have been faulty.

      I am still considering trying AMD again. Surely since the years my problems occurred they would have improved.

    12. Re:Price drops by Rockoon · · Score: 1

      You tried a different motherboard too?

      --
      "His name was James Damore."
    13. Re:Price drops by Avatar8 · · Score: 1

      Yes. Replaced everything except CPU. I'm hoping it was just a bad batch or a fluke.

  7. No. by bertoelcon · · Score: 4, Funny

    The headline asked a question, I answered it.

    --
    Anything can be found funny, from a certain point of view.
    1. Re:No. by shadowofwind · · Score: 1

      FYI, there ARE always other options, not IS.

      (Just in case you do care about that, and English isn't your first language.)

    2. Re:No. by bertoelcon · · Score: 1

      Wow my sig has been that for months and nobody else noticed that.

      --
      Anything can be found funny, from a certain point of view.
    3. Re:No. by Anonymous Coward · · Score: 0

      Actually, the headline asks 3 questions. Obviously your lack of cores prevented you from answering the other two.

  8. Ideally the best metric would be by snooo53 · · Score: 5, Interesting

    Some combination that measures both how many operations per second, and how much power it's going to take to do said operations (i.e. Watts/computing unit). I don't know if even FLOPS is sufficient anymore to describe current computing tasks. Heck, I'd be happy with any sort of standardization.

    --
    The sending of this message pretty much inconveniences everyone involved.
    1. Re:Ideally the best metric would be by Surt · · Score: 3, Insightful

      The problem is that only a fraction of customers who care at all would be happy with any given benchmark. And if all you do is read email and run trivial processing tasks (the largest customer base) there's no meaningful metric because things have been fast enough for a long time now.

      --
      "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
    2. Re:Ideally the best metric would be by Tumbleweed · · Score: 1

      Some combination that measures both how many operations per second, and how much power it's going to take to do said operations (i.e. Watts/computing unit). I don't know if even FLOPS is sufficient anymore to describe current computing tasks. Heck, I'd be happy with any sort of standardization.

      bogomips per core. Done and done!

    3. Re:Ideally the best metric would be by Twinbee · · Score: 3, Insightful

      Don't worry. Microsoft, along with multiple abstraction layers (through the browser etc.), and slower interpreted programming languages to the rescue!!

      --
      Why OpalCalc is the best Windows calc
    4. Re:Ideally the best metric would be by Matrix14 · · Score: 1

      The problem with that is that operations per second on a multicore machine does not mean the same thing as on a single core machine. If I increase the number of cores, the number of operations per second goes up, but your programs won't run any faster unless the programmer wrote really good threaded code. Which he or she didn't, because that's hard. On the other hand, if I increase the clock speed, the number of operations per second goes up, and your program also runs faster.

      Of course, commodity processors stopped getting faster clock speeds in 2003, while Moore's law keeps marching, so now the added complexity goes into more cores, which is useless for many applications.

      (FLOPS is used as a metric by the scientific computing community, which tends to deal with large, well structured problems which can be easily distributed across thousands of machines, and which use floating point arithmetic. It's a useful metric there, but it's not really useful for commodity machines.)

    5. Re:Ideally the best metric would be by Haeleth · · Score: 1

      if all you do is read email and run trivial processing tasks (the largest customer base) there's no meaningful metric because things have been fast enough for a long time now.

      If you're a Mac or Linux user, yeah. On Windows, they have this weird ritual called "virus scanning" that is able to consume arbitrary amounts of CPU time and RAM. Apparently this protects their computer from being possessed by evil spirits from beyond the internets or some such.

    6. Re:Ideally the best metric would be by Anonymous Coward · · Score: 0

      FLOPS / MIPS vary widely based upon the CPU architecture, the unCPU architecture (i.e. motherboard, hard disks, etc), the benchmark, the operating system (including drivers), and the compiler. Further, FLOPS / MIPS are less useful metrics than "time to complete task", the golden metric.

      It's incredibly difficult to get industry players to agree to any sort of apples-to-apples comparisons, because each choice invariably favors one or another vendor more than the other. Further, if you were to put forth the insane effort to construct the "optimal" system configuration to portray each CPU (or whatever you're benchmarking) performance in the best possible light, you would have either spent a boatload of time and money on many irrelevant things, or you'd have completely obscured the many sources of performance.

      A good pragmatic solution to this very difficult problem already exists -- magazine-style benchmarking. They're not perfect, they're not apples-to-apples, but they are about as close as you can get w/o spending an insane amount of effort hunting down perfection. You should do what you're probably already doing: pick whichever web-zine you like best, surf their recent benchmarking charts, look at the applications you care about, and make a fairly informed decision. Then just forget that this sort of thing exists until the next time you want more perf.

    7. Re:Ideally the best metric would be by Anonymous Coward · · Score: 0

      This is not so, imagine a scenario where:
      1) the "system" (i.e., PC) overall capacity is given (as an easy single number with likely many units => re: "/." units = GHz*bits/seconds*Watts or similar) which takes into account all the components which contribute to overall performance (e.g., L2 cache, hard drive speed, user time available, power use, etc) AND
      2) many "tasks" are given as well in the same units (i.e., "/."s)

      So, now it's easy for the consumer to compare "how much is available" to "how much is needed" from the primary tasks which he/she is interested in doing! Oh sorry, need a car analogy...imagine "Miles Per One Tank" is given for every car and then separately "Miles To Destination" is given so a direct comparison can be made. Of course MPG is used for cars because people have an intuitive sense of how far they drive, but they don't have that same understanding for things like "how much do I need to do e-mail?".

      PC makers would never do this...but our friends at Consumer Reports certainly could. And of course these would be meaningful metrics, we add new "tasks" every couple years (Youtube, HD media center PC) so someone has to keep adding to the "task" list (similar to discovering "new" places to travel in that car)!

      - AC at Public terminal, jda2158

    8. Re:Ideally the best metric would be by Tablizer · · Score: 1

      One metric that multiple cores seems to help is Windows boot-up speed. Bootmet?

    9. Re:Ideally the best metric would be by mcrbids · · Score: 1

      Don't worry. Microsoft, along with multiple abstraction layers (through the browser etc.), and slower interpreted programming languages to the rescue!!

      And while this is funny, it's the *opposite* of what's happening. Javascript performance has improved some 100 fold over the last few years. Enough that the drawbacks of compiled code (platform dependence, having to precompile binaries per platform, etc) are really starting to become show-stoppers.

      10 years ago, I witnessed the maturation of server-side scripting languages. Long shunned for their poor performance, they improved enough as processing power became cheap enough that they became extremely viable tools for information management. I built my business using PHP and Postgres and while PHP has its share of warts, I haven't regretted a single, highly profitable day that it has provided for me and my business.

      In the last year or two, I've seen the same thing happening with javascript. Prodded first by Firefox, and then even further by Chrome, javascript performance has increased so dramatically that it's like working with a whole new platform. The browser is now its own development platform; one that IE is blowing badly after nearly a decade of utter stagnation.

      While we still maintain our cluster of Postgres/PHP/Apache servers, we are increasingly moving the raw processing of data into the browser itself, making our web-based applications "client side" while still preserving the security model of the server-based platform.

      It's a good shift, and one that we intend to use as every advantage to its fullest!

      --
      I have no problem with your religion until you decide it's reason to deprive others of the truth.
    10. Re:Ideally the best metric would be by the_one(2) · · Score: 1

      FLOPS is pretty meaningless for x86 processors since they tend to do very little floating point math and thus need very little capacity for it. Having some form of test that tests the CPUs in ways that are similar to normal workloads seems like a better idea (e.g opening tons of websites in firefox, flash, whatever...)

    11. Re:Ideally the best metric would be by TheRaven64 · · Score: 1

      Compilers are helped a lot by the fact that RAM is cheap. I work on a Smalltalk compiler, and with all of the profile-driven optimisations it's now within a few percent of GCC-compiled C for performance. Running the profile-driven optimisations when static compiling is a pain, but if you do then you get great performance. Running them with the JIT is much easier, but the JIT itself uses a good 20MB of RAM (per process). On a machine with 2GB of RAM, no one cares. On a machine from just a few years ago, this was a show stopper.

      ARM chips from a couple of years ago came with an extension called Jazelle, where most of the Java bytecodes were run directly and just a few trapped to the VM. This was done to achieve reasonable performance without the need for a JIT, because you couldn't run the Java JIT on a handheld with 4-32MB of RAM. Now, phones have 128-256MB of RAM, so it's better to devote that die space to something else and the Cortex A8 doesn't have this extension.

      --
      I am TheRaven on Soylent News
    12. Re:Ideally the best metric would be by billyswong · · Score: 1

      if all you do is read email and run trivial processing tasks (the largest customer base) there's no meaningful metric because things have been fast enough for a long time now.

      If you're a Mac or Linux user, yeah. On Windows, they have this weird ritual called "virus scanning" that is able to consume arbitrary amounts of CPU time and RAM. Apparently this protects their computer from being possessed by evil spirits from beyond the internets or some such.

      But think about it. No matter how much one upgrades, the "virus scanning" ritual can still consume all the CPU time and main memory left, so what's the point of upgrading? Virus scanner going multi-thread?

    13. Re:Ideally the best metric would be by nyctopterus · · Score: 1

      Hey, they run Flash games you insensitive clod! That is not a trivial processing task!

    14. Re:Ideally the best metric would be by Anonymous Coward · · Score: 0

      It's not just Microsoft. Have you tried running the latest Ubuntu with less than 512MB of RAM? Or have you tried to use Twitter on a computer with an older AthlonXP?

    15. Re:Ideally the best metric would be by Anonymous Coward · · Score: 0

      This is funny, but should be modded informational. It is beyond true. The entire .NET language is interpreted similar to the way Java (not java script...) is. Why would Microsoft want all of the apps created in .NET? They don't support multiple hardware architectures (yes, yes, NT4, but that doesn't do much in the lines of .NET), especially not for the desktop. .NET apps are not cross platform (multi-OS). No, MONO does not count. It is community based, and while it is nice, it is still pretty useless.

    16. Re:Ideally the best metric would be by Anonymous Coward · · Score: 0

      So FLOPS are useful if you care about scientific applications, sure. But do you program with a float where an integer will do? If you do, you should probably be fired.

    17. Re:Ideally the best metric would be by samkass · · Score: 1

      Compilers are helped a lot by the fact that RAM is cheap. I work on a Smalltalk compiler, and with all of the profile-driven optimisations it's now within a few percent of GCC-compiled C for performance.

      Of course, GCC-compiled C is slower than LLVM-clang-compiled C these days. Actually using bytecode and a virtual machine as an intermediary to more efficient static compilation is a nifty new use case I wouldn't have considered a few years ago.

      --
      E pluribus unum
    18. Re:Ideally the best metric would be by snooo53 · · Score: 1

      True, there is magazine style benchmarking, but you still have to cross reference that with for the most part arbitrary processor numbering schemes, where a higher number doesn't necessarily mean it's faster. Which makes it really difficult to compare if you want to know what that extra % of performance is going to cost you.

      I honestly think this nonsense is hurting sales... I can only speak from my experience but personally I've passed up on an impulse buy for a motherboard/processor combo to do research only to end up reconsidering whether I even really needed it. Which was a good thing for me I suppose, but horrible for their sales if others are doing the same thing.

      --
      The sending of this message pretty much inconveniences everyone involved.
    19. Re:Ideally the best metric would be by Surt · · Score: 1

      Note to metamods: this post got moderated off-topic. How crazy is that?

      --
      "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
  9. Re:Not at all by Anonymous Coward · · Score: 5, Insightful

    One core is sufficient for 99% of office workstations that only run a browser and MS Office applications.

    Absolutely not. There are so many crappy applications that will max out a single processor doing stupid things (like rendering javascript on a webpage), that a 2nd core is very very useful.

    Since most software still isn't multithreaded, a crappy application will only max out one core, allowing you to still get work done.

  10. Re:Not at all by mikael_j · · Score: 4, Insightful

    Multicore plus enough RAM is generally a lot better performance-wise than singlecore plus low amount of RAM and an SSD.

    If you're having performance issues in everyday office use that go away when switching from a regular hard drive to an SSD you could just try accepting that these days you need 1+ gigs of RAM instead of trying to implement a bunch of workarounds that don't address the actual problem (that your computer keeps swapping out stuff to the hard drive because you're running out of RAM).

    Unfortunately it's pretty common to see regular office desktops with fast multicore CPUs and ridiculously low amounts of RAM (I've seen C2D 2+ GHz CPUs coupled with 512 megs of RAM, it ran slower than a low-end P4 with 2 gigs of RAM).

    --
    Greylisting is to SMTP as NAT is to IPv4
  11. Intel... meh. by Anonymous Coward · · Score: 1, Interesting

    I just don't give a crap about intel products...

    They proved long ago they do not win on price/preformance. And hell. someone has to pay for retarded tv commercials. I'll pass on being one of them again.

    And they are still the only company that ever sold me a defective chip that couldn't do math. And their response was? 'Oh well, buy our new one'.
    Eventually they DID replace it. But the entire experience has put me off intel products forever. I wont spec or support intel chip based hardware.

  12. Server Cores, Devloper more Cores, else one or two by Anonymous Coward · · Score: 1, Insightful

    The the question is what for?

    If you are a typical user you will only need one or two to run an OS with Web Browser and Word Processor.

    More cores if you are running a server.

    Most cores if you are doing an Virtualization and in-particular running any Virtualized desktop or server.

    So I want more cores and memory. My family only needs one or two until the eye candy catches up and has an improvement from the current system.

  13. Re:Not at all by ducomputergeek · · Score: 1

    Our point-of-sale software runs acceptably on a single core 1.6Ghz Intel Atom machine with 1Gb of Ram in embedded mode (client software + database, PostgreSQL, on same machine), it runs better with 2GB of ram, and then there is no noticeable difference between a Dual Core Atom with 2GB of Ram vs. a Core 2 Duo with 2Gb of RAM. And if you are running the software in client/server mode with a seperate database server for multiple terminals, then the 1.6Ghz Atom and 1Gb of ram is plenty.

    --
    "The problem with socialism is eventually you run out of other people's money" - Thatcher.
  14. The Onion Said it Best. by Anonymous Coward · · Score: 2, Insightful

    F@(# Everything, We're Doing Five Blades!

    1. Re:The Onion Said it Best. by Anonymous Coward · · Score: 3, Funny

      You do know that you're allowed to write "fuck" on the Internet, right? You don't have to censor it like that.

    2. Re:The Onion Said it Best. by __aatirs3925 · · Score: 0

      The FCC got to him and put five blades to his neck until he censored his own post. It may have been traumatizing for him but to the FCC, as long as fuck wasn't mentioned on the internet. You know, swearing is a lot like mentioning candleja----

    3. Re:The Onion Said it Best. by TheEyes · · Score: 1

      Isn't there a company actually doing six blades now?

    4. Re:The Onion Said it Best. by fostware · · Score: 1

      http://www.youtube.com/watch?v=GjEKt5Izwbo

      Aussie skit show took the piss out of the triple blades when they came out...

      --
      "We know what happens to people who stay in the middle of the road. They get run over." - Aneurin Bevan
  15. Something more meaningful by ZonkerWilliam · · Score: 1

    Such as processing times for apps, possibly flops, but for the average user that won't mean much either.

  16. License restrictions on ESX server by Anonymous Coward · · Score: 1, Interesting

    ESX server licensing is on a per CPU basis but they restrict the number of cores to 6 (from memory) before you need another license. So yes, I would care how may cores I was buying on a server.

    1. Re:License restrictions on ESX server by Singularity42 · · Score: 0

      Do they count hyperthreaded cores? I thought we were going back to socket licensing anyway.

    2. Re:License restrictions on ESX server by afidel · · Score: 1

      It's per socket, HT doesn't count, and the limit of 6 is only on certain editions, enterprise plus is up to 12 cores per socket. VMWare is actually moving some of it's licensing to a per VM model because larger clients will often have only specific subsets of VM's they want to protect.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    3. Re:License restrictions on ESX server by Anonymous Coward · · Score: 0

      Oracle's licensing counts each core as a separate processor so more cores get (hugely) more expensive. So you'll be very interested in the number of cores.

  17. My gaming system is... by mindwhip · · Score: 5, Insightful

    ... overdue for its 2 year processor and motherboard upgrade. It is overdue because when I started to look at what processor met my ideal performance/cost ratio it was impossible to figure out.

    I don't have time spare to sit with a spreadsheet and a matrix of 30 different processors to work it out so I won't be upgrading now until something breaks. You lost a sale Intel, and I will have to pay more attention to system requirements of games for a while.

    I would guess I am not the only one choosing not to buy because its so unclear...

    --
    [The Universe] has gone offline.
    1. Re:My gaming system is... by Myrcutio · · Score: 1

      don't worry, even the Intel reps don't know what the difference is. I remember talking to one about hyperthreading when they added it back to the Core series, trying to figure out how two cores suddenly have 4 threads. After 15 minutes of slide presentations with various price points, he came to the conclusion that AMD's closest match for it was still slower than the Core processor with HT. I still don't know what the hell it means, and the benchmarks certainly don't help clarify it. Currently running an E8400 clocked at 4.13ghz, happy as a clam.

    2. Re:My gaming system is... by Anonymous Coward · · Score: 0

      Don't bother with upgrading for gaming. The popularity of the current consoles has caused gaming to stagnate. The last game that actually took advantage of a PC is Crysis and that was released a few years ago. Why upgrade when all that is available are ports of games written for a console that came out nearly 5 years ago?

    3. Re:My gaming system is... by BitZtream · · Score: 1

      There isn't a reason to upgrade, thats the problem Intel has, they've hit the wall.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    4. Re:My gaming system is... by aztracker1 · · Score: 1

      Guessing you have a Core 2, or Phenom 2 at this point, so upping the vidcard before the rest of the system will give you better near term return over a full system upgrade. Can get a fast single card today that will run rings around a sli/crossfire setup from 2-3 years ago. I've been on a 3 year cycle for the past 6 years myself.. I find the SSD and vidcard on my new box are a bigger difference than going to a lower end i7 from my core 2.

      --
      Michael J. Ryan - tracker1.info
    5. Re:My gaming system is... by Anonymous Coward · · Score: 0

      So you area idiot then? Don't trust one of the dozen interweb sites who have such a comparison available? I'm glad Intel lost a sale because I would be ashamed to share a provider of goods with a customer as dense as yourself. Thank you bye.

    6. Re:My gaming system is... by PrecambrianRabbit · · Score: 2, Informative

      In my opinion CPU model numbers are a paragon of sanity compared to GPU numbers.

      With intel Core iX branded CPUs, the model number looks something like iX-NNN. You can ignore the X pretty much entirely. From there, increasing NNNs indicate generally increasing performance and "features" (hyperthreading, turbo boost, cores). At that point, it's pretty much just picking a budget and buying the most expensive thing within that price range (I promise I'm not getting a kickback from Intel for saying that :-D). Right now it looks like the 875K is the most powerful CPU you can get before prices go insane

      With GPUs... well, let's look at the Radeon series. 4xxx vs. 5xxx indicates DX 10 vs. 11, so I guess I can deal with that. The xxx basically indicates performance within a generation, but to compare between generations you basically have to go look at benchmarks.

      Of course, if you just want to play games, pretty much any current-gen CPU will do pretty darn well. If you actually care about the tech, then the research is fun. And if your job depends on the research, then it's probably worth doing ;-)

    7. Re:My gaming system is... by flyingfsck · · Score: 1

      Uhmmmm, my guess is that you are getting older and don't care about gaming so much anymore...

      --
      Excuse me, but please get off my Pennisetum Clandestinum, eh!
    8. Re:My gaming system is... by edmudama · · Score: 1

      Not sure I agree.

      Just upgraded my work computer from a dual-core c2d to a quad-core xeon machine, similar clock rate (both about 2GHz)

      New box compiles my code in half the time, saving me about 15 minutes/day, which is very real. (Total compile was about 2 minutes, so I cannot effectively switch to other work while a compile is running.) As a bonus, it consumes significantly less power when cores are idle, which is most of the time when I am debugging or writing code, since only compiling really kicks it out of the lower power C-states.

      Based on the above, the new machine will pay for itself in about 3 months time savings alone, probably 2 months if you include power savings.

      --
      More data, damnit!
    9. Re:My gaming system is... by L4t3r4lu5 · · Score: 1

      I haven't seen any games released in the past year which required me to upgrade. They're all still DX10, they all still require less than 4GB RAM, they all still run fine on my C2Q Q6600. I haven't upgraded a single component in 3 years. There's nothing out there which made me want to.

      --
      Finally had enough. Come see us over at https://soylentnews.org/
    10. Re:My gaming system is... by Rockoon · · Score: 1

      This. All the way.

      Do not buy into the SLI/Crossfire crap unless you plan on sending large amounts of money at it regularly.

      I havent done a study of this but I suspect this to be true: If you allocate $100 per year on video cards and do a lot of heavy gaming, you will average higher FPS throughout your life by spending $200 on a card every 2 years than you will spending $300 every 3 years (or $400 every 4 years) on an SLI setup.

      Essentially, SLI/CrossFire is for people that have a REAL immediate need for it and have thus decided to spend LOTS of money (like if you are running 6 displays at once at some crazy effective resolution like 4800x2400)

      --
      "His name was James Damore."
    11. Re:My gaming system is... by drinkypoo · · Score: 1

      ... overdue for its 2 year processor and motherboard upgrade. It is overdue because when I started to look at what processor met my ideal performance/cost ratio it was impossible to figure out.

      Any asshole with access to newegg (or whatever, to check prices and availability) and Wikipedia (to check specs) can learn more than they need to know to build their computer in minutes. Here's how I spec'd my last machine:

      1. Visit newegg
      2. Find out which processors lie within my price range
      3. Buy a motherboard from an acceptable brand with all the ports I want for $100 or less, and a CPU to match it, also for $100 or less

      Done. Ended up with Phenom II X3 720. Later I bought it a $20 heat pipe cooler and OC'd it to 3.2 GHz which it's doing very stably; my unreclocked GT 240 (I was going low power) actually runs hotter than my CPU. If you're trying to build the most powerful system you can get, that's easy; you just go to the manufacturer's home page and buy what they're pimping. But if you're building on spec, then you need to know what the spec is. Mine was cost- and watt- driven.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    12. Re:My gaming system is... by Avatar8 · · Score: 1
      I'm in the same boat. I was considering an upgrade earlier this year, but as I started pricing systems and couldn't compare systems side-by-side I decided to hold off.

      After reading this article I'm considering something I swore to never do again 13 years ago: I may buy an AMD. /shudder

    13. Re:My gaming system is... by mindwhip · · Score: 1

      True, but I do still play when I have time... I recently played through Portal and HL2 (inc episodes 1&2) for the umpteenth time (mainly to get some of the achievements they added to steam since the last time) and am looking forward to Portal 2.

      The problem is more I still care enough (personal pride) about the system I use to be annoyed if its less than optimal (for the money I am willing to spend at the time).

      --
      [The Universe] has gone offline.
    14. Re:My gaming system is... by mindwhip · · Score: 1

      Yeah this is more or less how I work... graphics card was updated earlier in the year to a good £250ish card.

      My current processor is a C2D, but a low end one as it was an emergency replacement with minimal funds after my PSU went smokey-sparky and fried the Pentium D that I had before.

      --
      [The Universe] has gone offline.
    15. Re:My gaming system is... by mindwhip · · Score: 1

      I prefer wasd+mouse to console controllers...

      Always have and always will... probably a side effect of the first games I played being on my rubber keyed ZX Spectrum...

      That and I already have enough clutter around my TV without adding a console, and I would have to buy a shiny HD TV (and then pay to get my cable upgraded to HD, and have to find a HD replacement for my tivo, and...)

      --
      [The Universe] has gone offline.
    16. Re:My gaming system is... by petermgreen · · Score: 1

      From there, increasing NNNs indicate generally increasing performance and "features"
      Generally the first digit indicates a series with distinct features while the later digits give an indication of performance within that series. For example a 920 is (according to tom's hardware's benchmarks) slower than an 870 but the 920 will give you more ram channels (and as a consequence higher max ram) and more fast PCIe lanes.

      Things have got a bit messed up with these 6-core chips though as intel have decided to shoehorn them into the i7-9xx series rather than put them in thier own series.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    17. Re:My gaming system is... by Rockoon · · Score: 1

      I have a dedicated savings account which I deposit $20/month into.

      This money is used to upgrade/replace CPU/MB/MEM/VID/PSU as need arises. This simple system has not failed me at keeping me playing the latest games at decent framerates.

      Money for display and storage is separate. I've got plenty of spare monitors in case of catastrophe (two words: TAG SALES), and a $100 one-off has always solved any emergency storage problem.

      --
      "His name was James Damore."
    18. Re:My gaming system is... by Anonymous Coward · · Score: 0

      hmm imho it's fairly simple to chose a proper cpu and motherboard, spending 1 hour looking up benchmarks is not too much work.

      btw sisoft sandra I think provides also an integrated list of component benchmarks for comparison including a recent price tag so you can quickly make an educated choice based on processing capabilities which is what most people care about.
      also at least in germany it is common place for gaming magazines to include such benchmarks for components as well as recommendation for building complete pcs with three different price tags as well as a short overview for each game on which settings work acceptable on this or that processor/graphics card etc.

    19. Re:My gaming system is... by Bengie · · Score: 1

      "I don't have time [to] spare[...]and I will have to pay more attention to system requirements of games for a while"

      yeah, so little time. can't break away from games for 15min to figure out which CPU is best.

  18. I have no idea what's good anymore by Chewbacon · · Score: 5, Insightful

    I remember the clockspeed race and it was much simpler to decide what CPU you needed when looking at system requirements. Just a week ago I was looking at a game's requirements and had no idea if my CPU met them. If I were to upgrade, I wouldn't know which CPU would satisfy the requirements. I'm pretty handy with computers and I find picking a processor with today's marketing daunting, I can imagine being totally in the dark if I knew little about computers. Intel could do a better job indicating which CPU is better than the other and letting you know what you're buying.

    --
    Chewbacon
    The Bible is like Wikipedia: written by a bunch of people and verifiable by questionable sources.
    1. Re:I have no idea what's good anymore by qbel · · Score: 2

      Wow, you took the words out of my mouth man. I have been using computers all my life, and the gigahertz race made sense back then.. Now? Lol... I realized I might as well give up trying to stay with it because you only need so much power to run Wordpad, Excel, watch DVDs/movies and surf the web. I just don't feel like it is worth the time commitment to know what's what. I spent 400 bucks on my laptop, and it does everything I need (HD video, compiling code, photoshop, opening 40+ tabs), is ridiculously fast and stable, has all the space I could ask for, and is now turning a year old. I think it has 2 cores? Maybe?

      I should probably admit I feel really ashamed whenever I think about upgrading.. Mostly because I end up on NewEgg, then find myself spending 4+ hours googling every piece of hardware with the terms "TomsHardware" and "Guru3D" before it. Please tell me I'm not alone...

    2. Re:I have no idea what's good anymore by mindwhip · · Score: 1

      I can remember buying my first PC and having to decide between a Pentium 75 (i think) and a 486 DX 100 given my limited budget at the time... in the end I went with the P60 and if IIRC only because it also came with windows95, a mouse and speakers... although I mainly ran in DOS mode to play Tie Fighter...

      --
      [The Universe] has gone offline.
    3. Re:I have no idea what's good anymore by T-Bone-T · · Score: 1

      I gave up looking at games when the required processor speed started dropping. I knew that it meant my computer was too old to play it, even if it met the requirements as listed on the box.

    4. Re:I have no idea what's good anymore by BatGnat · · Score: 1

      Ah the good old days... mine (1st Clone PC, C64 was first) was an 386SX 33Mhz, I even splashed for an extra 120Mb drive for only AU$600.

      Ahhhh.... memories...

    5. Re:I have no idea what's good anymore by jburroug · · Score: 1

      I feel ya brother. I kinda dropped out of the hardware scene for a good four years or so when I took a long break from gaming and no longer had a need to keep up with industry news on CPUs and GPUs and their ilk. Last winter I finally decided it was time for an upgrade. First thing I realized nothing was salvageable from the old box and at that point I had to hunker down and do some serious research. I spent a good month on newegg and Tom's Hardware reading reviews and specs for mother boards, processors and GPUs. I was really shocked at how much had changed just in terms of what shit was called these days. I ended up dropping about six bills on a nice system, with a three core AMD 64 bit something or the other penis stretching speed demon of a processor and in March upgraded from the onboard video so I could do some gaming again. I can run every game I've bought on Steam at the max rez my 22" LCD supports in HQ mode so I must have done good ;-)

      I've built every single one of my desktop systems from parts since about '95 and up until around '04 was really onboard the regular upgrade train for gaming. My interests changed I started doing more serious computing that didn't require the horse power of my gaming rigs and stopped caring about the latest and greatest in desktop processors. You lose track of that for a few years and it takes a lot of reading and googling to get caught up. So yeah, you're not alone dude. Good news is once you penetrate all the marketing hype behind the naming your old wisdom is still valid for system building! You can upgrade!

      Cheers,

      Josh

      --
      "Listen: We are here on Earth to fart around. Don't let anybody tell you any different!" - Kurt Vonnegut
    6. Re:I have no idea what's good anymore by rdwulfe · · Score: 1

      I find this somewhat amusing. I recently upgraded my GPU from the onboard piece of crap I had. My is a 2.0Ghz AMD, single core. I've played Fallout 3 and Bioshock on it. It's amazing how much the vidcard matters but the CPU less so these days. The Anchorage DLC gave me a hard time in places, bogging down a bit. After I got through it, Fallout 3's been fine. I'm beginning to suspect they require these amazing CPU specs merely to keep people upgrading. Bioshock says it wants a 2.4 Ghz single core, and it runs on my system beautifully.

    7. Re:I have no idea what's good anymore by Anonymous Coward · · Score: 0

      I felt the same way when I upgraded to my current system just a few months ago. My last system I built in 2004 (and still runs quite nicely for my girlfriend) and I was a little intimidated by how things had changed. More than ever, simple clock speed, cache size and location or front side bus clock speed were no longer good indicators on general CPU performance.

      Now I have to take into account parallel performance of my OS and regular applications and things have suddenly become a lot less easy to determine.

      Does any application even really provide useful information on how it performs on multi-core systems?

      Despite considering myself knowledgeable enough in computer hardware I found myself doing a lot of a googling to even get a general idea on what specifications I needed to consider in evaluating one to another.

    8. Re:I have no idea what's good anymore by fuzzyfuzzyfungus · · Score: 1

      There's also the basic "under-promise, over-deliver" consideration. Someone who meets stated minimum spec but has lousy experience will be quite unhappy. Someone who doesn't mean minimum spec but has an acceptable experience will be pleased. Therefore you can(to a point) maximize the total happiness state of your customers by modestly overstating the required specs. Not enough to drive a bunch of people away; but enough that more people feel like they are "doing better than promised" rather than "have been lied to".

    9. Re:I have no idea what's good anymore by SheeEttin · · Score: 1

      It's mostly the same... The number of cores just adds another dimension. Comparing CPUs with the same number of cores is same as ever.
      But that leaves the comparison of the number of cores... Well, that's actually pretty easy.
      Start with dual-core. This allows two single-threaded tasks to be run simultaneously. Useful for, say, doing a CPU-intensive bulk task (e.g. antivirus scan) and actually doing something useful at the same time, which is nigh impossible on single cores. If you want more cores for more threads, go ahead. Four is probably enough for most tasks, but if you want more power than you need, go for six or eight.

    10. Re:I have no idea what's good anymore by exomondo · · Score: 1

      Intel could do a better job indicating which CPU is better than the other and letting you know what you're buying.

      But it's changed now, the simple gigahertz days are over. The same thing has been happening with GPUs for years, you could never just look at the number of SPs, clockspeed or amount of RAM. If you want to know what's better then look at benchmarks.

    11. Re:I have no idea what's good anymore by qbel · · Score: 1

      Haha, hear hear to old wisdom and the billions of articles online about every piece of hardware imaginable! That made me feel a LOT better :)

    12. Re:I have no idea what's good anymore by robinvanleeuwen · · Score: 1

      Over the last year, when people asked me 'what computer should i buy' my response was always: 'How much do you want to spend' , and then look for the computer for that amount of money which has the best specs. And in laptops that's usually specs regarding harddisk/ram/screen/video, since that are the things not easily upgradeable for a laptop. I stopped looking at cpu-specs long time ago, especially since most people asking me for computer advice are people who don't know shit about computers and as such are people who write an occasional letter, send an email, surf the net and maybe watch a dvd... CPU specs surpassed that need long time ago, and every cpu currently on the shelves is good enough for that...

      --
      If you don't like my sig then don't read it.
    13. Re:I have no idea what's good anymore by Anonymous Coward · · Score: 0

      Well the clockspeed race has been over for some time now.

      The story, as I see it, is really simple. Want to do text processing, browsing, or whatever? Almost any computer on the market is good for you, since that doesn't require much performance. Want gaming? Get a badass video card with a badass GPU, or a console for that matter, and you're done. Not even hard-disk space matters that much, until the disk gets full anyway.

      And that's pretty much the story for consumers. The other details are left for power users/admins, programmers and so on, and they should be very aware of what choice they make.

    14. Re:I have no idea what's good anymore by Anonymous Coward · · Score: 0

      It's not difficult. i7 is faster than i5 is faster than i3. i5 has built-in graphics, sometimes (is easy to look at when deciding on purchase).

      Where it gets complicated is comparing Intel to AMD. All the numbers are meaningless. Only experience and ardent benchmark result watching will enable an intelligent buying decision.

    15. Re:I have no idea what's good anymore by Anonymous Coward · · Score: 0

      It is not as difficult as you make it out to be. There are plenty of good resources out there to help you pick a processor that will be right for you. Try some of the gaming sites, try tomshardware, heck try google. The part that is a bit more tricky is finding the right Mobo/Memory combos.

    16. Re:I have no idea what's good anymore by Anonymous Coward · · Score: 0

      Try playing Supreme Commander or Sins of a Solar Empire with that single core.

      It depends on what game genre you're into; RTS tends to be more CPU intensive, FPS more GPU. RPG is also more GPU, especially since they've moved away from story driven and more towards "3D action driven" but that's a separate rant.

    17. Re:I have no idea what's good anymore by roman_mir · · Score: 1

      I used to be with it. But then they changed what it was. Now what I'm with isn't it, and what's it seems scary and wierd. It'll happen to you.

  19. The real story by Anonymous Coward · · Score: 2, Informative

    isn't just that the sequence numbers are out of order...

    But that the differences in processor performance are largely irrelevant anymore. Who cares if it's 4/6/8 cores/hyperthreading/gigawhatzitz. The bottom line is that all of them are ridiculously fast. You would do far better putting your money into just about any other component.

  20. Yes, many users do care by bobcat7677 · · Score: 3, Insightful

    The number of cores and the speed per core becomes vitally important when you start doing virtualization. Since Windows 7 has this out of the box and Macs use it all over the place and everybody and their cousin are running VMware (or insert your favorite VM environment here), yes, I think alot of people care. That's not even starting to talk about the server space where almost everything is virtualized these days and more cores can mean more VMs (especially on Hyper-V).

    I don't want to leave the enthusiasts out, so I will just say for their benefit that seeing all those core graphs lined up in task manager is a major rush and should not be discounted as users look to buy processors (though I guess Intel has that covered with "hyper-threading":P

    1. Re:Yes, many users do care by TheEyes · · Score: 1

      I'll probably get labeled a flamebaiter for this, but if I were interested in virtualization I'd be looking exclusively at AMD anyway:

      -You don't have to worry about whether the processor supports virtualization, as all AMD processors have included support for years (Intel has a bad habit of cutting these kinds of features to differentiate their products)
      -You tend to get more physical cores for your money with AMD, which tends to aid virtualization efforts (I don't remember where I read it, but IIRC Intel's hyperthreading didn't work so well for virtualization, but I could be wrong about that as I can't quote an actual article).

      I used to be all Intel, but my last two boxes were AMD, just because I could understand the numbering conventions more easily. Intel's got a bunch of incompatible sockets and several different naming conventions, while AMD's (for now) seems much more consistent and easier to figure out.

    2. Re:Yes, many users do care by Anonymous Coward · · Score: 0

      As a general rules the bottleneck when dealing with virtualized environments is usually I/O, not how many cores you have available.

    3. Re:Yes, many users do care by loufoque · · Score: 1

      Virtualization requires specific hardware to work well.

      Very few constructors motherboard constructors provide working Intel VT-d for example.

  21. It's a conspiracy... by dfsmith · · Score: 1

    ... by the ad-sponsored review magazines; not Intel.

  22. Focus on bigger numbers by Gothmolly · · Score: 1

    I have a Q12345EXTREME!1!! Pentium, what do you have? See mine is bigger.

    *so says Joe Consumer
    **Intel has won.

    --
    I want to delete my account but Slashdot doesn't allow it.
  23. They are just late to the party by DeadboltX · · Score: 5, Insightful

    Nvidia and ATI have been giving their graphics cards arbitrary numbers for years.

    Is a 330m better than a 220m? maybe.
    What about a 9600 vs an 8800? who knows.

    Intel didn't invent the random product model numbering scheme, they are just joining the ranks.

    1. Re:They are just late to the party by Anonymous Coward · · Score: 0

      The 8800 is better.

      There, now you do.

    2. Re:They are just late to the party by Lueseiseki · · Score: 2, Informative
      When you kinda grasp how they do it, it's not so hard.

      If I'm looking at an ATI card with the number given as 5850, I know that it's part of the current generation ( 5### ) and is a pretty high end card card ( #850 ).

      If I see 4350, I'll know it's from the previous generation of cards ( 4### ) and it is an entry level or HTPC card.

      It's kinda hard to really know whether an ATI's 4650 is greater than a nvidea 9800GT though, but I think the real difficulty comes from trying to know how much a generation of cards improves from its last generation. (4350 vs 5350 for example)

    3. Re:They are just late to the party by Khyber · · Score: 1

      "Is a 330m better than a 220m?"

      maybe by power consumption and feature support, that's about it. Until the Fermi releases, everything from the 9800GTX+ to the 300 series was the same core, just a different revision.

      Which is why my 9800GTX+ still plays most everything at 1920x1080 without a hitch.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    4. Re:They are just late to the party by Anonymous Coward · · Score: 0

      The 8800 is better.

      But my 4870 is better than an 8800.

      Explain that, AC genius.

    5. Re:They are just late to the party by aztracker1 · · Score: 1

      for nvidia the first number is usually the manufacturing series, the second tends to be the step in that series, with suffixes to diferentiate further.. gtx > gt > gs etc. So an 8800 is probably on par or better than a 9600. :) I know it's clear as mud. Thats why MS came up with Windows Experience Index numbering, though not entirely balanced will give you an okay comparison.

      --
      Michael J. Ryan - tracker1.info
    6. Re:They are just late to the party by Haeleth · · Score: 1

      If I'm looking at an ATI card with the number given as 5850, I know that it's part of the current generation ( 5### ) and is a pretty high end card card ( #850 ).

      If I see 4350, I'll know it's from the previous generation of cards ( 4### ) and it is an entry level or HTPC card.

      Yes, it tells you the generation. But generations are about features, not performance. Comparing performance between generations is hard. For example, which is faster: 4890 or 5750? There's simply no way to know without studying benchmarks relevant to your intended use.

    7. Re:They are just late to the party by Anonymous Coward · · Score: 0

      The difference there being the fact that everything from the 9XXX line will be the same card, but increasingly faster as the number gets bigger. First number indicates compatibility with modern graphics nonsense, second is speed. The problem in this case is that things like the i7 are NOT the same thing at different speeds. The i7 can be 4 or 6 core.

      Of course, the GT/GTS/GTX nonsense likely leads it back to the argument you were trying to make.

    8. Re:They are just late to the party by Anonymous Coward · · Score: 0

      Yes, it tells you the generation. But generations are about features, not performance. Comparing performance between generations is hard. For example, which is faster: 4890 or 5750? There's simply no way to know without studying benchmarks relevant to your intended use.

      Well, usually the middle section of the new generation (x750-x850) are about as fast as the top bracket of the old generation while consuming half the power.
      Or, to put it otherwise, there is absolutely no need to buy the old generation once the new one comes out.

    9. Re:They are just late to the party by batquux · · Score: 1

      Then there's Apple. They tend not to even list arbitrary numbers. You have no idea what hardware you're getting.

    10. Re:They are just late to the party by DarthVain · · Score: 1

      I guess from their perspective they can name it whatever the hell you like, and if you are really interested you can look up the specifications on their website.

      However with both CPU and GPU, one disturbing (or not) trend, is the dependence on independent reviewer's to see which is better.

      Basically saying that looking at design specification, one can make a few assumptions about X number of pipelines being faster than Y number, or Cache, or Clock Speed, etc... however bottom line it is becoming more and more difficult to determine what actually does what. Benchmarks are mostly useless and have been for years now. So we are reduced to going to review websites that actually unbox the things, run stuff on them, and then reporting on what happens comparatively.

      Which isn't by itself a bad thing, but given its history with hardware companies, and the trend leading more dependence, and it being pretty much unregulated, other than which ones you "trust" it seems a crazy way to run an industry.

    11. Re:They are just late to the party by Ant+P. · · Score: 1

      At least with ATi you can be sure that a different model number will actually get you a different card. Nvidia are con artists.

    12. Re:They are just late to the party by Meeni · · Score: 1

      You know that all those cards are the 8800GT renamed to not sound outdated ? None is better, they are all the same.

    13. Re:They are just late to the party by Lueseiseki · · Score: 1

      Except for price, of course. My timely purchased 4890 does all I could ever want. :)

  24. Lies, damn lies, and CPU speed numbers by Locke2005 · · Score: 5, Interesting

    If the chip can't run all the cores at full speed due to heat/power considerations and therefore either throttles back each core's speed or disables some cores under heavy load, than core counts are really just a deceptive pissing contest, aren't they?

    --
    I've abandoned my search for truth; now I'm just looking for some useful delusions.
    1. Re:Lies, damn lies, and CPU speed numbers by Anonymous Coward · · Score: 0

      In that case perhaps the CPU needs better cooling and IMO it's better to slow down than fry.

    2. Re:Lies, damn lies, and CPU speed numbers by Spoke · · Score: 1

      I don't know of any processors that throttle down or disable cores under heavy load unless there was insufficient cooling to begin with. Even then, processors have been throttling down when overheating long before multi-core processors became common.

      That said, there are a number of processors which will run at a higher than normal clock speed if enough of the other cores are under-utilized.

    3. Re:Lies, damn lies, and CPU speed numbers by JoeMerchant · · Score: 2, Insightful

      If the chip can't run all the cores at full speed due to heat/power considerations and therefore either throttles back each core's speed or disables some cores under heavy load, than core counts are really just a deceptive pissing contest, aren't they?

      Depends, performance is much more multi-dimensional than it used to be.... if you have an occasional operation that can parallelize to use 24+ threads, it might be advantageous to get a dual socket motherboard with a couple of the new 6 core hyper-threading processors - even if they throttle back to 1/2 speed, you're still getting a 6x+ speedup compared to single core.

      Personally, for today's software mix, I like the throttling cores, most stuff chokes a single thread so having the ability to run that single core faster is valuable. Then you can look at applications like video transcoding where you want as many cores as you can get...

    4. Re:Lies, damn lies, and CPU speed numbers by Anonymous Coward · · Score: 0

      Well, not really. If you can have 1 core at 100% normal speed, or 2 cores at 66% normal speed, for a lot of workloads, you're still coming out ahead.

    5. Re:Lies, damn lies, and CPU speed numbers by Anonymous Coward · · Score: 0

      Doesn't work quite like that.

      Cores are never disabled under heavy load. They are only disabled under light load - if there's not enough work to keep them busy. Then the remaining cores are clocked up or down depending on (mainly) thermal conditions. Low temp? Clock the cores faster. High temp? Clock them slower. Give your CPU a better heatsink, and you can run it a bit faster

    6. Re:Lies, damn lies, and CPU speed numbers by StuffMaster · · Score: 0

      Which chips can't run all cores at full speed? I believe that's considered a defect. And without the overheat throttling, you'd have a dead chip rather than a slow one.

      Or are you actually trying to call Turbo Boost a drawback? It can be turned off you know, but I don't see why you'd want to since it improves performance.

  25. Bring back the good old days of MIPS! by jayveekay · · Score: 4, Funny

    Misleading Indicator of Performance Statistic was the worthless number we had back then, and we liked it!

    1. Re:Bring back the good old days of MIPS! by DigiShaman · · Score: 1

      What? No Whetstone benchmarks?

      --
      Life is not for the lazy.
  26. What about... by SnowDog74 · · Score: 1

    Blingcores?

    But seriously, folks. I know we're all a bunch of geeks here, myself included. But the truth is that it's not the CPU market that's changing. It's the nature of computing itself that is changing. Devices that can be called computing platforms are varied in size, function, and resources. An iPhone is essentially a mobile computing platform, but people wouldn't call it a "computer" in the conventional sense of the word because "computing" is an activity that has moved so far into the background, behind what the end user wants to actually accomplish with said device.

    Likewise, CPU speed and number of cores don't give anyone, let alone the average consumer, a universal standard of performance... by this I mean even the geek cannot assume on CPU speed or cores in and of themselves how a device will fare to other devices with different architectures, operating systems, background applications and so on.

    1. Re:What about... by snooo53 · · Score: 1

      You can, but just as the processor capabilities of processors have become fuzzy, so have what is generally good enough to do a given task. For example:
      Video processing, animation/rendering... quad core unless you have tons of time
      Gaming... Fast dual core
      Video, multimedia, light gaming... slow dual core
      web browsing, email, older apps/games... single core

      If only the iPhone could replace a computer... But there are just too many limitations and restrictions on what it can do compared to even a netbook. Someday I think mobile devices will be to that point but not today

      --
      The sending of this message pretty much inconveniences everyone involved.
    2. Re:What about... by mjwx · · Score: 1

      An iPhone is essentially a mobile computing platform, but people wouldn't call it a "computer" in the conventional sense of the word because "computing" is an activity that has moved so far into the background,

      Most people wouldn't call it a computer because compared to other hand held computing devices it's quite deficient.

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
    3. Re:What about... by Sycraft-fu · · Score: 1

      Actually even for browsing and so on I like dual core, and a quad might potentially be useful, though it wouldn't need to be fast. More cores gives a more responsive system, which is real nice. Light computer use actually isn't with regards to number of things running. I'm surfing the web and I have 62 processes running, and probably a few hundred threads. Now none of them is doing very much, but having more cores for them to run on helps keep things feeling fast.

      Actually perhaps not even more cores, just more threads per core. For light use, let all those tasks run at the same time to keep things zippy.

  27. Best measurement so far by countertrolling · · Score: 1

    Watts consumed.

    --
    For justice, we must go to Don Corleone
    1. Re:Best measurement so far by ChunderDownunder · · Score: 1

      Well, even ARM chips are going multi-core these days...

  28. Faster but lower power by birukun · · Score: 1

    I don't care how many cores it has.... can it stream HD video without chop at only 4 watts? (Without a video card that requires its own nuclear power plant to run)

    --
    Self Defense - A Human Right www.a-human-right.com
  29. One guess why by Locke2005 · · Score: 5, Interesting

    Have you considered that the reason the processor numbers tell you nothing is that ALL the chips are fabbed with 6 cores and the ones that have one or two bad cores in testing have 2 cores disabled and are sold as quads?

    --
    I've abandoned my search for truth; now I'm just looking for some useful delusions.
    1. Re:One guess why by Kufat · · Score: 1

      Er, no, that makes no sense...the binning process has nothing to do with producing or failing to produce a meaningful model number. If you have a 6-core, 3ghz CPU with 1MB/cache per core and a 4-core, 2.5ghz CPU with 512KB/cache per core, why would the MODEL NUMBER be less clear if they were binned versions of the same silicon than it would be if they came from two different dies?

    2. Re:One guess why by petermgreen · · Score: 1

      I thought it was only amd who were doing that at the moment (though intel have done it in the past).

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    3. Re:One guess why by The+Bean · · Score: 1

      I don't see how that has anything to do with it.

      They've never blinked selling your hypothetical CPU as a 4-core CPU, not should they. They never had a problem selling a CPU with a lower rated MHz rating either, should that copy not perform stable at higher speeds.

    4. Re:One guess why by seeker_1us · · Score: 1

      Have you considered that the reason the processor numbers tell you nothing is that ALL the chips are fabbed with 6 cores and the ones that have one or two bad cores in testing have 2 cores disabled and are sold as quads?

      No.

    5. Re:One guess why by BitZtream · · Score: 1

      You get 4 core, on the ceramic 'chip' you can mount in your PC you get a part number that says 4 cores.

      How many cores get turned off because they were bad or just not needed (which happens as well when its easier to sell 6 core chips to fill the gap in 4 core demand than to make new 4 core chips) doesn't matter. You'll get sold a chip labeled as having 4 type XXX cores and thats what you'll get. If you change the number of course or they type of core then the model number printed on the ceramic will change. That number matches up with what the CPU claims itself to be to the BIOS and everything else.

      When you buy a 4 core chip, you get a 4 core model number.

      Is that you matthugh?

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    6. Re:One guess why by 91degrees · · Score: 1

      Doesn't explain it. Everyone undertood that the 486SX had no FPU and the 486DX did have one. They were all fabbed with the FPU just some of them didn't work. All we need is a sequence number/speed indicator/core count for the name.

    7. Re:One guess why by Anonymous Coward · · Score: 0

      Realistically, you wouldn't want everything coming off the assembly line to function at the highest speed with all cores working. You would over-saturate the market with them and drive the price down. Shutting down perfectly functioning cores for the sake of filling the quad or dual core market segment - or should I say, artificially crippling a CPU to fill a market segment - is not a new practice by any means. See also the 486SX and 487 "coprocessor".

  30. User experience trumps by Infonaut · · Score: 1

    Do I care if my truck has a Hemi or some other engine? No. I care if it offers the right balance of strength, carrying capacity, looks, and gas mileage. Do I care if the airplane I'm flying in uses GE or Pratt & Whitney or Rolls Royce engines? No. I care if the plane will get me where I need to go comfortably, safely, and quickly. In the early days of computing, it was a thrilling thing to have hardware that could keep pace with software. I still have painful memories of Photoshop 3 screen redraws. These days it is a given that while there may be differences in response time, for anything but serious gaming, the hardware is going to keep up with the software. Keeping track of what processor is inside the computer is, for most people, akin to keeping track of which subcontractor supplies the tires for a car. Sure, some people care a great deal about the tires, but the rest of us could care less.

    --
    Read the EFF's Fair Use FAQ
    1. Re:User experience trumps by Deluge · · Score: 1

      You might not care who makes the turbofan for the plane you're flying in, but I'm sure the airline did their homework to figure out which engine manufacturer suited their needs the best. And while *you* may not care about what kind of engine is in your truck, many do, which is why a hemi is specifically advertised as such.

    2. Re:User experience trumps by Ant+P. · · Score: 1

      Do you care if your truck's engine is sold as a V8 but has two cylinders missing?

    3. Re:User experience trumps by Infonaut · · Score: 1

      I concur with both of your points. Aircraft is a bad analogy because the buyer is an airline, not an individual traveler. Trucks are also bad analogy because knowing about your truck's engine (whether you really know what any of the specs really mean or not) is part of truck owner culture.

      That said, I stand by the statement that most people just don't care about CPUs any more. That doesn't mean that large numbers of folks aren't very excited about the latest CPU developments. I'm not, and I believe in that respect I'm like most of the general population.

      --
      Read the EFF's Fair Use FAQ
    4. Re:User experience trumps by Infonaut · · Score: 1

      I would probably only care if I made the purchase on the basis of it being a V8. Ask any 100 car owners how many cylinders the engine in their car has, and I suspect more than half would have to think a bit before answering.

      --
      Read the EFF's Fair Use FAQ
  31. Re:Not at all by Anonymous Coward · · Score: 1, Insightful

    One core is sufficient for 99% of office workstations that only run a browser and MS Office applications.

    ..assuming the OS shares time and assigns priorities in a sane way, the users is not an quant, the multimedia apps are hardware accelerated and the anti-virus package doesn't try to take over the machine, of course.

  32. Cores will matter when we control how to use by voss · · Score: 1

    I would like my CPU cores to be assignable. If I want 1 of my 4 cores on background stuff
    all the time, thats my business.

    Id like to be able to have fun with my GPU cores without being a super-duper programmer.

    1. Re:Cores will matter when we control how to use by Culture20 · · Score: 1

      If you right click on a process in windows' task manager, you can assign the process to a CPU. Not ideal, but closer to your goal.

    2. Re:Cores will matter when we control how to use by Anonymous Coward · · Score: 0

      Like "ONE core for flash only from my whitelist... a separate core for any remaining flash (ads and other browser effect BS) that isn't"

      Today's failure to throttle *individual* apps via a "max percent" GUI tells you this ain't going to happen for decades... NICE isn't friendly... Windows's task manager's control ignores you for most apps. Apparently they can ask poll the OS every few seconds to raise or lower their priority and override your explicit commands. Sucked for my SETI@home days. Anything taking 90% of the CPU should require auto-throttling or a one-time dialog to fix the misbehaving process: mozilla-pluggins.exe on any single core PC, for instance.

  33. A Beowulf Core? by Prince+Vegeta+SSJ4 · · Score: 1

    A Beowulf Core?

  34. One Core at 24GHZ by AmigaHeretic · · Score: 1

    I use AROS (Amiga X86 OS) as a hobby. It doesn't support SMP. There are various other apps I use that don't support SMP.

    So while 8 cores at 3GHZ each is ~24GHZ. I wish the speed wars hadn't stalled as I'd personally have more use for a single core running 20+GHZ.

    We do seemed to have sort of stopped at the 3GHZ mark and just gone to adding cores.

    1. Re:One Core at 24GHZ by Surt · · Score: 2, Insightful

      They stopped upping the ghz because they ran into a power spike. GHz will likely start advancing again after the next breakthrough in device power. It'll happen, it's just not obvious when.

      --
      "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
    2. Re:One Core at 24GHZ by OrangeTide · · Score: 1

      Run 8 instances of AROS.

      But in all seriousness the speed wars ended because nobody could come up with better tech that didn't just overheat when you cranked it up past 4Ghz, and running cascades of digital logic at 8GHz is problematic. IBM POWER6 was shipping 5.0GHz back in 2008, but it was insanely expensive stuff for IBM's proprietary systems (probably due to low volumes plus low yields at 5GHz).

      I hope I don't have to wait for some sort of quantum computers to get a system that can execute a single thread of a program really really fast. But how they will solve the problem I have no idea.

      --
      “Common sense is not so common.” — Voltaire
    3. Re:One Core at 24GHZ by cpghost · · Score: 1

      But how they will solve the problem I have no idea.

      IMHO, the main obstacle is all this x86 legacy code that needs to be implemented by microcode on RISC-like systems. You need a lot of clock cycles for many instructions, i.e. a very high speed internal clock, despite many optimizations in CPU design. Maybe, just maybe, anything non-x86 would run a lot faster without increasing the freq? Rethinking and optimizing the instruction set may yield faster execution paths... at the cost of breaking backward compatibility. For the Unix ecosystem, that's perfectly realistic, for Windows it isn't.

      --
      cpghost at Cordula's Web.
    4. Re:One Core at 24GHZ by Benaiah · · Score: 2, Interesting

      Back in 2002 a lecturer for Computer Systems Engineering explained to me why the GHz race was ending (did end). Apparently the engineers were running into issues with clock propogation through the chip. As the leading edge of a clock propagates through a chip at say 10Ghz the wavelength is below 10mm. Thus before the falling edge the signal would have only travelled 5mm. Different travel paths and instruction times was leading the engineers to impossible asynchronous errors. It was predicted that with modern chip design would peak at 5GHz.
      They never quite got that high but he was close nontheless.

    5. Re:One Core at 24GHZ by OrangeTide · · Score: 1

      I used to go in for the whole x86 versus RISC thing. But really given that ARM can't manage to scale past 1.5GHz yet and a crufy 8080 CISC architecture extended several times to 64-bit manages to fit inside a microcoded wrapped RISC processor that seems to scale up to work in the world's super computers. The x86 to microcode translation really does not take many gates compared to the other parts of the system. And it adds latency to process it, but the throughput is still very high. Intel's architecture might not be the best performance per watt, but they are quite fast if you have the juice to drive them.

      I think either there are some advantages when the internal architecture and the visible instruction set are decoupled, or maybe RISC's advantages are no longer relevant in an era when a laptop CPU has 300 million transistors. I don't see architectures like ARM or MIPS replacing x86. I think ARM will hold mobile space for a long time to come, and Intel will have a hard time displacing ARM in that fast growing arena. But I really do think that the future processor architecture is not going to be anything like x86, POWER, MIPS, ARM, or SPARC.

      --
      “Common sense is not so common.” — Voltaire
    6. Re:One Core at 24GHZ by Anonymous Coward · · Score: 0

      How does moving to RISC lower the number of cycles needed to compute complex code?

    7. Re:One Core at 24GHZ by Surt · · Score: 2, Informative

      They did get that high:
      http://en.wikipedia.org/wiki/List_of_PowerPC_processors#POWER_processors

      I believe IBM still has plans to release a 6ghz processor.

      --
      "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
    8. Re:One Core at 24GHZ by Anonymous Coward · · Score: 0

      That, and the heat output starts to really become an issue. No company wants to have water cooling as the de facto standard, even for entry level systems. (Yet.)

    9. Re:One Core at 24GHZ by nusuth · · Score: 1

      The way I'm reading GP, it is suggesting doing *more* with each clock tick. I am pretty sure that is not feasible. Internal CISC hit the wall long ago and VLIW seems to be an epic failure.

      --

      Gentlemen, you can't fight in here, this is the War Room!

  35. I couldn't care less by adenied · · Score: 4, Insightful

    When I decide a new computer (usually because the current one is out of warranty) I just buy whatever the newest Mac laptop is that seems to fit my use case. I might look at the specs a bit but frankly I couldn't tell you what processor is in the one I currently have.

    I used to care a lot about this. When I was in high school. I have a lot more interesting things to care about and I think 99% of the public does too. I'm not trying to diss anyone here. If being a processor geek is your thing, more power to you. But I think people decide for whatever reason that at some point they need a new computer and just buy whatever fits their price bracket and feature needs.

    If I was say, building a huge server farm, or spec'ing out computers for a big group of people I'd obviously do a lot more homework. But those are edge cases in the grand scheme of things.

    1. Re:I couldn't care less by Anonymous Coward · · Score: 0

      And I say you're not trying hard enough to care less!

    2. Re:I couldn't care less by ducomputergeek · · Score: 1

      All my developers could really care less about the number of cores and clock speed of the cores so long as they have 2 and are above the 2Ghz mark, it's the RAM that is in high demand. We use iMacs since they had up to 8GB in previous generations, but now we're more likely to get Mac Mini's. Most of the developers are needing 4GB these days and wanting 8GB. The simple reason is everyone is running virtualized. Most units are still Core2Duo, which seems to run OSX 10.6 and Win XP or 7 in Parallels just happy with 8GB of Ram. We'll see what is there in the next upgrade cycle in 2012, but we work mostly with Netbeans IDE for Java and Some in Xcode (iPhone).

      The corporate officers, myself included, now pretty much use iPads for most of our work, but we still have some older Mac Mini's there incase we need them. I need my Mac Mini about once a week to fire up NetBeans, load the latest development build and do the testing.

      --
      "The problem with socialism is eventually you run out of other people's money" - Thatcher.
    3. Re:I couldn't care less by kz26 · · Score: 1

      "I might look at the specs a bit but frankly I couldn't tell you what processor is in the one I currently have." Oh my god, people like this are on Slashdot?!

    4. Re:I couldn't care less by niftydude · · Score: 1

      But you're a mac user - so price/performance means nothing to you, since you are already paying an extra few hundred dollars for your hardware (when compared to a no-name equivalent).
      For those of us who would rather not give that money to Steve Jobs, and keep it to spend on our own beer and wenches, it does become important.

      --
      You can never know everything, and part of what you do know will always be wrong. Perhaps even the most important part.
    5. Re:I couldn't care less by Anonymous Coward · · Score: 0

      and that is why you will pay 2500$ for a 499$ core2 duo computer from last gen

      dumbass

    6. Re:I couldn't care less by alexhmit01 · · Score: 1

      Agreed. My office development environment is now a Mac Mini... I used to use them as the entry level workstations, but the new ones do dual-monitor, so who cares. The monitors were wall mounted a while ago, and aren't being upgraded anytime soon, so there you go. Setup with 4GB RAM and it's fast enough for whatever I throw at it.

      The iPad looks cool as a floating system.

      I should get Parallels, only thing I'd want though is Excel (Excel for Mac blows), everything else is great.

      Price/Performance, who cares at this point? The price on all this stuff might as well be free, hardware is dirt cheap unless it's bleeding edge.

      Sure, the servers still run money, but that's only when you need multi-terrabyte RAID 10 arrays for databases, everything else might as well be at the dollar store for how much the price affects the bottom line.

    7. Re:I couldn't care less by Anonymous Coward · · Score: 0

      When I decide a new computer (usually because the current one is out of warranty) I just buy whatever the newest Mac laptop is that seems to fit my use case. I might look at the specs a bit but frankly I couldn't tell you what processor is in the one I currently have.

      Based on that, I'm guessing you drive a Toyota, right?

    8. Re:I couldn't care less by the_weasel · · Score: 1

      "I might look at the specs a bit but frankly I couldn't tell you what processor is in the one I currently have."

      Oh my god, people like this are on Slashdot?!

      Yes there are. We probably outnumber 'people like you'.

      99% of the work I do could (and is) done on a 4 year old laptop. I can't remember what CPU is in it (AMD, Intel, TI-99?) and couldn't be bothered to look it up. If I need to know, I'll figure it out then.

      When it breaks, I'll do a little research and get a new one, but since my price bracket will likely be sub $1000, I'm much more interested in how much ram is on board, does the chassis run cool, is there a built in webcam for skype calls and is the keyboard sensibly laid out (to name a few). The ergonomics and features of the system are so much more important than the CPU to me, I can't imagine spending more than an hour or so googling to make sure there are no CPU's to avoid.

      The graphics workstations we purchase for the artists in the company are another matter, and I could recite the specifications for those to a ridiculous level of detail.

      --
      - sarcasm is just one more service we offer -
    9. Re:I couldn't care less by evilviper · · Score: 1

      . I have a lot more interesting things to care about and I think 99% of the public does too.

      A great many people care about being scammed and ripped-off, even for items a lot cheaper than a CPU...

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    10. Re:I couldn't care less by Anonymous Coward · · Score: 0

      Yeah, now you just pay a huge apple-tax markup for generic hardware in a shiny case, you moronic hipster. You probably have a mediocre C2D at best since apple were so late in bringing out anything newer. But hey what do you care, the apple logo is the important part for posing with in Starbucks / gay bars right?

    11. Re:I couldn't care less by Anonymous Coward · · Score: 0

      Is this a joke? You buy a new computer because it's "out of warranty"? And when you buy a new one, you don't look at the specs? wtf how are you even allowed on this website? Jobs LOVES you.

    12. Re:I couldn't care less by Anonymous Coward · · Score: 0

      SUB 1000$

      and asking for standard features, cheese n crackers its 2010, every laptop from your 199 netbook to your 1000$ gamer rig has what your looking for

      its like walking in a shoe store and asking for shoes with laces, Ill take those! fuck if they fit

    13. Re:I couldn't care less by chocobanana · · Score: 1

      The same with me exactly. I used to do a lot of 3D rendering before but not anymore now. I don't care about specs alone. Right now I'm more interested in the overall user experience and portability and that's why I just bought a 13" Mac laptop (1st apple computer, actually). I do a little bit of everything so a powerful CPU would be overkill for me. The important is what you just said, what best fits a particular use case.

    14. Re:I couldn't care less by Anonymous Coward · · Score: 0

      I'm always concerned with the value of my time and money. I don't go out and buy the newest mac because I know it's components are slower than the computer I could build myself for close to half the cost. This alone slows down the cost of continual upgrading, and for that reason I spend the 4-10 hours *every year or maybe 2 years* to read up on processors.

  36. Re:Not at all by T-Bone-T · · Score: 1

    That's probably more power than my first laptop 7 years avo and it ran many things far better than acceptably.

  37. Developers, developers, developers! by Anonymous Coward · · Score: 1, Interesting

    Multi-core systems are *great* for software developers. "Make -j8" is your friend. It doesn't scale perfectly, but it's pretty good.

    Thing is, you need an assload of RAM to do it. On even moderate size projects, a single G++ can grow to a gigabyte of memory, so make -j8 is going to push your RAM needs up a bit.

    I guess the DCC folks love them too - rendering is embarrassingly parallel.

    Gamers... beyond two, I'm not sure it does much for 99.9% of all games.

  38. Re:Not at all by Surt · · Score: 3, Funny

    And with a quad core system, you can run 3 crappy applications and still have a responsive system! A hex core system will let you run an outrageous 5 crappy applications!

    --
    "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
  39. Here's a short summary of TFA. by seeker_1us · · Score: 2, Informative
    Total CPU performance is now a three dimensional issue: architecture, number of cores, and clock speed. A one dimensional sequence number can't specify three dimensions, and that you have to actually look at the chip specifications.

    Nothing to see here, move along.

    1. Re:Here's a short summary of TFA. by mindwhip · · Score: 5, Insightful

      Yeah but Intel need to label the chips with those 3 things for it to work rather than make up a random number and leave you scrambling around looking for useful info...

      --
      [The Universe] has gone offline.
    2. Re:Here's a short summary of TFA. by JoeMerchant · · Score: 1

      That random number is the marketing dimension, it has more influence over buying decisions than any other. You'd also be surprised how much people are paid to derive those marketing numbers and weave their influence between cost, performance, short term income, long term reputation and the CEO's favorite astrologer.

    3. Re:Here's a short summary of TFA. by jandrese · · Score: 1

      Impossible to encode three numbers in a product code? That is an interesting assertion. Granted, you'll get longer product numbers, but something like:

      [cores][clock][generation] would work don't you think? So a 6 Core Generation 3 (i series) at 3.2 Ghz would be a 6323. A Core2Duo at 2.4Ghz would be 2242. The number even gives you a very very rough estimate of the performance you can expect out of the chip. Marketing will probably insist that the generation number come first however, even though it is the least important of the 3 factors you mentioned.

      Graphics cards vendors do something similar, where the first digit of the product is the generation number, and the second is an approximate speed as compared to other graphics cards of the generation. It works alright, although cross-generation comparisons are always muddy.

      --

      I read the internet for the articles.
    4. Re:Here's a short summary of TFA. by Anonymous Coward · · Score: 0

      i5-760 seems to drive a lot of information home.

    5. Re:Here's a short summary of TFA. by Anonymous Coward · · Score: 0

      WTF? Of course you can map finite three dimensions to one dimension! How do you think you programming language stores matrices in memory??
      And even if that would be too hard for most people, what is wrong with simply giving the three numbers in sequence as the model number, with some sort of delimiter in between where necessary? [Manufacturer indication]-[character indicating architecture][#cores]S[Clock speed in Mhz].
      Therefore, e.g. core i7-860 becomes I-L4S2.8 (Intel Lynnfield 4-core with 2.8 Ghz), Phenom X3-720 would be A-Q3S2.8, (AMD Phenom1+1, 3-core with 2.8 Ghz), etc.
      Not that hard, or is it?
      Once you run out of characters for the architecture just cycle back to A...

      But no, today we need "brand names" for processors, because... err... they will sell better then! All the marketing guys tell us that....

    6. Re:Here's a short summary of TFA. by cmaxx · · Score: 1

      Way more than 3 - 'architecture' surely is a composite of many separable things including: supported instructions, no.&size of registers, no and types of functional units, width and speed, and latency of internal interconnects, pipelining and speculation capacity, HT/SMT functionality (or not), no of caches, cache styles, sizes, speeds, etc., no and sophistication of memory controllers, memory type, , the number, speed and widths of other off-chip interconnects (parallel multi-resident busses or serial links), etc., etc.

      It's a bit like the toothpaste market.. throw enough brands and variants out there to ensure that you have something to appeal to everyone so that someone picks one of your products instead of the other guy's. There aren't really that many companies making toothpaste, but they all have several brands and a bunch of options.

      --
      ...an Englishman in London.
    7. Re:Here's a short summary of TFA. by Anonymous Coward · · Score: 0

      is "architecture" a code word for "bus throughput"? Only the hardcore nerds will ever understand how NUMA or pipelining will have any impact...

  40. Encoding by w00tsauce · · Score: 1

    More cores + cuda = me not having to wait as long.

  41. Re:Not at all by Anonymous Coward · · Score: 0

    Luckily we have task schedulers that handle this without needing a second core

  42. Yes by Un+pobre+guey · · Score: 1

    I have an i7 quad core with 8 threads that are visibly pegged at ~100% in Task Manager for hours on end. How? Try using the higher quality settings on Carrara or DAZ Studio. They will peg any cpu or box that will be produced in the next ten years.

    I'm sure there are plenty of other compute-intensive applications out there that will bring any cpu to its knees and make it beg for mercy.

    1. Re:Yes by spire3661 · · Score: 1

      Don't be too proud of this technological terror you've constructed....It is insignificant compared to the power of GPU processing.

      --
      Good-bye
    2. Re:Yes by BLKMGK · · Score: 2, Interesting

      Umm, my overclocked 920 beat my (high but not highest end at the time) NVIDIA GPU at encoding and it offers me FAR more options for how I want the video encoded rather than a few out of the box profiles. That said sure I'd love to use my GPU to encode - WITH my CPU. So far it's been either or but if you've got a solution by all means share it. Until then I'll also keep piling on more cores and more clock.

      --
      Build it, Drive it, Improve it! Hybridz.org
    3. Re:Yes by BitZtream · · Score: 1

      Your first bit of confusion is that you still think Hyperthreading gives you a performance increase worth talking about.

      And for the record, those apps will ALWAYS peg the CPU when working, trying to produce as many frames as fast as possible when rendering or raytracing.

      It doesn't matter how fast you make the CPU, it will always peg them out, the question is 'how long', not that it does it.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  43. nothing new here by PJ6 · · Score: 1

    Anywhere you see a branding that works, you can be sure it will eventually change to something that doesn't if the marketing department isn't kept check. These people need to justify their existence, and that means always pushing change for the sake of change, rhyme or reason be damned. It's quite similar to what happens in the fashion industry.

    1. Re:nothing new here by mindwhip · · Score: 1
      --
      [The Universe] has gone offline.
  44. consumers don't care by Anonymous Coward · · Score: 0

    Intel probably realizes that the average consumer doesn't care about what they're buying. That's why Apple is still in business.

  45. Anonymous Coward by Anonymous Coward · · Score: 0

    yes I do ! OP is a faggot

  46. I switched..... by peterofoz · · Score: 1

    I switched to the superior Motorola 68000 processors years ago.

    1. Re:I switched..... by BatGnat · · Score: 1

      I am waiting for someone to shrink the 6502 to 45nm and fill the die with cores. 1024 core commodore 64 will do nicely to run the multithreaded 6502 OS http://www.6502.org/users/andre/icapos/osa65.html

  47. It's real simple, cooter. by blair1q · · Score: 1

    If you don't know what the part number means, don't buy the part.

    Intel has products that cover the whole range of core counts, core speeds, core types, cache sizes, power/temperature ratings, and mechanical form factors.

    They do care what you buy, or they'd offer you far less to choose from.

    Figure out what you want to do. Then ask them. They'll find you the chip you need, and then you'll wander off to buy something less capable for less money from the other guys.

  48. Get what you pay for by MadGeek007 · · Score: 0

    If the packaging or advertising says "x core processor", I expect x cores. Anything else is sneaky business.

  49. it's not all about frequency... by georgexu316 · · Score: 1

    The reason Intel is pushing for more cores is because we've sort of reach the "apex" in terms of processor frequency. Increasing the frequency of the processor will not make the processor much faster at this point because the data literally can't travel fast enough through the ports in processors to keep up with the processor. Imagine the processor as a person searching for a book using an online database, which is extremely fast. But after finding the book he wants, the person must travel to the library/bookstore to pick it up. It doesn't matter how fast the person can search the book online (be it 5 seconds, or 1 second, or 1 millisecond), he's not going to get the book much faster by improving his search speed. Similarly, improving the speed of the processor won't make it significantly faster, because we've already developed the processor to be ungodly fast. The only problem is forcing the crapload of data to travel fast enough to/fro the RAM or other parts of the processor. In addition, power usage is a cubic function of frequency. So if you double the frequency of the processor, power usage multiplies by 8. If you triple frequency, power usage multiplies by 27. If you quadruple... power usage multiplies by 64, reaching a temperature that'll probably melt your legs (if your using a laptop). How do you solve that problem? Build a multi-core processor The point of multi-core processor is NOT actually to increase processing power, but to reduce the (physical) distance data has to travel. Each core in a multi-core processor is smaller and less powerful than a single core, but data in each core can travel significantly faster, thereby increasing processing speed (w/o increasing processing power). The combined processing power of the several "unpowerful" cores will actually have faster processing speed than an extremely powerful single-core processor. Less is sometimes more.

    1. Re:it's not all about frequency... by Jeremy+Erwin · · Score: 1

      The processors in the IBM z11 run at 5.2 Ghz

    2. Re:it's not all about frequency... by Straterra · · Score: 1

      Intel may have reached THEIR apex, but its certainly not the apex for every processor. IBM's Power6 processors run upwards of 5GHz.

      Honestly, I don't see the big deal with using model numbers. I would rather model numbers be used than clockspeeds again. Do you remember the confusion when people overclocked their x.xGHz P4 to a higher clock speed and it was difficult to tell which model was meant? I'm also tired of people thinking older processors with higher clock speed are SO much faster than modern processors with lower clock speed. The woman at work who orders our corporate computers STILL buys Pentium 4/D's at 3GHz because they are 'faster' than a 2.6GHz Core 2 Duo.

      It's really simple. If you don't know what the model means, look up it on Intel's Ark website.

    3. Re:it's not all about frequency... by Anonymous Coward · · Score: 0

      So you are trying to explain the three walls without saying what they are for some reason.

      1) Memory wall
      2) ILP wall
      3) Power wall

      Explanation of all three:
      http://en.wikipedia.org/wiki/Multi-core_processor#Technical_factors

  50. Give me one core and a good beer. by Tailor · · Score: 1

    Anything past two isn't going to help me for what I use my computer for the vast majority of the time. I have much less time to play computer games these days and everything with Firefox or other common applications are single processes anyway. I'd rather spend my money on beer than extra cores.

  51. Re:Not at all by Kjella · · Score: 2, Insightful

    Since most software still isn't multithreaded, a crappy application will only max out one core, allowing you to still get work done.

    Not to mention letting you kill said shitty application/process without waiting five minutes.

    --
    Live today, because you never know what tomorrow brings
  52. Sigh, by w0mprat · · Score: 1

    The whole point of marketing is to prevent, as much as possible, the customer from realising what the product really is.

    Intel gets this. AMD doesn't with it's honestly named Athlon/Phenom X4 X6 etc.

    --
    After logging in slashdot still does not take you back to the page you were on. It's been that way for 20 years.
  53. What about 6.40 cores? by The+Grim+Reefer2 · · Score: 1, Funny

    Because 6.40 cores is all anyone will ever need.

    1. Re:What about 6.40 cores? by BatGnat · · Score: 1

      thanks Bill

  54. SPECint is a good starting point by maitas · · Score: 1

    I try to buy the fastest single thread processor my budget allows. I go to

      http://www.spec.org/cgi-bin/osgresults?conf=cint2006&op=form

    and run a query sorting in the "Key" "Primary" by "Baseline" Descending and then choose the fastes one I can buy. Easy and works for me.

    I prefer Baseline because plenty of program are poorly compiled, without any optimization flag.

  55. Multi-Schmeckle? by Anonymous Coward · · Score: 0

    Since we're comparing cores to schmeckles, I think we should make a correction. Core speed would be more equal to schmeckle size, and core count would be more equal to schmeckle count. And in this case, game equals Megan Fox. So lets say your Megan Fox only likes one schmeckle at a time (most games), then having 4 cores at 25~% less speed or lets say 6 cores at 30~% less speed (or 4 or 6 schmeckles that are 25-30% smaller), wouldn't it be better to just have one or two (dual core) really big schmeckle for your Megan Fox?

    On the other hand though, with 6 cores you could totally be running Megan Fox, Scarlett Johannson, Angelina Jolie (10 years ago), Jana Defi, Jordan Carver, and Denise Milani all at the same time, provided you have enough RAM in you to pull that off :D

    The guy with 2 big cores doesn't even have that option.

    I guess in summary, buy the CPU that fits your needs the most. I for one multitask like crazy, and often run 'a few' games at the same time, sometimes the same game multiple times. (Two EvE accounts, Two Aion accounts). And sometimes I do that while watching a movie on the 3rd screen or maybe running some other tasks in the background.

  56. I've never looked at model numbers by AthleteMusicianNerd · · Score: 1

    Clock speed, bit length, bus speed, and processor count is all that matters. I guess I've taken for granted that their opcodes aren't erroneous( i.e. Add Instruction takes 50 clock cycles ).

    Does anyone ever verify their stats? I guess I take their word for it on those too.

  57. I was going by by+(1706743) · · Score: 1

    to make a witty comment about quantum computers and speed/# cores not commuting (thus leading to "core-speed uncertainty"), but I think it sounded wittier in my head.

  58. Re:Not at all by mikael_j · · Score: 2, Insightful

    Sadly, we dont.

    There are many situations in which modern operating systems will gladly let a single process hog a CPU core (it's often not "pure" CPU loads but the CPU ends up pegged due to other issues and everything else grinds to a halt).

    --
    Greylisting is to SMTP as NAT is to IPv4
  59. Is it really that hard? by Anonymous Coward · · Score: 0

    I let other people do the work. When I buy a new system or processor, I just look at performance charts (e.g., Tom's) and pick the best processor in my budget. It takes all of 5 or 10 minutes.

  60. Re:Not at all by suomynonAyletamitlU · · Score: 3, Interesting

    Actually, I (sometimes) use my quad-core to run a virtual machine on two cores, and the native OS on the other two cores. That means that both OSes can potentially run one crappy application and neither becomes unresponsive.

    Any fewer than four cores, and it's iffy, for exactly that reason.

  61. Re:Intel... meh. by Deluge · · Score: 1

    I thought they handled the fdiv issue quite well. I was sent a replacement chip along with prepaid packaging to send back the defective P90. Nevermind that for most users the bug was a nonissue, esp. with OS workarounds.

  62. Windows Experience Index by juventasone · · Score: 2, Insightful

    I'm surprised no one has mentioned the Windows Experience Index (WEI). It may not be as exhaustive as the benchmarks many of us read, but it is very easy to understand. I've yet to see any manufacturer or retailer advertise a WEI score, but it would be a great help to consumers if they all did. Anyone could easily compare offerings from Intel and AMD, or see the significance of discrete graphics or SSDs (without even knowing what they are).

  63. 50x nothing is still nothing by OrangeTide · · Score: 1

    So you're basically asking for them to release Larrabee?

    I wonder what sort of craptastic bus Intel would be used to tie 50 Atom cores to one DDR controller?

    --
    “Common sense is not so common.” — Voltaire
    1. Re:50x nothing is still nothing by robthebloke · · Score: 1

      They pretty much already have. Google Intel AVX - looks almost identical to the larrabee instruction set but with 256bit regs instead (with room for expansion in future). I'm assuming (possibly incorrectly) that they may in future open up the Intel graphics chips (which are now mounted on the i3/i5's) as some form of extended 512bit vector unit..... (no one really wants an Intel graphics chip for DX/OGL support, so you've got to ask why they've put them there?). It would at least go some way to solving the problem of adding multiple cores anyway.....

    2. Re:50x nothing is still nothing by OrangeTide · · Score: 1

      I think it is a reasonable guess. Using Intel graphics for vector math would be their answer to CUDA. You can do scientific computing or video encode/decode with some nice big parallel vector units. I don't know if anything as big as 512-bit AVX is coming out any time soon though, but 256-bit AVX should be hitting the market in a few months.

      --
      “Common sense is not so common.” — Voltaire
  64. Re:Not at all by Anonymous Coward · · Score: 0

    Add a dedicated core for an overbearing antivirus like McAfee.

  65. Re:Not at all by Anonymous Coward · · Score: 0

    well, a decent single core system is still okay for said tasks, processor priority still has some usefulness for such tasks (e.g. process explorer always runs at a high priority so I can kill things which get stuck without waiting)

  66. Mom has a message for you! by Anonymous Coward · · Score: 0

    Dad - mom says to stop bragging on slashdot or she'll start bragging on facebook. She also says you haven't poked her in a long time - and I don't think she was talking about facebook either.

  67. I care!! The more cores the better by DaveAtFraud · · Score: 1

    I run VMware ESXi for network simulations and penetration testing. Having a core for each VM makes a big difference.

    Cheers,
    Dave

    --
    They that can give up essential liberty to obtain a little temporary safety deserve neither safety nor liberty.
    Ben
  68. What I care is... by antdude · · Score: 1

    AMD vs. Intel. Is AMD still crappy these days? I went back to Intel after three AMD CPUs before Intel Q8200 CPU. I only upgrade for the latest games and still plan to do that for my upgrade at the end of this year.

    --
    Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
    1. Re:What I care is... by Nadaka · · Score: 2, Informative

      For games? AMD is more than enough. Modern games are graphics bound.

      An AMD 955 is more than enough cpu for games and will come priced at around $250 less than an intel i7 920 system.

      For intel CPU's the 920 is the only one that has a price/performance ratio similar to AMD.

    2. Re:What I care is... by BitZtream · · Score: 3, Interesting

      Its doubtful AMD will ever regain the performance lead again, Intel was lazy, lost one round and learned they had to bust their ass cause AMD was going to push them.

      From here on out, barring complacency by AMD, the best you can expect is that AMD will be close to Intel in performance for most things, better at a select few, and almost invariably cheaper resulting in more performance for a given cost, but not being capable of producing the fastest raw speed or the lowest power draw. Intel will win around the board at the raw numbers and will continue to only occasionally have AMD do some things better.

      I hope the two of them continue doing exactly what they are doing for at least 10 more years. They are a duo-oply(? spellcheck failure!@$!@$!$), but one that competes and so far appears to be providing benefits to consumers rather than price fixing with AMD and ripping us off while they sit on their laurels.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  69. Yes, I care! by BLKMGK · · Score: 2, Interesting

    I want 6 cores and if possible I'd like it unlocked for a reasonable price. Their current "extreme" 6core is actually looking attractive to me but I keep waiting for the price to come down. I had hoped that a new 6core would come in that would be reasonably priced and that even if locked could be clocked up pretty good. But at $880+ I dunno' - I will wait for the street price to hit before I get interested.

    Why do I want 6cores? Because I compress video pretty often and it's an hours long chore while keeping the quality and resolution high - file sizes plummet though. Hi Def video compression is intensive on the CPU and I often see rates as low as 13fps when compressing. That's on a 920 clocked to 4.2ghz. On water this thing hits 80C with a good sized radiator and multiple fans - I'll be moving to a bigger radiator soon in hopes of solving that. A 6core would give me at least a 30% increase in speed if not more depending on if Hyperthreading continues to buy me anything (it does now). If this new CPU can hit speeds like the unlocked Extreme and hits NewEgg for say $750 I'll score one but not when it's within $100 or so of the unlocked Extreme.

    Frankly, if there was decent code to chain multiple machines together to process video I'd try that but the last I saw of code to do that it was old and not worth my time. Since I also happen to be doing this on Windows chances of finding good code to slave machines together is even slimmer.

    So yeah - I care and I agree this new number scheme SUX! But hey in the end it's the performance I care about and how high it will clock without melting down. These Extremes are sick fast but wow are they pricey :-(

    P.S. Were it not for video processing I'd still consider a C2D just fine or maybe an overclocked i5. This 920 STOMPED my 3.8GHZ C2D though so was well worth the investment and it has also beaten a few dual XEON Macs :-)

    --
    Build it, Drive it, Improve it! Hybridz.org
    1. Re:Yes, I care! by aronschatz · · Score: 2, Informative

      What are you using for rendering?

      Slap a moderate GPU in your system and use it to render. You'll save LOADs of time over the CPU. Really, the GPU is a DSP that can get the job done for rendering tasks.

    2. Re:Yes, I care! by BLKMGK · · Score: 2, Interesting

      Been there, done that - my CPU was faster and I get more options. I use x.264 to compress my video - meGUI is my frontend of choice. I have tested GPU renders in the past that leveraged CUDA and my CPU beat them - this was even before I went to liquid cooling too! I'll grant that a GTX275 is no barn burner but it's no slouch either and when I purchased it was fairly expensive. I'm willing, and will, look at CUDA rendering again but frankly if it's not combined with the CPU then it's worthless to me. Using both together would make the most sense IMO. x.264 is free too which is nice!

      Oh and yeah I run 64bit x.264 and have CoreAVC onboard too but it's really no help. Neither is using an SSD - the bottleneck IS the CPU. x.264 has slowly gotten better for sure though but a BD still takes hours although 3 hours sure beats the 20+ hours I used to get n my C2D!

      --
      Build it, Drive it, Improve it! Hybridz.org
  70. Has Been Happening for a While by Deorus · · Score: 2, Interesting

    It wasn't until recently when I had issues with Microsoft Virtual PC because my BIOS (which had already been upgraded once) was bugged and would not enable hardware virtualization that I realized that my CPU (an Intel Core 2 Quad Q6600) was one of the very few with hardware virtualization back when I bought it, as the processor models directly above and below this one did not have it, and I bought this CPU assuming that any "nodern" (2007) quad core CPU would have it, I chose this particular model based on price alone.

  71. Rendering by uncholowapo · · Score: 0

    When it comes to rendering my architecture visualizations, many cores make a big difference. Ever since Autodesk (finally) allowed Revit Architecture make use of more than 4 cores, my 6 core AMD couldn't be happier. It also makes render farms that less expensive for render farm capable software like 3D Studio Max.

  72. Intel says model numbers hurt, help the customer. by InvisiBill · · Score: 3, Funny

    I always loved posting this pic for a forum friend who worked at Intel.

    http://images.invisibill.net.nyud.net/intelmodelnumbers.jpg

  73. Future Compatibility by Roger+W+Moore · · Score: 1

    Some PCI slots are still needed to "future-proof" your machine. For example if you get a machine now and next year find that most external HDs come with USB3 you may want some way to add a USB3 port to your machine.

    1. Re:Future Compatibility by Chimel31 · · Score: 1

      Or a SATA 6Gbps controller...

    2. Re:Future Compatibility by Mad+Merlin · · Score: 2, Interesting

      PCI is nowhere close to being fast enough for USB 3, USB 2 sure, but not USB 3. Also, even a single 7200 RPM SATA hard drive can outstrip the bandwidth provided via a PCI slot nowadays. On the other hand, PCIe is a totally different story, and just about every motherboard these days includes at least a couple PCIe slots.

    3. Re:Future Compatibility by petermgreen · · Score: 1

      PCI is nowhere close to being fast enough for USB 3, USB 2 sure, but not USB 3.
      True it's not fast enough to max out USB3 but i'd still expect a PCI USB3 card to beat a USB2 connection.

      On the other hand, PCIe is a totally different story, and just about every motherboard these days includes at least a couple PCIe slots.
      Kind of, there is the graphics slot which is PCIe x16 but often that can only reasonablly be used for graphics either because the system doesn't have onboard graphics or because using it disables the onboard graphics. Granted this may be more of an issue on the intel side than the amd side (I don't have personal experiance with recent AMD systems). Of course the disabling of onboard graphics is rarely documented in the manual so unless you know for sure your board doesn't do this the only way to find out is to buy a card and try to install it :(

      Afaict a typical LGA1156 board comes with the graphics slot, sometimes an x4 slot (which may be x16 physical allowing it's use for a secondary graphics card) and the remaining two positions are filled with either PCIe x1 slots or PCI slots. The x4 and x1 slots only run at 1.0 speeds (meaning that afaict they can't max out a 1x USB 3 controller).

      If you want SLI or some other card that needs more than 1.0 x4 you need a board with the graphics slot either split (which cuts into your graphics cards bandwidth even when you aren't usuing the other card) or taken to a NF200 PCIe bridge (which drives up the cost). Or abandon the LGA1156 platform altogether (which means either going for a last gen processor, going to LGA1366 and paying a heavy premium on the CPU price or going over to AMD who can't match intel in performance per core)

      Altogether far more complex and far more desisions to be made upfront than the days when you had an AGP slot that was just for graphics and PCI slots you could use for anything else and all you had to decide was how many of them you wanted.

      Note that 1.0 x1 slots are only just over twice as fast as PCI slots (though they do get that bandwidth dedicated and full duplex while PCI is half duplex and often shared though nowadays usually not shared with very much)

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    4. Re:Future Compatibility by julesh · · Score: 1

      going over to AMD who can't match intel in performance per core

      That depends on your workload. I have two machines here that run identical CPU-intensive processes, each of which consists of a local database server talking to a floating-point-heavy computation engine. One's a Core2 Quad processor, the other an Athlon X4, both clocked at similar speeds. The Core2 outperforms the Athlon on the database server part of the process, the Athlon on the floating-point.

  74. ...but for how long? by Roger+W+Moore · · Score: 1

    I will have to pay more attention to system requirements of games for a while.

    If the matrix of CPU clock speed/costs/cores is too hard to figure out now how long will it be before you cannot easily tell whether your machine meets the system requirements for a game? Those requirements will, eventually, be written in terms which make it hard to understand whether your machine meets the specs or not.

  75. The upgrade process as I see it by ceraphis · · Score: 1

    It's really rather simple in my opinion to educate an average person, though being a geek that opinion may be rather wrong, who knows.

    Basically, if you're trying to make the computer faster, sometimes all it takes is a good reinstall of (usually) Windows. Usually, this means amongst family that I'm signing my own death warrant to somehow reinstall windows on a case that's been invaded by dust bunnies without spending hours just doing menial things like cleaning up everything or advocating replacements to every component because the power supply looks shot, the cd (yes, CD!) drive seems to be from the late 90s and the IDE cables make the mobo look like the gimp from pulp fiction. Sure, maybe I could get away with just a reinstall but I care too much about this shit, man! Plus, who knows if their house will catch on fire at some indeterminate point in the future and you'll be blamed for the dustbunny problem if you don't do something about it.

    The key thing after installing windows is to go through the whole "STOP INSTALLING RANDOM SHIT" rant, hopefully with a nicer tone, and set them up with some free microsoft security essentials (I've felt like it has pretty low resource usage, am I crazy?). Everyone seems to want office, and then explain the wonders of VLC. iTunes is usually something worth explaining and installing, while I expect everyone will chime in saying how much of a bloated piece of crap it is, it is great for an average user. They probably already have it anyway.

    After that, the next step would be to replace the hard drive with something faster, either pitching the old HDD or delegating it as a storage volume for things that aren't important. This would likely make the biggest impact on a system aside from a full overhaul. If you dont mind shelling out for an intel or indilinx SSD, then you wont regret it, it will change your computing experience.

    Anyways, now to the on topic stuff. The main thing IMHO if someone wants a computer that's not already months (*GASP*) outdated is that dual core is the basic, quad is the middle and hexa now seems to be the upper end. If price is a concern, AMD should be the first stop. If max possible performance is necessary, obviously go with intel. I know I'm preaching to the choir here. Most people with a few year old computers that weren't high end back then should just give up on the idea of keeping the motherboard. I know it varies, but usually you either have the ability to go with an older intel quad or you should just upgrade the mobo. If you don't have sata, you should upgrade the mobo.

    The power supply should just be upgraded, period. Get rid of old ones whenever you feel like not losing the whole system because you felt like cheaping out, which should be always. Of course, I'm talking to somebody who probably has no idea why the power supply is important to be of good quality, if you bought a good one that you know was good when you bought it then maybe you can keep using it, who knows.

    So then, the major difference between the dual and the quad would be if you plan on doing anything in the background while surfing the internet (the major activity of the average, non-techy person). Even then, a great dual will be a better value than a decent quad. The quad is for when you want to speed through something like photoshop or cad, but you likely know a lot more about computers if you're like that. I've known a lot of "average" people who use photoshop though, so it could be an OK investment. If you show them handbrake or anything that uses ffmpeg, and they seem interested, a quad should get more attention.

    Obviously if you want to max out your gaming potential, a quad would be the minimum for that kind of mindset. Yet still, a great dual would likely beat out a decent quad. Even starcraft 2 only uses two cores I think, and that is arguably one of the pinnacles of PC gaming right now. Source games, another pinnacle, are optimized well enough that duals are enough. Games that run better on quads like GTA

  76. Re:Not at all by BitZtream · · Score: 2, Interesting

    I use an OS that doesn't suck, I can in fact, have an app trying to use 100% of the CPU and STILL manage to get work done because it won't let it! Its called a 'pre-emptive multitasking OS'. Maybe you should try one. Not sure what OS you're using that doesn't do this but its gotta be pretty useless now days.

    One core is more than enough for almost everyone. Office apps don't really use a lot of CPU, even Office 2010. What web pages do you use that you run so much JS that you notice it running? Contrary to what Mozilla and Google are ranting about, JS speed hasn't been an issue for years, even if its the only change they've made to their browsers recently worth mentioning.

    Contrary to popular belief, most people aren't trying to run quake in javascript. Your argument is dumb as it stands.

    You should have referenced flash. You're argument would still be dumb, but at least you'd come up with a reason to need more CPU.

    --
    Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  77. Exahertz or Gigacore CPUs by Roger+W+Moore · · Score: 1

    If you want misleading names how about Exabyte tapes? In terms of performance they actually stored about a billion times less than their name suggested. If Intel followed suit we'd have an Exahertz or Gigacore CPU range.

  78. but even if you buy the cheapeset, you get 4 cores by electrosoccertux · · Score: 1

    Doesn't really matter either way, for $500 you're still getting a kick butt quad core computer.

  79. Where's the freaking software? by Dukenukemx · · Score: 1

    I'd be more exited if applications took advantage of the cores. Would be nice if Firefox used more then 1 core. Would be nice if World of Warcraft used more then 1 core. I know WoW uses the second core for sound, but that doesn't count.

    So many games, and so many applications should really use these cores, but they're not. We even have OpenCL which should make this easier, but nobody is using it.

    1. Re:Where's the freaking software? by Anonymous Coward · · Score: 0

      Hey, moron,

      Look at your task manager, enable the "threads" column, and count how many of the apps have only 1 thread. All others can use more than one core.

      -AC

  80. Intel's Website by HockeyPuck · · Score: 1

    I thought Intel's website had a pretty good "joe consumer" cpu choosing wizard to help them pick out a CPU.

  81. Everybody has a computer by Anonymous Coward · · Score: 2, Insightful

    If you're buying a computer, you're probably replacing one. Why? Because the old one doesn't do something that you need done (the other possibility is that your present computer is junked up and it's easier to replace than to fix).

    You will buy a computer that will do what you need done plus provide a bit of headroom for future applications. Past that your choice will depend on two things:
    1 - the skill of the salesperson trying to maximize his/her commission.
    2 - your ego.

    There are lots of people who will buy the maximum cores they can get for the same reason they will buy the most expensive car they can get the bank to lend them the money to buy. Sadly, I suspect there are more of those people than the ones who will buy only what they are likely to need in the life of the computer.

    1. Re:Everybody has a computer by PingPongBoy · · Score: 1

      You will buy a computer that will do what you need done plus provide a bit of headroom for future applications

      The future is now. Ever since I've been searching for a fast enough computer for the tasks of yesterday, I have found new ideas that make the computers of today too slow.

      The whole problem is with the way programs are written - they were designed in the era of single thread/single core, and do not use multiple cores perfectly. Software will take a while to catch the advances of hardware, so the ideal solution would be to have processor makers get back to the clock speed race.

      Of all the designs to try, what about using waste heat to power the current in a different part of a chip?

      --
      Know your pads. One time pad: good for cryptography. Two timing pad: where to take your mistress.
  82. Re:Not at all by MidnightBrewer · · Score: 1

    I agree. There are also a lot of background tasks that the system needs to handle, and giving it an extra core or three to work off of really helps things to run smoothly. I have a four-core Mac Pro desktop from 2006 at home and it runs circles around my MacBook Pro dual-core laptop from 2009.

    --
    "Give a man fire, and he'll be warm for a day; set a man on fire, and he'll be warm for the rest of his life
  83. I wonder how many other lost sales there are by snooo53 · · Score: 1

    How true... I'm actually in the same boat where I've been thinking about upgrading for the last 2 or 3 years but haven't actually pulled the trigger yet. Sure I can look at charts and reviews and get a general idea of what's got the best performance for some tasks, and then try to cross-reference with the deals at different retailers but who has time for that? In some ways I miss the days 10 years ago when you went with AMD or Intel and got the fastest MHz you could afford (I certainly don't miss the prices though!)

    --
    The sending of this message pretty much inconveniences everyone involved.
  84. I'm glad the auto industry solved this problem! by Just_Say_Duhhh · · Score: 1

    The computer industry should take a lesson from the auto industry. When you buy a car, they don't bog you down with the details of bore, stroke, compression ratio, number of cylinders, RPM of max HP or any of the other components of producing power in an engine. They have a simple to read MPG rating for each car, so you can purchase with confidence and then feel like a complete schmuck when your 36MPG-rated car only gets 22MPG for you.

    --
    I need trepanation like I need a hole in the head.
    1. Re:I'm glad the auto industry solved this problem! by TheThiefMaster · · Score: 1

      Don't forget top speed, and 0-60 time. There's not a single important statistic about a car (and different stats matter to different people).

    2. Re:I'm glad the auto industry solved this problem! by guacamole · · Score: 1

      It's true, but people who are interested in cars, say someone who reads autoblog as often as you read slashdot, I much better prepared to deal with car comparisons.

      Performance oriented geeks would probably look at

      Engine displacement
      Number of cylinders
      Whether it's naturally aspirated
      Number of transmission gears
      Auto/DSG/manual transmission
      horsepower
      0-60 time
      torque
      mpg

      That's a lot of things to consider, but remember that these things had been around for decades, and they haven't been changing. So geeks end up learning these. In computer industry, everything we knew about measuring performance 10 years ago, is borderline useless. Now I am presented with options like i3-330 and i3-550 and I am forced to head over to places like wikipedia to figure out what that means and spend hours hunting for relevant benchmarks, and I used to be sysadmin a decade ago!

  85. 6 cores by dandart · · Score: 1

    Well, I have 6 cores in my processor, and that's jolly nice. Means I can do make -j6 and game and virtualise. Isn't that nice?

    Could y'all stop it with the penis jokes, I think you're all jolly immature. Now that's not so nice.

    Incidentally, I appear to have turned into Ardal O'Hanlon. What do you think of that? Do ye like it? I hope ye do. 'Cos it's a lot of effort, y'know?

  86. Re:Server Cores, Devloper more Cores, else one or by exomondo · · Score: 1

    If you are a typical user you will only need one or two to run an OS with Web Browser and Word Processor.

    Those are just the tasks that average users have in common. You'll find the vast majority of users do much more than just web browsing and word processing, but that same vast majority have those tasks in common.

  87. Model numbers are like GUIDs by BitZtream · · Score: 1

    They just represent a unique class of device production, to which there may even be revisions.

    These model numbers DO map to an architecture type, core count, speed and all the other tech bits that havent' even been recorded yet.

    Its just a table lookup, rather than having the data encoded in the model number. CPUZ for instance has a pretty complete lookup table of all the mappings.

    Its not like the data isn't known, probably a website (www.intel.com) that would let you look up the models pretty easy, maybe even some tools to do it for you (http://lmgtfy.com/?q=intel+processor+identification).

    Look, I realize it shouldn't be this way, but it is ... People reading websites like slashdot expect the 'editors' to know a little bit about what they are 'editing'. I realize that on the Internet, thats a really dangerous assumption to make, but never the less, people, myself included, expect that when we see something on websites devoted to 'news' that someone will have put at least a marginal amount of effort into weeding out the rubbish, the snake oil, the milkmaids asking questions about being a car mechanic, and the sensationalism.

    Timothy does exactly the opposite of what is expected. Every story he promotes to the front page FAILS the most basic of journalistic tests.

    You guys like him, I got that, I'm, sure he's a good guy, but maybe someone could teach him a little bit about how to determine what to promote to the front page and maybe encourage him to do a little (doesn't take MUCH with google around) background research before promoting things to the front page.

    Slashdot is becoming a lot more mainstream thanks to Google News so its only natural that more silly stories are going to be submitted, but for the love of god can you please put a little effort into keeping it relevent to the Geeks who have been here for ages and like the old school 'news for nerds' slashdot.

    Please.

    --
    Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    1. Re:Model numbers are like GUIDs by maxwell+demon · · Score: 1

      The point stands that in former times, the model numbers did include the frequency, and that frequency was heavily marketed. Also, when the multicore business started, that was also noted directly in the name (up to actually determining the name: Core 2 Duo, Core 2 Quad). And while it's true that you can get the technical data from the web, the name of something is always also a marketing instrument. And therefore it's quite significant that Intel now doesn't include the core features (no pun intended) in the name. It means that it considers that sort of marketing no longer worthwhile.

      --
      The Tao of math: The numbers you can count are not the real numbers.
  88. Re:Intel... meh. by tsotha · · Score: 1

    You're a few years out of date.

  89. Ancedotal Evidence by fast+turtle · · Score: 1

    My current system is a C2D 1.8GHz E6300 that's now pushing 4 years of age, yet according to all the benchmarks I've seen by Anntech, Tom's Hardware and others, my performance results are less then 20 percent below the latest/greatest CPU's. This raises the question why in hell should I purchase/build a new system as yet when it still suits my needs?

    First off the software I run is mainly single threaded. Very few apps depend on much more then my 1.8GHz clock speed to run well enough for my needs. Second I'm not a gamer or someone running heavy number crunching or other specific apps like Video Transcoding/Editing so that's not important to me.

    All this means is that I don't need a faster system. What I do need is ever more storage space due to my growing collection of multimedia and porn. Other then that, I don't really need more then what I now have and with No-Script enabled in Firefox, I could easily get by with my old 700MHz Celeron and 512M of memory running Win-Me. Yep I still have a working system running Win-Me and it does it's job nicely - which is home work for the kids.

    --
    Mod me up/Mod me down: I wont frown as I've no crown
    1. Re:Ancedotal Evidence by TheLink · · Score: 3, Interesting

      > My current system is a C2D 1.8GHz E6300 that's now pushing 4 years of age,
      > yet according to all the benchmarks I've seen by Anntech, Tom's Hardware and others, my performance results are less then 20 percent below the latest/greatest CPU's.

      While you probably don't need to upgrade your CPU, I don't see how your CPU can be only 20% slower than the latest and greatest. Even for single-threaded stuff.

      See: http://www.anandtech.com/bench/Product/61?vs=142

      Note: I'm even comparing the 2.33GHz C2D to the latest and greatest, since the 1.8GHz one isn't listed. But I'm sure the 2.33GHz C2D should be a bit faster than your 1.8GHz C2D.

      For graphically intensive games, though the difference in the average fps would not be as high, the difference in the minimum fps might be, and that might be more important in many real-world scenarios.

      In many ways it's quite impressive what Intel has done with the x86. The equivalent of a hypersonic flying pig beating the less "ugly" MIPS and Alphas ;).

      Assuming nothing breaks, my next upgrade is more likely to be an SSD than CPU, GPU, RAM or HDD. I'm just waiting for the prices to go down to more reasonable levels (and the number of bug reports to dwindle as well ;) ).

      --
    2. Re:Ancedotal Evidence by jedidiah · · Score: 1

      >> My current system is a C2D 1.8GHz E6300 that's now pushing 4 years of age,
      >> yet according to all the benchmarks I've seen by Anntech, Tom's Hardware and others, my performance results are less then 20 percent below the latest/greatest CPU's.
      >
      > While you probably don't need to upgrade your CPU, I don't see how your CPU can be only 20% slower than the latest and greatest. Even for single-threaded stuff.
      >

      Yeah. What he said. A newer/faster core in the same family is going to stomp all over the E6300 for computationally intensive single threaded tasks.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    3. Re:Ancedotal Evidence by PingSpike · · Score: 1

      You raise some good points about minimum frames per second, which is many ways is more important than average frames per second. I've noticed many hardware review sites have gotten wise to this in the past few years and started including it in the charts. I could be remembering this wrong, but it just serves as an example: I seem to remember when Oblivion came out certain nvidia parts gave the highest average frames per second, but there was more variation between that and the low. While ATI generally had a higher minimum. The difference between 15fps and 25fps in the worse case scenarios is huge with regards to playability. The difference between 60 and 100 fps average is less so.

      I'm having similar feeling as the parent though...in the last 3 years I've upgraded video cards several times and I'm still rocking a pentium dual core overclocked to just shy of 3ghz. I've come to the realization though that my last few upgrades have been largely unnecessary even considering the small amount of money I spent on them. Hardware to power is a lot cheaper these days...but I still don't use it. I mostly play valve games and older classics these days.

    4. Re:Ancedotal Evidence by UnknownSoldier · · Score: 1

      If you are going the SSD route, make sure you read this article first

      The SSD Anthology: Understanding SSDs and New Drives from OCZ
      http://www.anandtech.com/show/2738

  90. Re:Intel... meh. by exomondo · · Score: 1

    They proved long ago they do not win on price/preformance.

    Assuming you're talking about standard desktop processors for Athlon V. Pentium4...you're right. For Phenom V. Core...you're wrong.

    And they are still the only company that ever sold me a defective chip that couldn't do math.

    Yes that Flag erratum - or whatever they called it - was bloody annoying, but so was the more recent AMD TLB issue.

    I tend to prefer an non-religious approach and just buy whichever is best at the time.

  91. make -j 200 by Anonymous Coward · · Score: 1, Interesting

    I care a lot actually, because I need to know whether I can type make -j 200 or make -j 4

    It useful when developing massively parallel build systems.

  92. Nope by sustik · · Score: 1

    No, I don't core.

  93. It is the case already by nu1x · · Score: 1

    Which one is faster - 9600M GT or HD 5450 ?

    Are they even comparable ? Same or different price range, or maybe one of them is mobile ? Both ?

    A new customer has no idea already. And today, there are 100s of models on market, whereas 10 years ago it could be counted on both hands.

    --
    I have nothing to lose but my bindings.
  94. Moooooove over humans (Re:More Cores, More Power) by Tablizer · · Score: 1

    I have a quad core, which I'm confident will soon become the equivalent of a 4 inch penis.

    http://sciencecastle.com/sc/app/webroot/img/experiments/158.jpg

  95. Re:Not at all by thoughtsatthemoment · · Score: 1

    an outrageous 5 crappy applications

    Theoretically yes. But in practice one of them could hog the file system, or another might freeze the entire desktop.

  96. Re:Server Cores, Devloper more Cores, else one or by SpzToid · · Score: 1

    Glad someone jumped in here supporting the argument for virtualized machines. Just want to add, the individual VMs all run faster when assigned only a single core. I didn't realize this at first, but learned this from a slashdot post years ago.

    The idea as I understand it, is ideally you don't want to share real cores between virtual machines. And hopefully there's enough cores to spread around your virtual server farm.

    --
    You can't be ahead of the curve, if you're stuck in a loop.
  97. Re:Not at all by Mike610544 · · Score: 1

    Unfortunately it's pretty common to see regular office desktops with fast multicore CPUs and ridiculously low amounts of RAM (I've seen C2D 2+ GHz CPUs coupled with 512 megs of RAM, it ran slower than a low-end P4 with 2 gigs of RAM).

    For an office machine 512 MB should be a ridiculously large amount of RAM. OS and application code has gone totally batshit crazy.

    --
    ... also, I can kill you with my brain.
  98. Re:Not at all by pclminion · · Score: 1

    POS software that needs a gig of RAM? I'd like to hear the justification...

  99. 4 cores for me 4 cores for my viruses by AmigaHeretic · · Score: 1

    If I have more cores I can worry less about all the viruses running on my box stealing my speed right?

  100. Re:Fuck your dreams. Computers are for GAMES & by spazdor · · Score: 0, Troll

    Attention to detail is what makes a good troll really pop.

    Keep plying your art, my fine friend.

    --
    DRM: Terminator crops for your mind!
  101. Stuff Intel they support fascism in Israel by akayani · · Score: 0, Offtopic

    Boycott Intel, boycott Israel! Switching to AMD processors is too easy and sends a strong message that the 9 shot dead, the 5 shot dead and throw overboard and the 34 wounded. Then we had the media lie of forged video, $1M in stolen equipments, the refusal of the New Zealand lead UN investigation...

    So stuff Intel and buy AMD.

    1. Re:Stuff Intel they support fascism in Israel by Anonymous Coward · · Score: 0

      There's always one terrorist wherever you go. Even slashdot.

  102. and then by Anonymous Coward · · Score: 0

    Just wait till they start adding graphics cores. oh brother.

  103. Re:Intel... meh. by Anonymous Coward · · Score: 0

    He's an AMD fanboy, of course he's a few years out of date.

  104. 6 core better than 4 for rendering by mrjezza · · Score: 2, Informative

    Hey All, I can say from my 1st hand experience that rendering the same scene in Maya with Mental Ray on win7 has improved going from 4 core to 6 core. A good percentage in speed increase and saved time. If you don't use a "well designed" multi-threaded app then save your money I guess. For pro 3D more cores the better. Cheers J

  105. Re:Not at all by edmudama · · Score: 1

    I'm guessing the 1GB DIMM is the cheapest memory you can attach to an Atom motherboard these days. Not cheapest per GB, but overall cheapest.

    Remember that the older/smaller/slower parts become more expensive after production has stopped and the technology moves on.

    --
    More data, damnit!
  106. My Incredible by Anonymous Coward · · Score: 0

    has enough power for me. I just want a fanless ARM ubuntu nettop (2 cores) with 2GB RAM, ATi 4800 graphics, and an Intel X-25V.

  107. 'Good enough' by SchizoDuckie · · Score: 2, Informative

    Since there are 1.5ghz processors and memory chips are about the price of poststamps, i tell all my friends and family to buy the *cheapest* computer they can find with the biggest harddisk. Everything from 1.5ghz and up is just 'good enough' to do anything a normal consumer will ever do. That's never failed.

    --
    Quack damn you!
  108. Re:Not at all by adolf · · Score: 1

    "Should be," sure. Here in reality, it doesn't work that way, and RAM upgrades are often the best thing performance boost for an office-oriented PC.

    And RAM is cheap. Cheaper than CPU and motherboard upgrades, cheaper than SSD, cheaper than anything for the amount of performance increase.

    (I used to get a lot done with 640k, but it's not 1991 anymore...)

  109. Re:Not at all by Anonymous Coward · · Score: 0

    Yes, and a brick could fall from the ceiling and break half of the keyboard. In practice a lot of other events not related to the practicality of having more cores with virtual machines can happen. So what's the relevance of your comment?

  110. Do I care? Hell yes by mrjb · · Score: 1

    Even if only because "make -j8" would be frickin' awesome.

    --
    Visit http://ringbreak.dnd.utwente.nl/~mrjb/growingbettersoftware to download your free copy of the book
  111. Memory Bus and Friends... by Anonymous Coward · · Score: 0

    Depending on the sort of code you're running of course. It would be quite easy to see no performance increase going to from 4 to 6 (or 8) cores if the memory bus is already saturated.

    Also, You must take into account the overhead of communicating between cores - which will require some sort of bus too - the AMD CPUs are using LDT (Hypertransport?) and if you look at their specs the number of inter-core links has increased as the number of cores has.

    I have a wonderful book on OCCAM from the 1980's that goes into great depth on butterfly switches, bus muxing, hyper-spheres and hyper-cubes... still boggles my mind we're trying to catch up with Inmos from 30 years ago!

    AC.. cos'.. well just because!

  112. Weird by romania · · Score: 0

    So weird to get reality checks like this post. I mean you assume the geeks were the smart, but socialy inept... yet you discover at any turn that the geeks aren't smart thus the social problems.
    The CPU numbers were never clear. 486 100mHz it's not the same as Pentium 100mHz, which is not the same with 586 100mHz. And this is only in the same league. Enter different generations, different manufacturing processes, RISC vs CISC, different cores...
    At least Intel is fair now and does not imply that there is a connection. And this just makes the stupidity surface - "I can't make any sense if there's no Hz count"

    --
    http://www.accountkiller.com/removal-requested
  113. But what else do you want, really? by Sycraft-fu · · Score: 1

    People want something they cannot have: A single "goodness" number to tell them if something is better than something else. It is from this misguided desire that we get the over focus on single standardized tests and so on.

    Well, life is more complex than that, and the same is true of computer hardware. You can't have a single number to tell you which graphics card is best. It is more complicated than that. A new card might be a slower speed than an old one, but do more per clock. Or it might have less ROPs but more shaders. You cannot demand a single number to sum it all up. You have to look at what it is you want to do and then consider what is best.

    Alternatively, you can just operate by money and buy something in a range you can afford every so often.

    Whatever the case, it cannot be simply summed up. The numbers are often a best effort to try and help. In ATi's case the first digit represents generation and thus technology so a 5000 series is DX11, 40nm, a 4000 series is DX10.1, 40nm and so on. The second is the major performance number, like how many units it has, 8 being fast single GPU, 3 being slow GPU and everything else being inbetween. The last two are minor performance numbers and mostly tell you if something is clocked faster than others.

    It's as good as you can do. A Radeon 5870 tells you a bit useful. Otherwise it would be a "Radeon 40nm 32 ROP 80 TMU, 1600 shaders model 5.0 @ 850MHz 1024MB GDDR5 256-bit bus @ 1.2GHz with 4 transfers per clock." Even that doesn't tell the whole story, in addition to being confusing as shit. there' sno single number that tells you anything useful.

    So either:

    1) Buy based on general numbers the companies set as guidelines to try and help you see what is faster than what. Accept that it is an imperfect simplification.

    2) Buy based on price, as in "I buy a new graphics card every 18 months and I spend between $100-150 on it." Accept that you get what you get, but that price is a pretty good indicator of performance in the computer world.

    3) Do some research and learn what component best meets your needs given the tasks that you do, and get that. Accept that you have to turn your brain on and spend a bit of time on it.

    1. Re:But what else do you want, really? by Anonymous Coward · · Score: 0

      One thing that's sometimes useful is that the model series roughly correspond with the price segment. So you know without looking at specs that a GeForce 8800 is a higher end product than the throwaway 8300 that comes with your computer. Or if it's an AMD Sempron you're probably not getting the quality stuff (whether it's a good deal for the price is another matter).

      Of course the system is also designed to trip you up on the actual performance of similar products. Is the GTX version really worth paying $100 more for a few extra stream processors? What does a 15% improvement really mean for visual quality?

  114. Re:Not at all by thoughtsatthemoment · · Score: 1

    First of all, we were talking about applications, not virtual machines.

    Second, My events happen frequently with crappy applications, while yours do not.

    Last but not least, I really hate arguing with AC, especially those who think they are smarter than they really are.

  115. Not really by Sycraft-fu · · Score: 1

    On Intel's desktop CPUs, the clock speed isn't all that variable. I mean they throttle down when idle to save power, but their "normal"" and "turbo" operating states are very close. For example their 6 core i7-970 operates at 3.2GHz normally. It can bump cores up to 3.33GHz if thermal and electrical parameters are in spec (generally if other cores aren't getting hit too hard) or bump a single up to 3.5GHz in some cases. Not a whole lot of variability.

    You see more in laptops, because thermal concerns are more pronounced. Generally speaking the dual core CPUs are a lot faster than the quad core ones, at least historically. However these days, the quad cores can be flexible. For example an i7-720QM is sold as a 1.6GHz CPU. However if only two cores are loaded it can throttle up to 2.4GHz, which is the kind of speeds you see out of the lower range dual core mobile CPUs. With a single core loaded, it can go all the way up to 2.8GHz.

    Basically it offers the ability to have more cores, or faster cores as needed. A laptop lacks the electrical and thermal capacity to do both, so it can trade off as needed.

  116. Re:More Cores, More Power -- unquestionably by lpq · · Score: 1

    "Core overhead"

    As soon as you've gone to SMP -- which all modern kernel have, the playing field is pretty much level.

    2 core, 4 cores, 8 cores...there is no processor overhead unless you recompile your kernel -- and even then the difference between a few hundred bytes out of a few gigabytes is meaningless.

    What the "less-cores-is-good" guys are ignoring is the extra cache you get with more cores.

    4 Core systems topped out at 8Meg cache.

    6 Core Systems top out at 12 Meg cache.

    If you don't use the extra 2 cores -- you can shut them off in the bios -- you get
    get 4Meg more of program and data cache -- or you can limit your progs at run time to only use the lower 4 cpus...which-ever.

    Now who's the first idiot who wants to make the argument that your general singled threaded application won't benefit from .. 6 times the cache?

    And um lower clock speed?

    4 cores max speed @ 3.2GH (with 8M cache, or 3.4 @ 4M cache).

    Now I have 6 cores @ 3.2 and 12M cache and it wasn't the fastest CPU.

    You guys should check your figures before you try to make case: FAIL!

  117. No by Sycraft-fu · · Score: 2, Informative

    And a minimal amount of research will tell you this. Intel's 6 core chips come off their new 32nm lines, since space and power are a premium. Intel's 4 core chips come off their much more prevalent 45nm lines. They are completely different processes and thus one is not sold as the other.

    Intel has pretty good yields, they traditionally have, and thus don't have a real reason to do that sort of thing. It is more economical to fab quads on the more available 45nm process than to make them out of any failed 6 units.

    1. Re:No by Locke2005 · · Score: 1

      It's more economical to sell failed 6 core chips as 4 core chips than it is to simply throw them away.

      --
      I've abandoned my search for truth; now I'm just looking for some useful delusions.
  118. The process of choosing a CPU never changed by dingen · · Score: 2, Informative

    The process of choosing a CPU (or any component for that matter) has never really changed. This is what you do:

    1. 1) Get a list of all recent CPU models and prices
    2. 2) Sort the list by price descending
    3. 3) Ignore the top of the list, because those prices are just ridiculous. There will be a point in the list where prices suddenly drop to more decent levels
    4. 4) Pick a model around that point in the list (the highest one you can afford, but not so high the price becomes ridiculous again)

    Any other spec is just marketing.

    --
    Pretty good is actually pretty bad.
  119. Can you show examples? by Sycraft-fu · · Score: 4, Interesting

    Everything I see shows that modern OSes not only don't have an overhead with more cores, it helps things. Reason is what OSes really have is a heavy context switching overhead. If a processor is doing something, and the OS needs it to do something else, it has to generate an interrupt, push everything on to the stack, switch to the kernel, switch to the net process, etc. It is a hefty overhead. However that all goes away if instead multiple things run at the same time on hardware. They don't switch contexts, they just keep running.

    This is the reason why web/DB heavy servers like to have lots of cores, even if less powerful. Sun's new chips are designed with that in mind. Each core can handle 8 threads in hardware, meaning it acts like a 64-core CPU though only having 8 actual cores. Why? Context switching. The tasks it normally deals with are not high load, but they switch around a lot. The more than can run side-by-side from the OSes perspective, the less overhead and the more efficient use of processor resources.

    In a desktop the tasks are more intense so it is less useful to have lots of threads/CPU (currently 2 is the highest in the Core i3/5/7 series) but more cores are still quite useful. It allows for more things to happen at the same time, from an OS perspective, and lowers overhead.

    You notice too, using a multi-core, multi-threaded system. Things are damn responsive.

  120. Gaming is changing by Sycraft-fu · · Score: 2, Interesting

    Turns out in modern games, a lot of shit happens at the same time. While this was traditionally coded as a bigass while loop because systems were singe thread, it doesn't have to be. You can thread all that shit out and have the game engine do multiple things at once. It is still being worked on, but it is getting much better. Most very modern (as released this year or perhaps last year) games make extremely good use of two cores to the point that many require it. They can fully load both, no problem. A smaller number, but increasing amount, can make good use of 3 or 4 cores. Game designers are learning how to code in parallel, tools are developing to make this work better, etc.

    Games are already parallel and are only going to get more so.

  121. Re:Not at all by L4t3r4lu5 · · Score: 1

    You mean it becomes a race between which memory-leaking app can make the host OS collapse faster.

    Remember, if the guest VM needs to swap, that's swapping from VM memory to VM HDD to Host memory to Host HDD, and back again. Something's gotta give...

    --
    Finally had enough. Come see us over at https://soylentnews.org/
  122. Ummm, they do by Sycraft-fu · · Score: 2, Insightful

    If I go to Intel's page for the i7-970, which is easy to find they list: # of Cores, # of Threads, Clock Speed, Turbo Frequency, Bus/Core Ratio, QPI Speed, # of QPI Links, Instruction Set, Instruction Set Extensions, Lithography, Max TDP, VID Voltage Range and a whole bunch of other shit. Everything you could want.

    So, what is easier:

    1) Call it the "Core i7-970" which gives you a bit of info about where it falls in the series, and an easy to lookup number for their site to find more info as needed.

    or

    2) Call it the "Core i7 3.2/3.46 GHz 6/12 core/thread 12 MB 4.8 GT/s QPI SSE4.2 AES-NI 32nm 130 W" which is extremely confusing, and doesn't fit in most product headlines?

  123. Grow up, it's 2010 by ricky-road-flats · · Score: 1

    You have access to this thing called the Internet. Go to ark.intel.com - it's been there a long long time. It tells you *all* the details of every chip they sell.

    They do sell a huge array of chips with many subtle differences - it's not like the good old days when there were 4 speeds of 486 to choose between - bus speeds, chip speeds, integrated GPU, process node, cache sizes, VT-x extensions, SSE4.2, AES, power draw, number of cores, Hyper-threading, form factor, socket, lead-free, PCIe lanes, ebmbedded...

    Many, many people don't care, and buy their PCs to a price, and based on how it looks. For those of us that do care, or need a particular feature, it's *really* easy to find out what's what.

  124. Re:Not at all by Dr_Barnowl · · Score: 1

    It should be ; in reality the machines we have in the office eat 650MB of RAM just to boot because of all the corporate paranoiaware installed on them.

  125. They're all fast enough anyway... by knarf · · Score: 1

    I'm still using a Thinkpad T23 with a 1.2 GHz PIII-m as my main system. The fastest thing in the house has a 2 GHz P4. Both processors are fast enough for just about anything I'll want to do with them, even though I have to wait a bit longer for my builds to run through and I don't really fancy building eg. OpenOffice with them. Speed is overrated. What is not overrated, and what will finally get me to look for something a bit newer than these ~10 year old systems is memory. These PIII and P4 boxes don't handle more than 1 GB. When memory was expensive that seemed a lot. Now that it is not I'm getting more and more envious of those 4GB+ machines which sit on the desk doing nothing at all while I'm building the software they run on my limited hardware. Even though it is intentional that I use limited hardware to create software - if it runs here it will will run like greased lightning on modern stuff - that trick is getting a bit old now...

    --
    --frank[at]unternet.org
  126. 6 core definitely doesn't have... by Anyd · · Score: 1

    "an enhanced lubrastrip and improved blade suspension system" for a smooth, close shave... wait, what are we talking about again??

  127. Re:Not at all by rawler · · Score: 1

    I absolutely love the argument "let's buy faster hardware, so that we can run more stupid crap on it".

    Meanwhile, Internet Uses 9.4% of Electricity In the US and Laptops catch on fire.

  128. Why is alt-tab to desktop so slow? by Anonymous Coward · · Score: 0

    All I care about is that when I alt-tab from a game that's fullscreen whilst waiting for a level to load, my desktop comes back -instantly-. That never happens. So what gives? What's holding up the instant switch back to desktop? Why is 'reading something from disk' blocking the entire computer in the year 2010 with 4 cores (of which only 1 is being used) and 4 gig of ram (of which 2 is used)? Is DirectX or Windows just designed totally incorrectly or can a judicious adjustment of process priorities fix this?

  129. I do care. I do. by ciderbrew · · Score: 0, Offtopic

    I now want spend money on every bit of my machine. The main problem is all the games I want to buy have some sort of DRM. So there has been no need to upgrade as I WILL NOT buy drm games that would spark an upgrade. I’ve saved a fortune on games and parts so far. So DRM hurts hardware sale too.

  130. Don't care, 2007 was fast enough by nOw2 · · Score: 2, Interesting

    Unless I'm timing them, I'm hard pushed to tell the difference between my personal computers. I have 2.0GHz C2D, 2.6GHz Core i7 deskop and 2.4Ghz Core i5 mobile. They all do everything I need.

    Today, the graphics chip makes a bigger difference to me: I have two Macs with the same CPU but one has an ATI chip and the other Intel GMA. Guess what, the Intel GMA drives me crazy.

    I guess I'm waiting for the next generation of CPU intensive killer apps.

  131. Re:More Cores, More Power -- unquestionably by Anonymous Coward · · Score: 0

    "If you don't use the extra 2 cores -- you can shut them off in the bios -- you get
    get 4Meg more of program and data cache -- or you can limit your progs at run time to only use the lower 4 cpus...which-ever."

    There is no limiting factor to cache other than cost. Its much cheaper to do something like 6x2mb than 1x12mb.

    Now, to utilize that cache, you need a processor to address the memory space there, so shutting down two cores won't let you use 12mb of cache, it'll let you use 4x2mb (8 mb) with the other 4 going to waste.

  132. Re:Not at all by Anonymous Coward · · Score: 0

    While a 96-core system will run Crysis!

  133. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  134. Go Intel!!!! by Que914 · · Score: 2, Insightful
  135. Harrison Bergeron CPU's by tarpitcod · · Score: 1

    The handicapper general peered odiously over her spectacles at the latest product roadmap, her mood growing ever more dark at the clearly typed columns and performance ratios for common tests of the new devices. Why couldn't those damn engineers be more like marketing she thought, comparing the crumpled smudged, poorly written marketting copy to the neat engineering report. Why, even when the marketing copy was well typed, spelled and readable it still made no real sense. The engineers she realized had tricked her. "Bunny-Marks",what she had initially believed had been the wholehearted attempt by those engineers were a scam! She should have realized sooner regardless of the terms ' Number-of-paws', fur-fuzz' , 'ear size' and 'carrot factor' were clearly false names for real things. Even through her permanently oil smudged glasses she could see that there was a clear progression from slow bunnies to faster bunnies and this wouldn't do. Slowly, a smile slipped across her face as she realized now she would have the justification to depressurize the scientists lab another 3000 feet. Let's see how those engineers did at 14000 ft! Oh she would make all the bunnies equal, or her initials weren't DMG.

  136. Why do you expect it to be easy? by Radtoo · · Score: 1

    Yes, I do have many uses for my many cores (I need about the equivalent of an i7 920 that I have to work efficiently with my machine and indulge in my hobbies, right now) , and I also do find these product naming schemes the CPU vendors employ quite useless. But they can't really be useful - it is the specifications are the actually useful, since the presence / absence of various features is just the bare minimum to roughly determine how fast these high tech devices are.
    CPU are highly complex devices that are attached to more highly complex devices and that perform highly complex tasks. Ultimately, they exhibit complex performance metrics. Gigahertz or the amount of cores are only very, very roughly indicative of what actually makes a CPU of the current generation good - usually its new co-processors or other tricks that may actually be the most important performance feature, conditional on your software using these.

    Obviously, I doubt most people who don't know the marketing numbers would understand the specifications any better. But this difficulty in assessing performance is just the nature of the beast.

    So how to deal with it? Simple, you can approach it by either a) buying more or less blindly, most probably a CPU(machine in the mid-price range), b) running casual performance tests at an assembled machine, or c) getting an informed opinion from a hobbyist or professional on how well a given CPU performs on your software / hardware setup vs how much it costs.

  137. Make -jX by malloc · · Score: 2, Interesting

    6 cores. Do You Care?

    Written like someone who's never heard of 'make -j'. Seriously, anybody that compiles stuff wants more cores, and if you ever reach a point were disk IO is the bottleneck just throw in an SSD.

    Random project on my box:

    make clean; time make -j8
    Real: 4.3s

    make clean; time make -j1
    Real: 14.7s

    Compiling is an inherently parallelizable task.

    --
    ___________________ I want to be free()!
  138. Here comes a car analogy... by zerofoo · · Score: 1

    How many buyers care about the engine in their car? Forget about "car guys" - I'm talking about the other 95% of the car market.

    Most people I see buying cars look at size, style, and reliability. The engine choice is almost irrelevant for many buyers.

    I recently asked my sister what engine she would pick for her next car. Her answer: whatever gets good fuel economy and can get her onto a highway at a decent speed. Forget about the more "exotic" options like diesel and hybrid drivetrains.

    Computer purchases are a similar thing. How many people really care what CPU is in their iPhone?

    -ted

  139. Yes by the_hellspawn · · Score: 0

    I do care. I am still on a single core and struggle with various item on the net. Mainly flash, but that is a different story all together. I want more cores and the apps to match. Just my bit on this.

    --
    "The laws of science be a harsh mistress." --Bender
  140. Numerical Analysis by Anonymous Coward · · Score: 0

    I have a 4-core, 8-thread system for a number crunching application, it works beautifully with a tightly designed .Net4 multi-core application for a nearly 4x speed increase. Would love to get my hands on a 6 core :) Who cares how Intel numbers the CPUs - it comes down to Core-Cache-Clock relationship & your individual needs.

    1. Re:Numerical Analysis by Corson · · Score: 1

      Can you provide more info on the design of your .Net4 multi-core application? Thanks.

  141. Deja Vu all over again by SpinyNorman · · Score: 1

    We need to switch to a system with lots of cores, all with their own local memory, and able to send each other messages.

    You're describing the Immos Transputer - way ahead of it's time when it was released c. 1980.

    Each Transputer core was an interconnected computing mesh node, with it's own memory, with specialized hardware-based communication channels connecting it to other nodes. It was designed hand-in-hand with a specialized language "Occam" (as in Occam's razor) that directly mapped onto the parallelism and communication/message-passing abilities of the hardware.

    If you said a section of Occam code could run in parallel then at run-time it would be distributed across nodes if available. If you defined a piece of code to read from an input channel, that could/would be mapped onto one of the hardward communication channels where it would be connected to another "process" writing to a channel somewhere else on the Transputer mesh it was deployed on.

    One nice thing about Occam was that the language parallelism and communication constructs, although designed to map directly onto the hardware, didn't have to, so you could run any Occam program on any sized Transputer network, and the run-time deployment would map it onto the available hardware. They had nice demos showing things like Mandlebrot generation or 3-D scene fly-thru just getting faster as it was run on bigger networks.

    Of course you could do the same today with, say, pthreads - a heavily multithread app will just get faster as it is run on hardware with more cores, but the nice thing about the Transputer and Occam was that it was scalable. If you wanted 100 cores you could build it, while today you're limited to the processors Intel/etc build, and unlike Occam your programming model totally changes (pthreads -> network based) if you need more cores than fit on a single chip or on a single board.

    So.. let's hope the future of computing is as advanced and well designed as it's past was!

  142. hard to notice performance gains by Anonymous Coward · · Score: 0

    I find it difficult to notice any recent gains in hardware or software. My home/work computer still generally runs just as slow as it did 10 yrs ago (probably slower). Playing some non-gfx intensive games (like civ) is just as slow and painful today as it was 10 yrs ago. All the cores and 64bit applications and well designed code still leaves me with a sense that at the end of the day, Moores law has nothing to do with user experience, which to me has been more or less steady for the last 10 yrs.

    My next computer is going to be an econo model because I simply can't justify spending top dollar for performance I personally can't really notice.

  143. There's a word for this. by PerfectionLost · · Score: 1

    It's called impulse purchases.

  144. Re: by Anonymous Coward · · Score: 0

    Six cores can churn a shared cache quicker than four cores. This doesn't occur in many circumstances but it is a very real concern for database deployment.

  145. what the f Ghz are they by Anonymous Coward · · Score: 0

    thats all i want to know what the total GHZ of the machine will be

    i dont care if it has 50 cores or is the earth's core ( neat movie though ...)

  146. Re:More Cores, More Power -- unquestionably by Anarke_Incarnate · · Score: 1

    There sure as hell is a limiting factor to cache. Cache is not "free" in thermal load, power load nor die space. The cache uses significantly LESS power and produces less heat than an active core, but it takes up a LOT more space on the die. CPUs have a limit, based on their package, to how big the die can be.

  147. Re:More Cores, More Power -- unquestionably by nabsltd · · Score: 1

    4 Core systems topped out at 8Meg cache.

    I assume that the use of "topped" in the past tense was intentional, as there are now quad-core Intel chips with 12MB L3 cache (like the Xeon E56xx line).

  148. Re:Not at all by Anonymous Coward · · Score: 0

    I use an OS that doesn't suck, I can in fact, have an app trying to use 100% of the CPU and STILL manage to get work done because it won't let it! Its called a 'pre-emptive multitasking OS'. Maybe you should try one.

    Yes, I'm aware of multi-tasking, and techniques to avoid process starvation. Some OSes do this better than others. Out here in the real world, employees don't always get to chose which OSes we get to work with.

    One core is more than enough for almost everyone. Office apps don't really use a lot of CPU, even Office 2010. What web pages do you use that you run so much JS that you notice it running?

    Well, I rarely notice it since I use noscript to avoid all the javacrap. But without noscript, it happens a lot.

    Contrary to what Mozilla and Google are ranting about, JS speed hasn't been an issue for years,

    Riiiight. So why does firefox have a check for javascript that it running for an extended period of time?

    Contrary to popular belief, most people aren't trying to run quake in javascript. Your argument is dumb as it stands.

    It's so dumb, that the devs who wrote firefox try to detect it.

  149. Re:but even if you buy the cheapeset, you get 4 co by Corwn+of+Amber · · Score: 1

    ... with a graph card that Will. Not. Run. Games. At anything above 12 FPS minimum framerate. Unplayable. $500 : wasted.

    --
    Making laws based on opinions that stem up from false informations leads to witch hunts.
  150. Re:More Cores, More Power -- unquestionably by lpq · · Score: 1

    How does this slow a program down if the CPU GHZ are the same?

    As for shutting down 2 cores shutting off 4MB of core -- unless went backward on their design with 6 core design, in their latest 4 core design, all 4 cores could utilize any or all of the 8MB of core. It was Intel's first Quad core that was with more restrictions as I believe it was effectively 2 Duals on 1 chip.

    So unless intel went backwards on their design -- all 6 cores should be able to access all 12 MB of cache memory so shutting down cores will enable the core to be used by the remainder. Also, in intel's higher end chips, shutting down cores will speed up the rest of the cores -- not be even close to a linear speed up, but if all you want is single processor power, you get close to getting the next stepping up in speed out of 1 core by shutting the rest down -- or such was true of their quad cores. Their latest gen all use lower power -- running 6 cores in nearly the same thermal-wattage envelope as the previous gen's 4 cores.

  151. Re:More Cores, More Power -- unquestionably by Anarke_Incarnate · · Score: 1

    The point was simply that they may not be able to add more cache if they keep adding cores. As well, they are limited by the overall size of the die in how much cache they can implement. There was no talk about "GHz."

  152. Multicores get spendy, and don't offer much return by Anonymous Coward · · Score: 0

    A HUGE problem with this discrepancy in core/mhz/performance numbers is that the real big and expensive software packages that run on our servers (Looking at you, Oracle) charge licensing fees based on the total number of cores or GHZ in the hardware no matter whether or not that figure actually gives meaningful or significant performance increases or not.
    I'd be OK with disabling most of a multicore processor if it still gave me mediocre performace but saved a hundred grand in licensing fees, and I'm afraid most of my customers would be too.

  153. Re:Not at all by suomynonAyletamitlU · · Score: 1

    Well, I don't exactly leave the VM open all day. And since the guest OS is linux based (Running 7 x64 as the host), it's generally pretty fast if I want to reset it.

    And in the end, unresponsive (or leaky) programs aren't exactly the rule, so situations like that are only going to show up every now and again.

    Yes, they are going to happen, probably. But not often enough or severely enough to dissuade me, especially when I'm only using the VM lightly.

  154. 8 cores? by DRAGONWEEZEL · · Score: 1

    I'm assuming you're talking about a quad core. What is faster, running 4 encoding threads or 8?

    I'm curious how HT affects performance that way...

    --
    How much is your data worth? Back it up now.
    1. Re:8 cores? by nabsltd · · Score: 1

      I'm assuming you're talking about a quad core. What is faster, running 4 encoding threads or 8?

      I'm curious how HT affects performance that way...

      I have access to both 8 real cores (AMD) or 4 cores with HT (Intel).

      For desktop apps, I find that HT scales pretty close to a real core, while on ESX, you really need the real cores to keep the system running quickly.

      Since Xvid seems to run two threads when encoding plus some for the overhead of the OS, I can't really devote 8 threads to encoding. But, 3 instances of encoding run in almost exactly the same time as 2 instances, but do 50% more work. In this case, HT works very well.

  155. SingleCore is enough by Anonymous Coward · · Score: 0

    o Ehm, close programs that use 100% CPU.

    o For those programs still needed, set Low Priority
    for those programs that arent interactive.

    o If any of those 100% Programs are multi-threaded,
    web-browsers are multi-threaded, arent they?
    They will eat 100% CPU on all Cores. Last
    chance to solve it is to set Affinity and force programs
    to use less Cores, or just one.

  156. Dual-Core Really Helps Firefox Problems by billstewart · · Score: 1

    I run Firefox with Adblock and NoScript, but there are enough sites where I've enabled Javascript that occasionally Firefox will still freak out and try to run away burning all the CPU. In the past, this was really annoying, as my computer would become a total dog and it would be hard to get FF killed off.
    Now that I have a dual-core CPU, Firefox still freaks out occasionally, and burns 100% of one core, but Windows is still capable of navigating, and I can decide whether to kill FF or wait for it to stop whatever it's doing, which it sometimes does.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  157. Spoken like a true Mac user by Anonymous Coward · · Score: 0

    Who needs to be bothered by details like hardware specs? There is blogging and Starbucks awaiting.

  158. Correcting your signature line by billstewart · · Score: 1

    "Under God" was primarily pushed by the Knights of Columbus, who were Catholics and likely to be Democrats, though the D.A.R. and other right-wingers also liked it.

    Look at Wikipedia or Google the Treasury's blurb on "In God We Trust" - it's been on coins since the mid-1800s, some paper money since the 1930s, and the only change in the 1950s was making it mandatory on all US paper money and coins. More importantly, the coins used to be silver and the bills promised to give you silver in return - so if they weren't hypocritically putting "In God We Trust" on it, they'd have had to put "Trust Us"...

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  159. Just does not matter for most by dindi · · Score: 1

    I honestly got to the point where I do not care. With 4 Gigs and a Core 2 Duo I am perfectly fine, running OS X. I can run editors, edit basic videos (they can take long, but I run a render once a week maybe at night). I can browse, look at HD videos, music and on my PC I can play games (that is a 2 core, some older SLI Nvidia, and most games run just fine).

    When even games run OK on a Core 2 Duo, and all my work applications, why look at i5, i7? I have colleagues, who questioned my purchase of a Macbook pro 13'' (Core 2 Duo up to today), and I realized, that I had no urge to get anything faster AT ALL, but prefer a better battery life, and a smaller laptop (apple i5/i7 are 15/17 inch, Core 2 duo is 13 inches).

    Just my 2c. Rendering, crunching happens on server in my world, browsing, and needed apps work just fine on the older ones for me :)

  160. Re:Not at all by WuphonsReach · · Score: 1

    One core is sufficient for 99% of office workstations that only run a browser and MS Office applications. Dual-core is a bit more snappy, but I'd rather spend an extra hundred bucks on an SSD for the O/S volume than a more-core processor.

    Gods no. Have you ever spent time using equivalent machines, one with dual-core and one with single-core? The dual-core blows the single-core out of the water in terms of responsiveness. Quad-cores might be overkill for office use, but only until their prices drop.

    And it's not like multi-core is expensive anymore. Hell, NewEgg only sells (2) single-core CPUs now ($36 for AMD, $40 for the Intel). In comparison there are (42) dual-core CPUs listed, and they start at about $50. That's a far cry from "save an extra hundred bucks".

    Nowadays, I usually shop by a combination of thermal design envelope (i.e. look for a 65W CPU) combined with "what can I get for $80". And that number used to be $150 for the CPU. With quad-cores as low as $80 now, it won't be long before we'll be putting quads on the desktop. Hopefully something with a 45W or 65W design so that we can keep them quiet and cool. The current quads are 95W or 125W for the most part. I wish AMD still made their 45W CPU line, those were great for office machines.

    If they can get the 150GB SSDs down below $100, I'll strongly consider switching all of our desktops over. Once you head to multi-core and have enough RAM, HD speeds become the biggest bottleneck.

    --
    Wolde you bothe eate your cake, and have your cake?
  161. good old-fashioned boy by Anonymous Coward · · Score: 0

    i just want good old-fashioned giga-hurtz.