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.
what experiment did Erwin Schrodrodinger do to find the Quantum mechanical model
Normal 0 false false
Promela primitives implementing C code: Several Promela primitives can be used to connect a verification model to implementation-level C code: c_decl introduces the types and names of ext
Brief Overview of SAFM: The Shuttle Abort Flight Management system (SAFM) was developed by NASA Johnson Space Center and General Dynamics Decision Systems as part of the Shuttle Cockpit Avionics Upgrade (CAU). SAFM is a single-threaded application wri
In 1866, the radical congressional members began to dominate the Reconstruction process. Describe Radical Reconstruction and what the Radicals did when they were in control.
Advantages of Model Checking: Many tools already exist to help detect problems in source code. Testing is clearly the most widely used technique and there are a variety of tools which support test data selection, test case management, test result chec
18,76,764
1948000 Asked
3,689
Active Tutors
1453162
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!