Difference among a computer process and thread
Describe difference among a computer process & thread?
Expert
A single process can contain multiple threads which share global data and address space along with other threads running in the similar process, and thus can operate on the similar data set easily. Processes do not share address space and a different mechanism have to be utilized if they are to share data.
If we assume running a word processing program to be a process, then the auto-save and spell check features which happen in the background are different threads of that process which are all operating on the similar data set (your document).
Process:
In computing, a process is an instance of a computer program which is being sequentially executed [1] by a computer system which has the ability to run several computer programs concurrently.
Thread:
A single process may have several executable programs (threads) that work together like a coherent whole. One thread might, for instance, handle error signals, another might send a message regarding the error to the user, while a third thread is executing the actual task.
Normal 0 false false
Deployment of new system: To deploy a new system across multiple countries depends on various key elements which starts with the application or nature of introduce system. Why we introduce the new system and what are the several benefits and effect af
Test Messages (TM): Short messages sent to and through hand-phones. Both IMs and TMs are sent to and through portable devices and hence provide room for flexibility and can be reached anytime. However, both being overused forms in personal communicati
Thread Preference Heuristic: This is similar to the thread interleaving heuristic mentioned above except that it focuses on a few threads that may be suspected to harbor an error. To do this, it relies on the knowledge of what parts of the system are
Write a program that input from user, the number of hrs worked and hours pay rate for staff and output their total pay. The program must process an arbitrary number of staff the user will terminate input by entering 0 for hours worked and rate of pay. Employ a class c
18,76,764
1959485 Asked
3,689
Active Tutors
1416608
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!