Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Hardware & Devices
  4. What does Quad Core Mean? Is That 4 Processors?

What does Quad Core Mean? Is That 4 Processors?

Scheduled Pinned Locked Moved Hardware & Devices
questionasp-net
15 Posts 9 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R realJSOP

    Quad Core means four CPU cores on a single die. I believe that AMD's quad-core CPUs are truly four independent cores, where Intel's are actually two dual-cores. AMD claims their's is better. This all happened last year, and I haven't really been paying attention to this stuff since just before the hardware actually hit the street.

    "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
    -----
    "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

    D Offline
    D Offline
    Dan Neely
    wrote on last edited by
    #6

    John Simmons / outlaw programmer wrote:

    I believe that AMD's quad-core CPUs are truly four independent cores, where Intel's are actually two dual-cores. AMD claims their's is better.

    In theory it is, in practice you need a 4 threaded app with heavy cross thread communications to realize the benefit. At the same time, Conroe is performing enough better than Phenom that it doesn't matter. They were roughly equal on a per clock basis but Phenom took a 10% hit due to a hardware bug (revision with the fix eta a few months) and Conroe will run at significantly higher clockspeeds.

    Otherwise [Microsoft is] toast in the long term no matter how much money they've got. They would be already if the Linux community didn't have it's head so firmly up it's own command line buffer that it looks like taking 15 years to find the desktop. -- Matthew Faithfull

    1 Reply Last reply
    0
    • P Paul Conrad

      It's four processors on one chip. Hopefully, I get my hands on one soon :-D

      "I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon

      R Offline
      R Offline
      realJSOP
      wrote on last edited by
      #7

      Would there be a benefit as far as Visual Studio is concerned? That's the only thing I really do on the box anymore. I used to play games, but I got bored with 'em...

      "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
      -----
      "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

      P 1 Reply Last reply
      0
      • R realJSOP

        Would there be a benefit as far as Visual Studio is concerned? That's the only thing I really do on the box anymore. I used to play games, but I got bored with 'em...

        "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
        -----
        "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

        P Offline
        P Offline
        Paul Conrad
        wrote on last edited by
        #8

        John Simmons / outlaw programmer wrote:

        I used to play games, but I got bored with 'em...

        :laugh:

        John Simmons / outlaw programmer wrote:

        Would there be a benefit as far as Visual Studio is concerned?

        That I wonder, if VS would break up different threads, such as during compiling, and delegating them to the different cores to speed up builds. I'm guessing a faster harddrive, such as a 10K rpm might help, too. Until I get cash for a better machine, I can only wonder.

        "I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon

        E 1 Reply Last reply
        0
        • P Paul Conrad

          John Simmons / outlaw programmer wrote:

          I used to play games, but I got bored with 'em...

          :laugh:

          John Simmons / outlaw programmer wrote:

          Would there be a benefit as far as Visual Studio is concerned?

          That I wonder, if VS would break up different threads, such as during compiling, and delegating them to the different cores to speed up builds. I'm guessing a faster harddrive, such as a 10K rpm might help, too. Until I get cash for a better machine, I can only wonder.

          "I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon

          E Offline
          E Offline
          Ed Poore
          wrote on last edited by
          #9

          As far as I know MSBuild is already parralised (I think that's spelt correctly) so as long as the dependencies allow it then it should be able to utilitise all the cores it can on the processor. [Maybe I've got this wrong and it's for the next version of MSBuild but I'm pretty sure it's already the case]

          L M 2 Replies Last reply
          0
          • E Ed Poore

            As far as I know MSBuild is already parralised (I think that's spelt correctly) so as long as the dependencies allow it then it should be able to utilitise all the cores it can on the processor. [Maybe I've got this wrong and it's for the next version of MSBuild but I'm pretty sure it's already the case]

            L Offline
            L Offline
            Luc Pattyn
            wrote on last edited by
            #10

            Hi Ed,

            Ed.Poore wrote:

            parralised (I think that's spelt correctly)

            may I suggest parallelized as in this article[^], a single r for sure. BTW I was surprised by spelt, very British according to my dictionary; actually it said Americans would use spelled; however it does not know a thing about parallelization... :)

            Luc Pattyn [Forum Guidelines] [My Articles]


            This month's tips: - before you ask a question here, search CodeProject, then Google; - the quality and detail of your question reflects on the effectiveness of the help you are likely to get; - use PRE tags to preserve formatting when showing multi-line code snippets.


            E 1 Reply Last reply
            0
            • L Luc Pattyn

              Hi Ed,

              Ed.Poore wrote:

              parralised (I think that's spelt correctly)

              may I suggest parallelized as in this article[^], a single r for sure. BTW I was surprised by spelt, very British according to my dictionary; actually it said Americans would use spelled; however it does not know a thing about parallelization... :)

              Luc Pattyn [Forum Guidelines] [My Articles]


              This month's tips: - before you ask a question here, search CodeProject, then Google; - the quality and detail of your question reflects on the effectiveness of the help you are likely to get; - use PRE tags to preserve formatting when showing multi-line code snippets.


              E Offline
              E Offline
              Ed Poore
              wrote on last edited by
              #11

              Meh, it's one of the words I always have trouble with.

              Luc Pattyn wrote:

              spelt, very British

              Given where[^] I'm located at the moment and where I am from[^] it'd be a reasonable assumption to make that I'm British :p

              L 1 Reply Last reply
              0
              • E Ed Poore

                Meh, it's one of the words I always have trouble with.

                Luc Pattyn wrote:

                spelt, very British

                Given where[^] I'm located at the moment and where I am from[^] it'd be a reasonable assumption to make that I'm British :p

                L Offline
                L Offline
                Luc Pattyn
                wrote on last edited by
                #12

                I see, that is after I told Google's satellite to zoom out a bit ;)

                Luc Pattyn [Forum Guidelines] [My Articles]


                This month's tips: - before you ask a question here, search CodeProject, then Google; - the quality and detail of your question reflects on the effectiveness of the help you are likely to get; - use PRE tags to preserve formatting when showing multi-line code snippets.


                1 Reply Last reply
                0
                • E Ed Poore

                  As far as I know MSBuild is already parralised (I think that's spelt correctly) so as long as the dependencies allow it then it should be able to utilitise all the cores it can on the processor. [Maybe I've got this wrong and it's for the next version of MSBuild but I'm pretty sure it's already the case]

                  M Offline
                  M Offline
                  Maxwell Chen
                  wrote on last edited by
                  #13

                  Ed.Poore wrote:

                  MSBuild is already parralised

                  The default value in Visual C++ 2005 is "2".

                  [Tools] | [Options]:
                  [Projects and Solutions] -> [Build and Run]:
                  maximum number of parallel project builds.


                  Maxwell Chen

                  E 1 Reply Last reply
                  0
                  • M Maxwell Chen

                    Ed.Poore wrote:

                    MSBuild is already parralised

                    The default value in Visual C++ 2005 is "2".

                    [Tools] | [Options]:
                    [Projects and Solutions] -> [Build and Run]:
                    maximum number of parallel project builds.


                    Maxwell Chen

                    E Offline
                    E Offline
                    Ed Poore
                    wrote on last edited by
                    #14

                    Presumably that applies to C# as well?

                    M 1 Reply Last reply
                    0
                    • E Ed Poore

                      Presumably that applies to C# as well?

                      M Offline
                      M Offline
                      Maxwell Chen
                      wrote on last edited by
                      #15

                      Ed.Poore wrote:

                      Presumably that applies to C# as well?

                      I guess so. Mine is Visual Studio 2005. The [tools] | [options] are global settings.


                      Maxwell Chen

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups