What is Thread in Operating System?First of all you should know that a thread is also known as lightweight process.It is a sequence of instruction within a process. A thread itself behave like a processes in a process.It behave like a process within the process, but it don’t have a complete PCB it relays on the PCB of...
Showing posts with label operating system. Show all posts
Showing posts with label operating system. Show all posts
Saturday, 18 July 2020
Sunday, 5 July 2020
undefined
202
Inter-Process Communication | Shared Memory Model | Message Passing Model in Operating System•IPC – (Inter-Process Communication) is the capability which allow two process of the computer to communicate with each other. •Where will be those process? •Its not important for process to be in the same computer they can be...
Tuesday, 30 June 2020
undefined
202
Inter Process Communication - IPC in Operating System•IPC – (Inter-Process Communication) is the capability which allow two process of the computer to communicate with each other.•Where will be those process? •Its not important for process to be in the same computer they can be in same computer or in different computer...
Sunday, 5 April 2020
undefined
202
Operating System Process TerminationOperating System Process Termination Exit(), Abort() | Zombie and Orphan process in Operating SystemIn the last lecture we discussed about the process creation and Child process in details. In this lecture we gona cover the following topics.1. What is process termination?2. How a child...
Thursday, 19 March 2020
Process Creation and Child Process in Operating SystemOperating system is also responsible for creating the processes.In this lecture we have discussed about how a child process get created and what is the all life cycle of child process.So first of all it is important to know that a process may or may not create a child...