When to Multithread and when not to Multithread c++ applications?

Posted by Ashwin on Stack Overflow See other posts from Stack Overflow or by Ashwin
Published on 2011-01-01T03:25:45Z Indexed on 2011/01/01 3:53 UTC
Read the original article Hit count: 137

Filed under:
|
|

I have been in an assumption that multithreading gives a lot of flexibility and power to make efficient programs. But I am wrong. Multithreading is sometimes not desirable as it will create serious impact on the way the actual program behaves.

My question?

I am not sure of when to use and when not to use multithreads in applications. Please update this thread and give your opinions on multithreading and suggestions on its usage scenarios.

© Stack Overflow or respective owner

Related posts about c++

Related posts about multithreading