Is there any way so that we can synchronize two independent processes? Like if they are sharing a resource, I would like to sync them.
I am using C#.
you can use the Mutex class
see documentation here : http://msdn.microsoft.com/en-us/library/system.threading.mutex.aspx