|
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
| Volume 128 - Issue 7 |
| Published: October 2015 |
| Authors: Deepti Sindhu, Anupma Sangwan, Kulbir Singh |
10.5120/ijca2015906604
|
Deepti Sindhu, Anupma Sangwan, Kulbir Singh . An Approach to Process Management using Process Synchronization. International Journal of Computer Applications. 128, 7 (October 2015), 18-22. DOI=10.5120/ijca2015906604
@article{ 10.5120/ijca2015906604,
author = { Deepti Sindhu,Anupma Sangwan,Kulbir Singh },
title = { An Approach to Process Management using Process Synchronization },
journal = { International Journal of Computer Applications },
year = { 2015 },
volume = { 128 },
number = { 7 },
pages = { 18-22 },
doi = { 10.5120/ijca2015906604 },
publisher = { Foundation of Computer Science (FCS), NY, USA }
}
%0 Journal Article
%D 2015
%A Deepti Sindhu
%A Anupma Sangwan
%A Kulbir Singh
%T An Approach to Process Management using Process Synchronization%T
%J International Journal of Computer Applications
%V 128
%N 7
%P 18-22
%R 10.5120/ijca2015906604
%I Foundation of Computer Science (FCS), NY, USA
The main goal of the study is to know how multiple processes [1] of a computer system is managed. Early computers used to work on uniprocessing while currently all computers work on multiprocessing. Many programs could be executed at a time concurrently, while earlier computers used to allow execution of only one program at a time. Computers now can load and execute multiple programs from different processes. These tasks could be performed concurrently and managed properly. A system consists of number of jobs and processes related to operating system and user has to execute system code and user code. Now the query is this- How all these processes are managed along with management of Operating system? There are numerous such queries which rise in one’s mind. A CPU can be made more productive by any operating system if CPU switches properly between processes. It is possible if CPU is synchronized by synchronization of processes.