Hi,

We have an application that keeps state information about a user session =
in an data structure on a JSP server. This is used to validate user =
sessions etc. One issue I have is how would I replicate this information =
to another machine in real time to support load balancing?

For example, the user login request may appear on machine 1, but the =
next request would be via machine 2 -- machine 2 would need to have =
access to the data structures on machine 1 to see what this session ID =
value is etc.

I'm running this under Jrun at the moment, but wouldn't like to rely too =
much on Jrun specific stuff to do this.

Any pointers etc appreciated.

Clayton

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to