I am trying to check for application running on remote machine - it could be LV or some other application.
I have Server and Client applications (developed in LV) running as exe on separate computers. Only LV-Runtime is installed. They exchange data via Datasockets. The problem I have is that if Client is launched before the server the (Client) takes ownership of certain sockets which causes Server to fail on startup. All the remote Clients have to be shotdown before Server can be started again properly. I was wondering if anyone has run into a similar problem.
