Automatically restart your application if it unexpectedly crashed (for developers).
100% Freeware, FREE download v1.0 for Windows®, 364 KB, updated at Dec 05, 2012.
It is 100% Freeware, welcome your donation with any amount as you like.
Recommend it to your friends.
Process Guard for Developer (100% FREE) is a redistributable executable file that used to monitor your application process, once your application is crashed unexpectedly, it will be restarted automatically by this program.
It is very easy to use, just put the distributable executable file (tssi-pgd.exe) into your application folder, and execute it when your own program starts, then it will always protect your application for accidental crash.
Usually, if your application is running in the background or runs as a system tray icon, and you do not want to it to be accidental crash (except users close it manually), you may need it, in fact, maybe it can be used as a standard component for any windows executable application.
Now, just try it to get the self-restarting feature for your application, and it is 100% free. At last, don't forget to end the tssi-pgd.exe process when your application normal closing by end users.
Key Features
- Restart your application automatically if it crashed unexpectedly.
- Easy to use, just put the executable file to your application folder and start it in your code.
100% Freeware, FREE download v1.0 for Windows®, 364 KB, updated at Dec 05, 2012.
Softpedia's Review
"Process Guard for Developer is a useful tool that was especially designed to assist programmers in identifying performance bottlenecks for certain applications.When the app crashes, Process Guard for Developer will automatically restart it and if you put the executable in the directory of the monitored program, it will prevent accidental crashes."
Usage
- Install it, recommend you retain "Open Redistributable File Location" as checked at the final step.
- Open the redistributable file location (automatically as above or manually by clicking the relate shortcut in the Start menu), and copy tssi-pgd.exe file to your application executable file location.
- Run tssi-pgd.exe with a parameter (your executable file name) when your application starts, sample code (VB 2008):
Shell (Application.StartupPath & "\tssi-pgd.exe " & Process.GetCurrentProcess.ProcessName & ".exe") - End it when your application is closing by the end users, sample code (VB 2008):
For Each p As Process In Process.GetProcesses()
If p.ProcessName.ToLower = "tssi-pgd" Then p.Kill() : Exit For
Next
Supported OS
Windows 2000/XP/2003/Vista/7/8 or higher, 32 and 64-bit both.
Support Process Guard for Developer (100% FREE)
Process Guard for Developer is 100% Freeware, if you think it is good, it's welcome for you to support it by Making Donation, Writing Article or Comment, Recommending to Friend and Linking to Your website.
100% Freeware, FREE download v1.0 for Windows®, 364 KB, updated at Dec 05, 2012.
