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.
この種の操作を DreamHost または他の共有ホスティング環境で実行するためのソリューションはありますか?
確かにできますが、Apache HTTP サーバーがノンブロッキング IO 機能を提供しない限り (そして、各ポーリング接続にサーバー スレッドが関連付けられている限り)、(2 ~ 3k の接続の後) 非常に高速にメモリが不足します。 )。Apache Tomcat を意味する場合、NIO はデフォルトでオフになっており、これを変更するには構成ファイルにアクセスする必要があります。