Unattended Applications, (a.k.a. Services) are applications that run in the background of your Windows computer.
They do not provide an interface for the user, but instead perform a useful function behind the scenes.
For example, scanning for viruses, fetching new virus definitions, fetching updates to software, or the weather reports, fetching updates to your sales figures, or status or orders, etc.
You don’t see them, but they are like Santa’s little elves, they run around and get things done.
Creating Services is a special art. Since they run unattended you really depend on a good programmer to write a solid application that will recover gracefully from any errors, won't crash your system, and leaves a good trace of what it is doing behind the scenes. How else would you know if it is doing what it is supposed to do?
|
|
Put an inexperienced programmer in charge of writing your service and you are asking for trouble. It can be costly.
|
We can:
- Create services that monitor status of orders, interaction with 3rd party vendors, etc.
- We can repair existing services
- We can upgrade your legacy services to the latest technology
- We created our own installer platform to simplify deployment of these services
|