Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Windows Service instead of Scheduled Tasks
Message
De
27/08/2013 11:14:11
 
 
À
26/08/2013 01:27:54
Al Doman (En ligne)
M3 Enterprises Inc.
North Vancouver, Colombie Britannique, Canada
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01581383
Message ID:
01581509
Vues:
54
>I would look at "launcher" technology. I think there are examples in Downloads here.

Thanks

>I don't like the idea of a Windows Service relying on the availability of an executable on a network share.

Why?

>What do you perceive as the advantages of a service over the scheduled tasks you have working now?

First of all, an entry in Scheduled Tasks is usually about a task which has to be executed at a certain time, interval and so on. Our tasks have to be executed on a permanent basis. So, just to go in there and configure everything needed to achieve that is always over complicated. While I can do this remotely from my framework, there are a lot of changes from Windows 7 now and this complicates things. Then, from the SC command, I create an entry in the Services with one line of command to have a Windows Service to be registered. This is much easier.

Secondly, the new environment forbids the login so we need to have something more easier to negotiate with and a service looks what we just need.

In that new environment, I have several layers of security that I need to bypass. With a service, this will not be a complicated as the other way.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform