I have a question for Java/jsp/web guys
Say you have a cluster of Java boxes serving a web site from behind a load
balancer, what is your strategy:
Use a JDBC database, use local files and have the load balancer make
sessions sticky to particular servers, use files on a file based share, or
some other strategy? (Corba, RMI, etc.)
George Daswani - 29 Mar 2007 01:34 GMT
Behind a load balancer? Make sure you enable sticky sessions then invest in
Tangosol Coherence.
> I have a question for Java/jsp/web guys
>
[quoted text clipped - 4 lines]
> sessions sticky to particular servers, use files on a file based share, or
> some other strategy? (Corba, RMI, etc.)