C# executable on a multi processor machine

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • booksnore

    #1

    C# executable on a multi processor machine

    Hi,
    I have a console application in C# which I run as an exe. The server on
    which the application runs has four processors but the application only
    uses one processor. Is there any way I can get the application to use
    all four processors?

    Joe

    *** Sent via Developersdex http://www.developersdex.com ***
  • MuZZy

    #2
    Re: C# executable on a multi processor machine

    booksnore wrote:[color=blue]
    > Hi,
    > I have a console application in C# which I run as an exe. The server on
    > which the application runs has four processors but the application only
    > uses one processor. Is there any way I can get the application to use
    > all four processors?
    >
    > Joe
    >
    > *** Sent via Developersdex http://www.developersdex.com ***[/color]

    I can assume that you should use multiple threads in your app if you
    want to take advantage of a multiprocessor system

    MuZZy

    Comment

    Working...