问题描述
我正在开发一个具有日历功能的应用程序,用于安排作业,例如固定日历:工作日星期一星期二下午5点;但是在同一时间,固定日历可以被推翻".通过手动(通过webapp)进行干预. 预定的工作是用于在与微控制器相连的传感器上执行任务.
I'm developing an application that has a calendar function for scheduling jobs E.g. Fixed calednar: monday tuesday at 5pm job1; wednesday thurday at 10am job2, etc .... But at the same time the fixed calendar can be "overruled" by manual (via webapp) intervention. These scheduled jobs are for executing tasks on sensors attached to a microcontroller.
问题:
我当时正在考虑为此应用程序创建.NET Windows服务.这是一个好选择还是有更好的选择?我想这是什么解决方案?所有计划的工作(日期,时间,要执行的工作)都必须加载到RAM中(每次更改时 时间表)?
I was thinking of creating a .NET Windows Service for this app. Is this a good option or are there better options? I suppose what solution it is all the scheduled jobs (date, time, job to be executed) must be loaded in RAM (at every change of the schedule)?
谢谢.
推荐答案
这篇关于作业调度应用问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!