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
Are processes faster than threads?
How many threads can one core handle?
Can threading cause hair to grow back thicker?
How many threads can jvm handle?
What is a lightweight thread?
Is c++ multithreaded?
Does thread count matter cpu?
Which way of creating thread is better?
What is the difference between process and thread in linux?
Can we start two threads at a time?
How many threads does a core i7 have?
What is thread explain the threads in linux?
How many threads does an i7 7700k have?
What are kernel threads?
What are processes and threads?