1

HTTP プッシュでこの WCF サンプルを見ていて、このロング ポーリング アプローチを Azure に移行したいと考えています。

どのような考慮事項を考慮する必要がありますか?

カスタム同期コンテキストを作成する必要がありますか?

4

1 に答える 1

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

于 2012-05-27T03:15:20.500 に答える