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.
Long PollingC# コードで実装するにはどうすればよいですか。Google で何も見つかりませんでした。多分サンプルコードがありますか?
Long Polling
私の英語で申し訳ありませんが、事前に感謝します!
while(true) { //CHECK IF WORK DONE AND NEED TO BREAK //YES ? break; //NO ? Thread.Sleep(1000); }
これは、ポーリングが実装された時間です。しかし、膨大なトラフィックと長時間実行されるタスクを考慮すると、スレッドをブロックするのは良くありません。