• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

load balancing

 
Ranch Hand
Posts: 325
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How load balancing is done in WAS
?
 
Ranch Hand
Posts: 157
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
load balancing is something done in a propertiery way.
WAS as such does not provide any way for how does it goes for load balancing.
Load balancing is implemented by home object of EJB(which is implementation of class created by WAS itself)

Originally posted by M K Raman:
How load balancing is done in WAS
?

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I thought load balancing was done either by Vertical and or Horizontal clustering...
What do others think?
 
Ranch Hand
Posts: 8946
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can some one paste the link to the load balancing algorithms IN WEBSPhere?
 
manasa teja
Ranch Hand
Posts: 325
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Benny Thomas:
I thought load balancing was done either by Vertical and or Horizontal clustering...
What do others think?



Cld anyon please explain me , what is meant by Vertical and horizantal clustering...
 
Benny Thomas
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well...Horizontal clustering exists when members of an application server cluster are located across multiple physical machines.
Vertical clustering occurs when members of an application server cluster are located on the same physical machine.
You can have a combination of both too...

Originally posted by M K Raman:


Cld anyon please explain me , what is meant by Vertical and horizantal clustering...


[ October 06, 2003: Message edited by: Benny Thomas ]
 
vikasids sharma
Ranch Hand
Posts: 157
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No doubt load balancing is achieved by horizontal or vertical clustering.
But its the home object factory that implements or create instance(ejb object) at one of the servers in a cluster(in case of horizontal clustering).About vertical clustering i still needs to study...
Will back to you .

Originally posted by Benny Thomas:
I thought load balancing was done either by Vertical and or Horizontal clustering...
What do others think?

 
Pradeep bhatt
Ranch Hand
Posts: 8946
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You are right about clustering but what about load balancing methods? what are the algorithms used?

Originally posted by Benny Thomas:
Well...Horizontal clustering exists when members of an application server cluster are located across multiple physical machines.
Vertical clustering occurs when members of an application server cluster are located on the same physical machine.
You can have a combination of both too...

[ October 06, 2003: Message edited by: Benny Thomas ]

reply
    Bookmark Topic Watch Topic
  • New Topic