<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Server - Category - Joel Beckham</title><link>http://example.org/categories/server/</link><description>Server - Category - Joel Beckham</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Thu, 19 Jan 2012 00:00:00 +0000</lastBuildDate><atom:link href="http://example.org/categories/server/" rel="self" type="application/rss+xml"/><item><title>Running an application as a windows service (Alternative to srvany)</title><link>http://example.org/posts/2012/2012-01-19-running-an-application-as-a-windows-service-alternative-to-srvany/</link><pubDate>Thu, 19 Jan 2012 00:00:00 +0000</pubDate><author>jbeckham</author><guid>http://example.org/posts/2012/2012-01-19-running-an-application-as-a-windows-service-alternative-to-srvany/</guid><description>Until recently, when I wanted to set up a non-service application to run as a windows service, I always used srvany.exe. One of the problems with srvany is that it can’t detect if the application has crashed and therefore continues to report that it is still running. Since it doesn’t know when the application stops, the service manager doesn’t know to attempt to restart it.
In its place, I’ve started using a utility called nssm.</description></item></channel></rss>