Answer Posted / angel
Thread is a light weight process. It executes some line of
code independent of current execution. Threads are faster is
processing as compared to process. Process have their own
address space but threads share the same address space of
process under which process they are. So context switching
happened much faster in case of threads.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can two threads execute at the same time?
What is pthread in linux?
What is thread and process?
Is thread an abstract class?
How does thread pool keeps the thread alive?
What is thread explain the threads in linux?
Whats the difference between a thread and a process?
Does htop show threads?
Do threads share page table?
What is posix thread linux?
What are kernel threads?
Are threads processes?
Can a thread have multiple processes?
What are the advantages of threads over processes?
Can a process have 0 threads?