寻找Delphi的事件调度程序? [英] Looking for an event scheduler for Delphi?

查看:287
本文介绍了寻找Delphi的事件调度程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

最近我在看JVCL库附带的TJvScheduledEvents,因为我需要一个Delphi应用程序中的动态调度器。最初,这看起来符合账单,但我遇到了一些担忧。




  • 代码本身以外的有限文件

  • 允许您创建事件的事件调度器表单似乎是一个没有运行时界面的设计时间表。

  • 将动态创建的计划事件存储到文件或数据库的问题所以当应用程序重新启动时它们不会丢失。



有没有人对此对象或其他调度界面有任何经验。

解决方案

我使用了 CRON Scheduler ,在@LURD上面的注释中引用。它按预期工作,非常容易整合。我也喜欢它干净地支持线程运行安排的事件,并适合我正在寻找。


I was recently looking at TJvScheduledEvents that comes with the JVCL library because I have a need for a dynamic scheduler in a Delphi application. Initially this looked to fit the bill, but I have run into some concerns.

  • Limited documentation other than the code itself
  • The event scheduler form that lets you create events appears to be a design time form with no runtime interface.
  • Issues with storing dynamically created scheduled events to a file or database so that they are not lost when the application restarts.

Does anyone have any experience with this object or another scheduling interface. I would rather not have to build this myself if there are other options.

解决方案

I used CRON Scheduler as referenced in the comments above by @LURD. It has worked as expected and was very easy to integrate. I also like that it cleanly supported threads for running scheduled events and fit what I was looking for.

这篇关于寻找Delphi的事件调度程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆