Tuesday, January 29, 2013

Task Parallel Library

Use All the CPU's of the computer :)

write a program which will execute the task on different Processors of the computer.

All currently used machines and server has more than one processors so read the article about how take advantage of all the processors and have tasks running around more than one processor so that application perfomance boosts

.net 4.0 has excellent Threading Machanism, Microsoft has done a excellent on this i dont think any other language would provide this much flexibility and easiness to create thread, Async programming and processing task parallel on multiple processors.
Thanks to microsoft on this.
 

No comments:

Post a Comment