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
How do I debug a shell script?
Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
how will you find the total disk space used by a specific user?
What is the default ubuntu terminal?
What is shell environment?
Is shell scripting a programming language?
Explain about login shell?
How does shell scripting work?
madhar chod unix ke 10 commands dhang se likh nahi sakta hai
What are types of shells?
Is shell a scripting language?
is this growing field and what is average package in this?
What is the command to find out today's date?
How to pass an argument to a script?