Hi,
I have an application that runs off a file server and can be accessed over the LAN network by 10+ machines.
I want to ensure that only one instance of the application run at any time over the entire network.
the "Previnstan ce" method does not work as it checks only on the local machine and not the network.
Also cannot create a check file which is deleted at close as the application has a tendency to crash at times.....
I have an application that runs off a file server and can be accessed over the LAN network by 10+ machines.
I want to ensure that only one instance of the application run at any time over the entire network.
the "Previnstan ce" method does not work as it checks only on the local machine and not the network.
Also cannot create a check file which is deleted at close as the application has a tendency to crash at times.....
Comment