What is the use of thread over process?
Answers were Sorted based on User's Feedback
Answer / bhaskar nag
Thread is a technique,which gives facility to execute
different set of codes in a same or different program.
| Is This Answer Correct ? | 4 Yes | 24 No |
Can a process have 0 threads?
What are the benefits of multithreading?
Why thread is faster than process?
Is multithreading faster than multiprocessing?
is there a command line shortcut to the login directory
Are more threads better?
How many threads can you run?
differtent ways of creating threads???? other than pthread
How many maximum threads can you create?
What are the two types of threads?
Which way of creating thread is better?
Are pthreads kernel threads?