Re: Load Balancers

Nicholas <[email protected]> Wed, 7 Apr 2004 08:50:24 -0700
Newsgroups gmane.comp.java.sun.ejb.general
Message-ID <[email protected]>
Keep the load balancer. The issue for you, I think, is
how you replicate your HTTPSessions across the members
of the cluster.

This is most likely determined by the web/app server
you are using. The container that holds the state will
most likely have a defined way to replicate session
data, either by writing it to a common database or
using UDP to multicast data across the cluster.

Here is an interesting article on how this is done in
Tomcat 5:
http://www.onjava.com/pub/a/onjava/2004/03/31/clustering.html


=====
Nicholas Whitehead
Home: (973) 377 9335
Cell: (201) 615 2716
[email protected]
Get Your News From The Crowbar: http://crowbar.dnsalias.com:443/crowbar/

===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[email protected] and include in the body of the message "help".