在 Objective C 中编写守护进程

发布于 2024-08-14 05:29:22 字数 82 浏览 4 评论 0原文

我需要编写一个守护进程,就像使用 Objective C 的 OS X 上的 Windows 服务一样。 谁能指出一些样本吗?或指导我如何做到这一点?

I need to write a daemon, much like windows service on os x using objective c.
Can anyone point to some sample? or guide me about how to do this?

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

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

发布评论

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

评论(1

自控 2024-08-21 05:29:22

Apple 开发者网站上提供了完整的技术说明。

您将找到所有需要的信息,以及创建、启动和调试守护程序的限制,无论其语言如何。

另请参阅此条目

There is a complete technical note available on the Apple Developer site.

You will find all the needed information, as well as the restrictions for creating, launching and debugging a daemon, whatever its language.

See also this entry on SO.

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