Amazon EC2 インスタンスに配置される tomcat サーバーがあります。約 10000 クライアントからのファイル ダウンロード リクエストに対応します。
Each client will follow the steps to download some files:
(1) Send request to Tomcat to check if need to update files
(2) Tomcat will send the file list to client if any
(3) Client will download the file list via HTTP servlet.
基本的に、Tomcat サーバーの負荷が高い場合 (帯域幅/セッションの制限などにより) に目標を達成したいと考えています。そのような風景をデザインする良い方法はありますか?