Answer Posted / mohit sharma
Thread is a light weight process used to faster the processing of a process by using the time sharing technique by which a single process is divided into multiple threads and all they work together to make quick execution time. They all share the same address space..
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is the difference between process and thread in linux?
Does thread count matter cpu?
Are goroutines threads?
Why do we need multithreading?
Are pthreads kernel threads?
What are threads and processes?
Can two threads execute at the same time?
Do threads share file descriptors?
Do threads get their own pid?
Does hyperthreading reduce performance?
Why do we need thread pool?
What do cores and threads do?
What are server threads?
What are the process states in linux?
What are processes and threads?