Click here to Skip to main content
15,884,986 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created a small application (gateway application) to read messages from a database and sends them via an SMS gateway. I also have a main application which saves the messages to the database so the gateway application can retrieve and send them. The main application has to check for every 10 seconds whether the gateway application is running. If it's running the SMS messages will be saved to the database. Otherwise it does not. The gateway application is in another computer. I need to program the main application to check if the gateway application is running every 10 seconds. How is it possible?

I use vb.net
Posted

1 solution

This[^] article may help.

Or Manage Processes on Remote Machine[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900