I have a form application written in C#. I put this exe to a server in my company that is reached from all computers. I need to find a solution to know if this exe is running in another computer.
So when one computer tries to run the application I should check if another computer is already running the same app.
I found something in SO but they are working fine only if the same computer runs the exe two times.