we only hear people say "application server clustering". If we have several application servers participated in the clustering, do they need to be installed on different physical machine ?
Stan James
(instanceof Sidekick)
Ranch Hand
Joined: Jan 29, 2003
Posts: 8791
posted
0
We have three machines (actually LPARs on big IBM boxes) with two instances of WebSphere and our application on each LPAR. We consider it a cluster of six application servers. Almost all the issues you have with separate machines - sharing state, load balancing, etc - are the same with separate JVMs on the same machine. I guess that would mean the "virtual" machine is pretty "realistic."
A good question is never answered. It is not a bolt to be tightened into place but a seed to be planted and to bear more seed toward the hope of greening the landscape of the idea. John Ciardi
Joyce Lee
Ranch Hand
Joined: Jul 11, 2003
Posts: 1392
posted
0
Clustering can be achieved through vertical scaling or horizontal scaling. Read this article.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.