International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 46 - Number 21 |
Year of Publication: 2012 |
Authors: Deepshikha Bhargava, Madhavi Sinha |
10.5120/7065-9670 |
Deepshikha Bhargava, Madhavi Sinha . Design and Implementation of Agent based Inter Process Synchronization Manager. International Journal of Computer Applications. 46, 21 ( May 2012), 17-22. DOI=10.5120/7065-9670
Inter Process synchronization is the coordination of simultaneous threads or processes to complete a task in order to get correct runtime order and avoid unexpected race conditions. Since processes frequently need to communicate with other processes therefore, there is a need for a well-structured communication among processes, without using interrupts [1]. This paper is an attempt to present the design and implementation of an agent based technique to provide optimized solution of Inter Process Synchronization problem, keeping the problem of critical section in to consideration.