Silverlight: Enterprise-grade push notifications

夙愿已清 提交于 2019-12-07 08:44:29

问题


We are building a Silverlight-based system in the financial domain. We need to push notifications/stream data from the server to the Silverlight client. We use Silverlight 4 for the client and Windows Server 2003/IIS6 on the server side (this excludes AppFabric).

So far I haven't been able to find a Silverlight-compatible data push solution that would be secure and scalable. Out of the box sockets don't seem to support SSL and the PollingDuplexHttpBinding doesn't seem to scale for the web farm implementations/failover. It also looks like that IIS is not the best platform for long polling applications.

Has anybody successfully implemented an enterprise-grade notification push solution for Silverlight and what technologies/products have you used?


回答1:


Comet servers are pretty scaleable a lot of financial systems use them.

An example of this marketsplus.com.au/evolve who use a Comet server to pump price info up to their Silverlight client.

Some Comet implementations are meteorserver.org, pokein.com or frozenmountain.com/websync.



来源:https://stackoverflow.com/questions/10079516/silverlight-enterprise-grade-push-notifications

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!