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.
ユーザーが常にアクセスする3つのTomcatサーバーがあります。各リクエストの処理が重い(SQLが多い)ため、3つです。Lusers はサーバー 1 または 2 または 3 に入ります。今度はそれらを「1 つ」にします。クラスタリングを行う必要があることはわかっていますが、クラスタリングによってリクエストが 3 つのサーバーに分散されますか、それともここで apache2 を使用して負荷分散を実装する必要がありますか?
あなたはこれを試しました:http://onjava.com/pub/a/onjava/2004/04/14/clustering.html