International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 46 - Issue 21 |
Published: May 2012 |
Authors: Deepshikha Bhargava, Madhavi Sinha |
![]() |
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
@article{ 10.5120/7065-9670, author = { Deepshikha Bhargava,Madhavi Sinha }, title = { Design and Implementation of Agent based Inter Process Synchronization Manager }, journal = { International Journal of Computer Applications }, year = { 2012 }, volume = { 46 }, number = { 21 }, pages = { 17-22 }, doi = { 10.5120/7065-9670 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2012 %A Deepshikha Bhargava %A Madhavi Sinha %T Design and Implementation of Agent based Inter Process Synchronization Manager%T %J International Journal of Computer Applications %V 46 %N 21 %P 17-22 %R 10.5120/7065-9670 %I Foundation of Computer Science (FCS), NY, USA
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.