Will Multi threading increase the speed of the calculation on Single Processor

Posted by Harsha on Stack Overflow See other posts from Stack Overflow or by Harsha
Published on 2010-05-18T10:09:57Z Indexed on 2010/05/18 10:10 UTC
Read the original article Hit count: 271

On a single processor, Will multi-threading increse the speed of the calculation. As we all know that, multi-threading is used for Increasing the User responsiveness and achieved by sepating UI thread and calculation thread. But lets talk about only console application. Will multi-threading increases the speed of the calculation. Do we get culculation result faster when we calculate through multi-threading.

what about on multi cores, will multi threading increse the speed or not.

Please help me. If you have any material to learn more about threading. please post.

Thanks in advance, Harsha

© Stack Overflow or respective owner

Related posts about c#

Related posts about multithreading