Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Windows Service instead of Scheduled Tasks
Message
From
27/08/2013 11:14:11
 
 
To
26/08/2013 01:27:54
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01581383
Message ID:
01581509
Views:
55
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform