Question: With suitable illustration, discuss the relationship between processes and threads and how a process is managed in Windows. Using the Win32 API, write a
- With suitable illustration, discuss the relationship between processes and threads and how a process is managed in Windows.
- Using the Win32 API, write a system program to create a process with a single thread.
- The process should be used to execute an existing program. After successful running of the process, display the process ID and thread ID.
- Compile and run the program and copy the source code into your answer booklet.
- Explain the concept of inheritable handle in process management.
Step by Step Solution
3.33 Rating (162 Votes )
There are 3 Steps involved in it
The relationship between processes and threads is fundamental to how modern operating systems manage tasks A process can be thought of as an instance ... View full answer
Get step-by-step solutions from verified subject matter experts
