Objective-C 远程消息功能是否已弃用?

发布于 2024-10-31 16:05:08 字数 62 浏览 4 评论 0原文

我发现 Objective-C 语言中有某种远程消息传递功能。但它不再被记录。它已被弃用吗?该功能发生了什么?

I discovered there is some kind of remote-messaging feature were in Objective-C language. But it is no longer documented. Is it deprecated? What's happening in the feature?

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

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

发布评论

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

评论(2

不奢求什么 2024-11-07 16:05:08

您的意思是这些:

分布式对象

当然不是据我所知已弃用。更多的是被其他机制篡夺。

You mean these:

Distributed Objects

Certainly not deprecated as far as I know. More usurped by other mechanisms.

回首观望 2024-11-07 16:05:08

您会更高兴用其他东西来实现远程消息传递。分布式对象在 Cocoa 框架中仍然可用,但可能很难使用;例如,缺乏文档和示例,以及很多陷阱。

ZeroMQ 是用于进行远程消息传递的第三方技术。 BLIP 是另一个。两者都有 Objective-C API。

您还可以使用 JSON 和 NSURLConnection 或嵌入式 HTTP 服务器来推出您自己的东西。

You'll be happier implementing remote messaging with something else. Distributed Objects is still available in the Cocoa framework, but it can be difficult to work with; eg lack of documentation and examples, and lots of gotchas.

ZeroMQ is third party technology for doing remote messaging. BLIP is yet another. There are Objective-C APIs for both.

You could also roll your own thing using JSON and NSURLConnection or embedded HTTP servers.

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