PC Review


Reply
Thread Tools Rate Thread

Checking if remote app is working

 
 
John
Guest
Posts: n/a
 
      6th Dec 2007
Hi

I have an app installed at a client side which is critical and needs to run
all the time. What is the mechanism I can use to check that the app is
always working? Can I "ping" it someway periodically to see if it is alive?
What would be the mechanism in .net?

Thanks

Regards


 
Reply With Quote
 
 
 
 
coolCoder
Guest
Posts: n/a
 
      7th Dec 2007
On Dec 7, 3:37 am, "John" <J...@nospam.infovis.co.uk> wrote:
> Hi
>
> I have an app installed at a client side which is critical and needs to run
> all the time. What is the mechanism I can use to check that the app is
> always working? Can I "ping" it someway periodically to see if it is alive?
> What would be the mechanism in .net?
>
> Thanks
>
> Regards


Is it a Windows Application ?
If yes, you might want to convert it to Windows Service, with
automatic start up and error reporting in the form of emails / log
files.
Actually, windows services are the right choice, when you want them to
run for ever.

By the way, you always "ping" an application by implementing Client-
Server type of communication.
You can make the client application call some web service after
regular interval, so that you know it is still "alive"
For this, you need to host a web service some where and change client
application so that it makes a call to the service after some
interval.

But, please think on my suggestion of windows services.
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
checking if remote computer is running geos Windows XP WMI 5 18th Dec 2007 10:02 PM
Checking if remote app is working John Microsoft Dot NET Framework Forms 1 7th Dec 2007 10:24 AM
Checking if remote app is working John Microsoft VB .NET 1 7th Dec 2007 04:13 AM
Checking if remote app is working John Microsoft Dot NET 0 6th Dec 2007 10:37 PM
Checking if remote app is working John Microsoft VB .NET 0 6th Dec 2007 10:37 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:50 AM.