I have a medical app that I have written with a rich user interface. A
section of the code in it does some mundane processing such as printing,
billing, faxing etc. The machine that is supposed to execute this code is
identified by it's name in a configuration table. When the app starts - it
looks at that table - compares it's name and starts executing this code (on
a timer)
This has been working great - but I know I need to turn it into a window's
service because the Admin is getting sick of logging into a terminal
session - starting the app etc. every time he reboots the system.
What is great about the current set up is that I don't have to maintain two
sets of code. Is there a way I can configure my desktop app to run as a
service if I want it to?
Thanks,
David
section of the code in it does some mundane processing such as printing,
billing, faxing etc. The machine that is supposed to execute this code is
identified by it's name in a configuration table. When the app starts - it
looks at that table - compares it's name and starts executing this code (on
a timer)
This has been working great - but I know I need to turn it into a window's
service because the Admin is getting sick of logging into a terminal
session - starting the app etc. every time he reboots the system.
What is great about the current set up is that I don't have to maintain two
sets of code. Is there a way I can configure my desktop app to run as a
service if I want it to?
Thanks,
David
Comment