Multi-threaded software explained
Linc
OwnerDetroit Icrontian
Broady explains multi-threaded software to us, a hot topic as Intel and AMD continue to duke it out over who can cram more cores in their chips.
0
Comments
This is incorrect. By definition, a multi threaded application is an application that has more than 1 thread of execution.
No, a multi-core processor has more available cores. Each core can only execute a single thread at any one point in time (exception granted for superscaler cpu's). While there are limits to the number of threads that can be executed at any one time, that limit is most often imposed by the operating system.