Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はダッシュボードタイプのアプリを持っています。これは文字通り何百ものAtomフィードからデータを継続的にフェッチする必要があります。現在のWebforms実装はasync、リクエストごとに数百のスレッドを使用して、完全なページを構築するために使用しています(ハードウェアとネットワークは非常に高速で、ユーザーが少ないため、正常に機能します)。SignalRの代替品を設計するための良い方法は何でしょうか?
async
私はここに進捗レポートの例を作りました:
https://github.com/dragouf/SignalR.Progress