标签: wcf azure comet push-notification reliable-secure-profile
我正在关注HTTP推送this WCF sample,并希望将这种长轮询方法转移到Azure中。
需要考虑哪些因素?
我是否需要创建自定义同步上下文?
答案 0 :(得分:1)
如果您想通过http推送服务器到客户端,我建议使用SignalR。
查看www.signalr.net和github.com/SignalR/SignalR/wiki
还可以看一下
http://www.hanselman.com/blog/AsynchronousScalableWebApplicationsWithRealtimePersistentLongrunningConnectionsWithSignalR.aspx?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+ScottHanselman+%28Scott+Hanselman+-+ComputerZen.com%29
和
http://www.flyersoft.net/post/2012/05/16/Integration-with-911-dispatch-center-using-Azure-and-SignalR-(part-1).aspx