Single Thread Application.

Danar Christanto

Distinguished
Jan 9, 2014
67
0
18,630
Could you give me some examples of single thread application ?

because I have Intel G3220 and it works better on single thread application, but I don't know what is it, I usually use it for gaming. does gaming application is single thread application ?
 

vmN

Honorable
Oct 27, 2013
1,666
0
12,160
Things that are not coded to use more cores. Simple as that.
The question would be easier what is multi-threading:
Multi-threading is an application that is specifically programmed to utilize a certain range of cores.

Windows will try to schedule multiple process to run on a single core. So example: If you open op 2 programs, they will most likely run on a single core(unless programmed to run on multiple).