Linked by Thom Holwerda on Thu 21st Jul 2005 21:19 UTC
Thread beginning with comment 7390
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
RE: FireDaemon - commercial product equivalent
by evert on Thu 21st Jul 2005 23:11
in reply to "FireDaemon - commercial product equivalent"




Member since:
2005-07-13
Just wanted to point out there is a great equivalent to this called FireDaemon, which provides a nicely-designed GUI that allows you to run any Windows program as a service in the background.
http://www.firedaemon.com/
I consider this tool essential if you are running a Windows server. Most of the servers I maintain are, unfortunately, Windows ones (though my personal server is Linux, so that ain't a problem), but on each of those I've installed FireDaemon. This allows me to use my custom-coded Python scripts and make sure they get run, and also to background very nice Windows programs like BulletProof FTP Server.
A nice additional feature of FireDaemon is that it can _still_ allow GUI access for a Windows service. (Dunno if XYNTService does this). Although it's a bit insecure, it still allows you to run a single of a program like BPFTP while still getting access to GUI functions.
Glad to see a new player in this market. I can't believe Microsoft hasn't included functionality like this (perhaps speaks volumes about the average Windows "sysadmin").