HTTP-Push(Comet/反向 Ajax)使用 Silverlight 到 Javascript 桥接器?
使用 PollingDuplexHttpBinding 与 Silverlight 结合函数 RegisterScriptableObject
实现Comet风格的javascript功能?
(参见教程)
我有从未在论坛中看到过这种方法的讨论,或推荐作为免费解决方案。相反,只听说过付费选项,例如 WebSync 和 PokeIn.
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将遇到一些严重的可扩展性问题,并且实施起来非常痛苦。请参阅:
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)