Console appliction with Multithreading on Single core.
- by Harsha
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.