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 WCF with pipe binding, or named synchronization objects, Mutex for example for synchronization between two processes