Application as Service!

Application as Service alternatives

  • NSSM - The Non-Sucking Service Manager

  • nssm is a service helper which doesn't suck. srvany and other service helper programs suck because they don't handle failure of the application running as a service. If you use such a program you may see a service listed as started when in fact the application has died. nssm monitors the running service and will restart it if it dies. With nssm you know that if a service says it's running, it really is. Alternatively, if your application is well-behaved you can configure nssm to absolve all responsibility for restarting it and let Windows take care of recovery actions. ยป

    tags: utilities-management service-manager run-application-as-service restart-program restart-crashed-programs
  • FireDaemon

  • FireDaemon runs any application program executable or script as a Windows service when your computer starts up restarting it the application crashes or fails.

    tags: monitoring services run-application-as-service
  • Launcher Service

  • Launcher Service lets you run any program as a Windows Service.

    tags: run-application-as-service windows-service
  • Always Up

  • AlwaysUp is the true set-it-and-forget-it way to run your mission-critical Windows application 24/7, unattended, starting it at boot and monitoring it to ensure that it is always running, even if it crashes, hangs, or fails.

    tags: run-application-as-service windows-service
  • Daemon Master

  • Daemon Master is a software which makes it possible to create and manage a Windows-service from any program. (Alpha)

    tags: best daemon deamonmaster firedeamon games
  • Winserv

  • Winserv is an utility that can create an NT service that runs any application. When the application exits, the service becomes stopped. It is also able to manage local and remote NT services that were not created by winserv.

    tags: run-application-as-service