При решении каких прикладных задач возможно использование многопоточности с пользой?
Multithreaded Application TutorialЦитата
Multithreading is only needed for
* blocking handles, like network communications
* using multiple processors at once
* algorithms and library calls, that can not be split up into small parts.
Полностью поддерживаю...