What is the difference between a 'thread' and a 'process'?
Answer Posted / satchi
A process is a collection of virtual memory space, code,
data, and system resources. A thread is code that is to be
serially executed within a process. A processor executes
threads, not processes, so each application has at least
one process, and a process always has at least one thread
of execution, known as the primary thread
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is shell scripting easy to learn?
What does echo mean in scripting?
What is gui scripting?
What are the various stages of a linux process it passes through?
What does $1 mean in bash?
What is shell scripting used for?
How to check if the previous command was run successfully?
Explain about return code?
What is a file basename?
What is bash eval?
What does sh mean?
What are the advantages of shell scripting?
What does $@ mean bash?
What does path stand for?
What is .sh file in mac?