Hi All,
Can anybody explain what is meant by clustering
in EJB world? Does it related to Loadbalancing?
Thanks in advance
bye
Rama
-
clustering in EJB (4 messages)
- Posted by: Ramasubramanian Balasubramanian
- Posted on: February 22 2001 16:13 EST
Threaded Messages (4)
- clustering in EJB by manoj sharma on February 23 2001 00:05 EST
- clustering in EJB by Bhaskar Narkhede on February 23 2001 06:59 EST
- clustering in EJB by sahil gupta on February 23 2001 10:21 EST
- clustering in EJB by Shantanu Upadhyaya on February 26 2001 02:29 EST
- clustering in EJB by sahil gupta on February 23 2001 10:21 EST
-
clustering in EJB[ Go to top ]
- Posted by: manoj sharma
- Posted on: February 23 2001 00:05 EST
- in response to Ramasubramanian Balasubramanian
HI
there
If you are talking in context to the application server
here we can consider weblogic server clustering in
weblogic so the out come is if there are n number of beans running on one appserver here weblogic i can provide the group of cluster and each cluster will be havaing the reaplica of the origanl server beans again it may depend on algoritm u have used round robin or weighted round robin i am not sure wether i have given some inputs on this or not let me know the comment for the same.
-
clustering in EJB[ Go to top ]
- Posted by: Bhaskar Narkhede
- Posted on: February 23 2001 06:59 EST
- in response to Ramasubramanian Balasubramanian
Clustering means group of weblogic servers that coordinate their actions to provide scalable, highly available services in a transparent manner -
clustering in EJB[ Go to top ]
- Posted by: sahil gupta
- Posted on: February 23 2001 10:21 EST
- in response to Bhaskar Narkhede
Manoj and Bhaskar,
Why dun u say clearly whether clustering is related to Load Balancing or not and as Manoj said clustering can be for the same server instances (a cluster is a collection of the same server instances-> Interesting). Can clustering be meant for Multiple server use. I always thought that clusters were a group of servers like/unlike and were used just like a view in a db( to get the best of both worlds) Please correct me if i am mistaken.
Bye
Sahil -
clustering in EJB[ Go to top ]
- Posted by: Shantanu Upadhyaya
- Posted on: February 26 2001 02:29 EST
- in response to sahil gupta
Yes, clustering is for load balancing. Load balancing is a more generic term. For eg you could have a web server do load banancing for http requests before hitting the app servers.