I have an application which I want to run as a process that doesn't require any user interaction. Currently I have it set up as a Windows service, but I was wondering if there were any alternatives to this.
The service supports a change request system and once every 15 minutes will check the status of the database for any recently completed reviews. If all the reviews are in, the service will progress the change request to the next stage and handle any e-mails that need to be sent to the next set of reviewers.
The infrastructure we use here makes the installation of services on the production server very long winded so is there any alternative to a service? I don't want to have to rely on someone starting the service every morning.
TIA
The service supports a change request system and once every 15 minutes will check the status of the database for any recently completed reviews. If all the reviews are in, the service will progress the change request to the next stage and handle any e-mails that need to be sent to the next set of reviewers.
The infrastructure we use here makes the installation of services on the production server very long winded so is there any alternative to a service? I don't want to have to rely on someone starting the service every morning.
TIA