|
-
Apr 4th, 2007, 10:31 AM
#1
Thread Starter
Lively Member
Verify Program running
I have a program that exchanges data between our company and another company using webservices. Every three minutes it cycles and exchanges data. It has locked up a couple of times and I would like to be notified the next time it does. How can I very the program is running and not locked up.
Any ideas.
thanks,
Dean
-
Apr 4th, 2007, 10:45 AM
#2
Re: Verify Program running
I don't know how you could get it to notify you if it is locked up. What i would do is either have it email me when it completes (which if its running often is not a good solution) or have the program update a log file of some sort. With the log file solution then I would either have to check the log or create a small app to check the log and notify me(via email or whatever) if its not updated.
-
Apr 4th, 2007, 11:12 AM
#3
Thread Starter
Lively Member
Re: Verify Program running
I guess I was thinking that maybe another program could monitor my program and if it verifies it is locked up or not running, the second program would send me a email.
thanks,
Dean
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|