posted 22 years ago
Hi,
I've build an application that connect to a server. The connection works fine and there are no much problems with it.
When I'm start the application again, when the first instance is still running, I get the problem that the program connect again to the server and the server registered the program as a new connection.
All data which is send from the server to this application arrived at the first instance. Is there a possibility to check if there is still an application (my programm in the first instance) is running on the client-site, so that I can stop the client starting before it can connect the server?
Regards
Lars