Slashdot Mirror


AMD to Demo '8-socket' Dual-Core Opteron System

flynn_nrg writes "AMD will make the first public demonstration of a system built out of its dual-core processors today, the result of a strategy first made public almost a year ago. Two-core Opteron chips aren't due to ship until the middle of 2005, but AMD will have four of parts running inside an HP ProLiant DL585 server at its Austin plant later today."

7 of 243 comments (clear)

  1. Speeeed by Klar · · Score: 4, Insightful

    I didn't see any specifics in the article, so I was wondering if anyone knows how fast the Dual-core Athlon 64's and Opteron's will be running? Has there been any clue's? I'm just wondering how long my processor will seem fast for, lol..

  2. Itanium? by StevenHenderson · · Score: 5, Insightful

    but AMD will have four of parts running inside an HP ProLiant DL585 server at its Austin plant later today.

    Does this mean HP is offically ditching the Itanium2? If so, strange move, albeit likely a smart one...

  3. Cheaper Processors by COMON$ · · Score: 4, Insightful

    While it will be a while before I will be able to justify one of these at home. I am happy for any technology that will further lower the price of processors. Maybe a nice AMD64 will be in the future of budget home users.

    --
    CS: It is all sink or swim...oh and did I mention there are sharks in that water?
    1. Re:Cheaper Processors by gid · · Score: 4, Insightful

      There are already budget AMD64 machines as long as your build your own. I don't know if any big name vendors build such a machine yet as I'm not into prebuilt machines, but I wouldn't doubt if there are some available.

      You can get a Chaintech K8T800 socket754 mobo for $64, an Athlon 64 3200+ (newcastle) cpu for $218, a WD SATA hd for $68, maybe a 512 meg stick of DDR400 ram for $78, a case for $60. What else do you need? Most people probably have everything else they can canibalize from their old machine. All that comes up to $488. These prices are all from newegg.

      I'm looking at a new setup myself, but using a nicer, probably nforce3 mobo with better sound (hopefully it won't pick up USB/HD noise as I hear some people are complaining about) either from MSI or Asus.

  4. Re:Interesting, but realistic? by Fulcrum+of+Evil · · Score: 4, Insightful

    Given the cothermic limitation on implementing 'cores' (or independent dies) on one surface, it seems a clever but limited hack to increase the performance by effectively implementing multiple CPUs on the same chip.

    Of course, in my experience, AMD64s are fairly cool compared to Intel's stuff. You could porbably do a dual core AMD64 at 2Ghz for way under 100W.

    --
    "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
  5. Upgrading servers by Archangel+Michael · · Score: 4, Insightful
    So what today might be an eight-way server will potentially become, mid-2005, an "eight socket" server with 16 processing cores.


    And just think, it was only last week when it was shown that most servers are never upgraded (Core Components), and that most people already buy their servers with growth in mind.

    This kind of stupid comments are not helpful.

    My question is this, how is this going to affect M$ licencing of OSes? I buy a dual socketed board and put in a couple of these babies is M$ going to complain that I have 4 CPUs and XP won't load because I have the 2 CPU version?

    The idea of licencing software by HW is stupid, don't you think?
    --
    Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
  6. Cache coherency implications by Geiger581 · · Score: 5, Insightful

    From what has been published prior, the maximum number of coherent HyperTransport links in one Socket 940 interface is 3 and the number of logical processors has been limited to 8 to keep cache snooping traffic managable. Because each dual core chip will have 2 independent caches, the coherency traffic will increase regardless of whether external dual cores are addressed as single HT units. Will this result in either: a) reduction of sockets for general-purpose servers to 4 or b) entirely new ccNUMA protocols being developed from previous generation Opterons?

    OS loaders and schedulers can help keep chatty processes allocated to the right mem/processor, but something more has to be said about hardware-level coherency standards. The X-box was fast and efficient largely because its CPU used the video RAM natively, but PCs still have to slog data over the slow and non-coherent PCI, AGP, or PCI-Express busses between the CPUs and GPUs. An inter-vendor standard could bring PC CPU-GPU interaction efficiencies much higher. ccPCI-Express or HyperTransportx16 slots anyone?