Why multithreaded programming is beneficial over single threaded programming?
Answers
Answered by
0
Multithreading programs with parallel executing threads can take full advantage of any number of processors within the system. In fact, single - threaded applications may adversely affect performance through the overhead of the operating system, switching the application from one processor to another.
Similar questions