Silverlight 3.0“推送” 能力信息

发布于 2024-07-15 03:50:35 字数 119 浏览 2 评论 0 原文

有没有人有一个很好的参考点,或者可以提供 Silverlight 3.0 中要更改/添加的增强型“推送”实现的摘要?

我想将此领域与 Silverlight 2.0 和 XMPP/Jabber 进行比较。

Does anyone have a good reference point, or can provide a summary of the enhanced "push" implementation to be changed/added in Silverlight 3.0?

I would like to compare this area to Silverlight 2.0 and to XMPP/Jabber.

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

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

发布评论

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

评论(2

给妤﹃绝世温柔 2024-07-22 03:50:35

您可以通过两种主要方式在 Silverlight 3 中获得推送功能。第一种方式是您在 MIX 中使用双工通道看到的方式。 SL3 中的双工通道与 SL2 中的双工通道本质上没有变化...主要区别在于,现在您可以在 Visual Studio 2008 中添加对双工通道服务的引用,并且构建双工通道客户端/服务器对的整个操作是容易多了。

另一种获得推送的方法是使用“comet 服务器”。 基本上,该系列中的所有服务器都允许客户端打开套接字,然后不断地吸出该套接字,从而允许将数据从服务器推送到套接字中。 这就是 Google 和大约 300 亿个其他 Ajax 站点/框架处理向客户端推送的方式。 一些流行的彗星/推送服务器包括 Kaazing 和 Lightstreamer。

There are two main ways that you can get push functionality in Silverlight 3. The first is what you've seen at MIX using the duplex channel. The duplex channel in SL3 is essentially unchanged from the duplex channel in SL2...the main difference is that now you can add a reference to a duplex channel service within Visual Studio 2008 and the whole act of building duplex channel client/server pairs is MUCH easier.

The other way you can get push is to use a "comet server". Basically all of the servers in this family allow a client to open a socket and then continuously suck off that socket, allowing data to be pushed into the socket from the server. This is how Google and about 30 billion other Ajax sites/frameworks handle push to client. Some popular comet/push servers include Kaazing and Lightstreamer.

魂归处 2024-07-22 03:50:35

您看过 Mix'09 的演示吗? 这个尤其可能相关。

Have you looked at the presentations from Mix'09? This one in particular may be related.

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