Do threads count as cores?
Answer / Poonam Verma
No, threads do not count as cores. Threads are lightweight processes that can be scheduled to run on a single core or multiple cores, but they do not provide separate hardware resources like physical cores.
| Is This Answer Correct ? | 0 Yes | 0 No |
what do you mean LD_LIBRARY_PATH? What LD_LIBRARY_PATH does
2 Answers CTS, VIT University,
What is context switching between threads?
Which way of creating thread is better?
How many threads does an i7 7700k have?
Can one thread run on multiple cores?
Is multithreading faster than multiprocessing?
What is the use of thread over process?
Can a process have 0 threads?
Does htop show threads?
Is thread an abstract class?
Whats the difference between a thread and a process?
What is difference between thread and runnable?