Console appliction with Multithreading on Single core.
Posted
by Harsha
on Stack Overflow
See other posts from Stack Overflow
or by Harsha
Published on 2010-05-24T06:10:28Z
Indexed on
2010/05/24
6:21 UTC
Read the original article
Hit count: 326
c#
|multithreading
Hello all, I am reposting my question on Multithreading on Single core processor.
Original question is: http://stackoverflow.com/questions/2856239/will-multi-threading-increase-the-speed-of-the-calculation-on-single-processor
I have been asked a question, At any given time, only one thread is allowed to run on a single core. If so, why people use multithreading in a application. Lets say you are running console application and It is very much possible to write the application to run on the main thread. But still people go for multithreading.
© Stack Overflow or respective owner