Delphi:我可以从服务启动短应用程序吗?

发布于 2024-09-08 16:15:34 字数 298 浏览 5 评论 0原文

我创建了一个调度程序。它首先是线程化的,但由于内存泄漏和可分离的任务,我改为子进程。

该服务在 N 分钟或确定的时间内启动子进程。 我完成了所有事情,但我现在不确定该服务是否可以启动应用程序?

我想使用它作为 processfarm - 作为 Windows 中的 PostgreSQL。 但我想避免病毒扫描程序“吃掉”(阻止)我的子进程,并且我需要运行它们的所有权限。

我可以在从WinXP到Win7的任何操作系统下进行操作吗?

我需要预先思考什么,需要计算什么等等?

感谢您的每一个回答: DD

I created a scheduler. It was threaded first, but because of memory leaks and separatable tasks I changed to subprocesses.

The service starts the subprocesses by N minutes or in determined time.
I finished with all thing, but I'm not sure now that service can start an application or not?

I want to use this as processfarm - as PostgreSQL in Windows.
But I want to avoid that virusscanners "eat" (block) my subprocesses, and I need all rights to run them.

Can I do thins under any OS from WinXP to Win7?

What I need to pre-think, what with I need to calculate, etc.?

Thanks for your every answer:
dd

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

巾帼英雄 2024-09-15 16:15:34

是的,服务可以启动其他程序。

Yes, services can start other programs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文