• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

hardware load balancer with session affinity

 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there such a thing as hardware load balancer with session affinity?
Do you have URLs for this. Thanks in advance!!!

Otherwise I'd just state that a proper error page should be displayed when a web customer's session that is attached to either 450s fail.

Manny
 
Manny Pacman Pacquiao
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Got this from sun website:

In the event that an instance failing or becoming unavailable, the load
balancer will ignore the session affinity and route the request to another
available instance in the cluster. Because HTTP session data and stateful
session bean are automatically replicated, any instance in the cluster can
take over the session and become the new stuck instance for the session
and transparently subsume procession of JSP, Java Servlet, and EJB Components without losss of user session state.

Might help?
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Here is the iformation you need:

http://www.onjava.com/pub/a/onjava/2001/09/26/load.html?page=2

Hope it helps.

Regards,
Darshan.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic