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.
長い ajax ポーリングを実装するには、どの言語が適しているでしょうか。php は長い ajax ポーリングでより多くのメモリを使用すると聞きましたが、それは正しいですか?
長いポーリングを行いたい場合は、Node.js を使用してください。非常に低いハードウェア構成で数千のリクエストを処理できます。Python を知っている場合は、Tornado または Twister をロング ポーリング アプリケーションに使用できます。