Results 1 to 9 of 9

Thread: Is running multiple threads faster then a single thread on a single core cpu?

Threaded View

  1. #3

    Thread Starter
    Hyperactive Member gonzalioz's Avatar
    Join Date
    Sep 2009
    Location
    <body></body>
    Posts
    508

    Re: Is running multiple threads faster then a single thread on a single core cpu?

    Thanks for your reply. That's exactly what I was thinking.

    I think you can create multicore apps in .Net 4.0 but not in 3.5 .

    [EDIT]
    I think you are right in saying the OS decides on which core it runs a thread. So you probaly need a very very intensive operation before it will use the 2nd core. As far as I know, most dual core cpu's these days turn the 2nd core off most of the time to make it more energy efficient.
    Last edited by gonzalioz; Dec 23rd, 2009 at 10:19 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width