In my CPU I know I have 8 cores and 16 threads (2 threads by core).
But when I create threads through programming (for example in c++) I can create more than 100,000 threads.
Then what's the difference between those two kinds of threads?
In my CPU I know I have 8 cores and 16 threads (2 threads by core).
But when I create threads through programming (for example in c++) I can create more than 100,000 threads.
Then what's the difference between those two kinds of threads?