HTTP-Push(Comet/反向 Ajax)使用 Silverlight 到 Javascript 桥接器?

发布于 2024-10-27 04:44:42 字数 847 浏览 5 评论 0原文

使用 PollingDuplexHttpBinding 与 Silverlight 结合函数 RegisterScriptableObject 实现Comet风格的javascript功能?
参见教程

我有从未在论坛中看到过这种方法的讨论,或推荐作为免费解决方案。相反,只听说过付费选项,例如 WebSyncPokeIn.

Silverlight 是否实现Bayeux 协议?应该吗?

Is it a good idea to use PollingDuplexHttpBinding with Silverlight in conjunction with the function RegisterScriptableObject to achieve Comet-style javascript functionality?
(see tutorial)

I have never seen this approach discussed in the forums, or recommended as a free solution. Instead only heard about paid options such as WebSync and PokeIn.

Does Silverlight implement the the Bayeux protocol? Should it?

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

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

发布评论

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

评论(1

2024-11-03 04:44:42

您将遇到一些严重的可扩展性问题,并且实施起来非常痛苦。请参阅:

http://devgripes.wordpress.com/2009/11/ 14/pollingduplexhttpbinding-absolute-rubbish/

如果您想要 Silverlight 中的 Bayeux 实现,那么您需要 WebSync。

(免责声明:我在冰山软件工作)

You'll have some serious scalability problems, and it's a royal pain to implement. See:

http://devgripes.wordpress.com/2009/11/14/pollingduplexhttpbinding-absolute-rubbish/

If you want a Bayeux implementation in Silverlight, you want WebSync.

(Disclaimer: I work for Frozen Mountain Software)

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