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
Explain about login shell?
Can shell script run on windows?
How many fields are present in a crontab file and what does each field specify?
Is cmd a shell?
What are different types of shell?
write a shell script to check the failed jobs?
How to debug the problems encountered in the shell script/program?
Is shell scripting difficult?
How can I send a mail with a compressed file as an attachment?
How will you pass and access arguments to a script in linux?
Why is used in shell scripting?
What is awk script?
How do I open the shell in cmd?
I want to connect to a remote server and execute some commands, how can I achieve this?
Explain about stdin, stdout and stderr?