在 Objective C 中编写守护进程
我需要编写一个守护进程,就像使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.