结合使用PollingDuplexHttpBinding with Silverlight和函数RegisterScriptableObject来实现Comet风格的javascript功能是个好主意吗?
(see tutorial)
我从来没有见过这种方法在论坛上讨论过,或者作为一个免费的解决方案被推荐。相反,人们只听说过WebSync和PokeIn等付费选项。
Silverlight是否实现了the Bayeux protocol?应该是这样吗?
发布于 2011-05-09 00:47:08
您将会遇到一些严重的可伸缩性问题,而且实现起来也是一件非常痛苦的事情。请参见:
http://devgripes.wordpress.com/2009/11/14/pollingduplexhttpbinding-absolute-rubbish/
如果你想在Silverlight中实现Bayeux,你就需要WebSync。
(免责声明:我在Frozen Mountain Software工作)
https://stackoverflow.com/questions/5449642
复制相似问题