Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahulvictor12/priority-scheduling
In this program user enters details such as number of processes and burst time, arrival time ,priority of each processes and whenever CPU preempts a process and shifts CPU shifts control to some another process of higher priority i.e Context Switching happens and according to the priority of the process the processes are arranged or sorted accordingly waiting time and turn around time are calculated.
https://github.com/rahulvictor12/priority-scheduling
Last synced: 21 days ago
JSON representation
In this program user enters details such as number of processes and burst time, arrival time ,priority of each processes and whenever CPU preempts a process and shifts CPU shifts control to some another process of higher priority i.e Context Switching happens and according to the priority of the process the processes are arranged or sorted accordingly waiting time and turn around time are calculated.
- Host: GitHub
- URL: https://github.com/rahulvictor12/priority-scheduling
- Owner: rahulvictor12
- Created: 2019-04-19T13:31:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-19T17:52:10.000Z (almost 6 years ago)
- Last Synced: 2024-11-24T09:23:54.742Z (2 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# priority-scheduling
In this program user enters details such as number of processes and burst time, arrival time ,priority of each processes and whenever CPU preempts a process and shifts CPU shifts control to some another process of higher priority i.e Context Switching happens and according to the priority of the process the processes are arranged or sorted accordingly waiting time and turn around time are calculated.