Welcome to BARMAGY Sign in | Join | Help

Crash Course

<November 2007>
SuMoTuWeThFrSa
28293031123
45678910
11121314151617
18192021222324
2526272829301
2345678

Navigation

Syndication

Parallel Performance: Optimize Managed Code For Multi-Core Machines

Hi All,

Multi-processor machines are now becoming standard while the speed increases of single processors have slowed down. The key to performance improvements is therefore to run a program on multiple processors in parallel. Unfortunately, it is still very hard to write algorithms that actually take advantage of those multiple processors. In fact, most applications use just a single core and see no speed improvements when run on a multi-core machine. We need to write our programs in a new way.
If you want to know more about these subjects:
  • Task Parallel Library "TPL"
  • Parallel.For versus ThreadPool
  • Static Work Distribution

Visit http://msdn.microsoft.com/msdnmag/issues/07/10/Futures/default.aspx

Published Wednesday, November 07, 2007 11:12 AM by M.A.Ghaffar

Comments

No Comments
Anonymous comments are disabled