Load Balance and Parallel Performance

Posted on Code Project See other posts from Code Project
Published on Thu, 08 Apr 2010 19:33:00 GMT Indexed on 2010/04/08 19:33 UTC
Read the original article Hit count: 272

Filed under:
Load balancing an application workload among threads is critical to performance. However, achieving perfect load balance is non-trivial, and it depends on the parallelism within the application, workload, the number of threads, load balancing policy, and the threading implementation.

© Code Project or respective owner