CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: TheCPUWizard

Search: Search took 0.13 seconds.

  1. Replies
    33
    Views
    22,916

    Re: multicore support in C#

    The quickest reference is factually right in the current issue of MSDN, where the difference betweej "Fairness" and "Total Performance" is discussed. Most of the detailed material I have is either...
  2. Replies
    33
    Views
    22,916

    Re: multicore support in C#

    ZOverLord

    Your last reply directly contradicts my experiences over the past decade (including using high-end machines such as IBM's 64 (Xeon) processor servers).

    I have personally...
  3. Replies
    33
    Views
    22,916

    Re: multicore support in C#

    You are missing the poiint. To be effective,the code MUST be aware of every process runing on the system. One my current system there are 53 processes running WHEN THE SYSTEM IS IDLE( as counted by...
  4. Replies
    33
    Views
    22,916

    Re: multicore support in C#

    I think the two points of view have finally converged (I have been watching for a while).

    IMHO:

    1) There are definately viable alternatives to the "built-in" Widnwos scheduling/allocation of...
  5. Replies
    33
    Views
    22,916

    Re: multicore support in C#

    Just as an FYI, I write a number of high performance (ie realtime analysis of laboratory instrumentation) application in C# that are massively parallallized. 95% of the time I do not have to...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured