When to Multithread and when not to Multithread c++ applications?
- by Ashwin
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.