Reputation: 25
Say I have logged into amazon.com. there are say 5 servers present to handle the traffic. Every request from my end hits say Amazon's server 1. Now there are many users coming to picture and my every request can go to server 2 or server 3. How do you make sure that servers two and three communicate communicate with one for my login details?? Which would be the best way to handle it in Java?
Upvotes: 0
Views: 68
Reputation: 997
I would suggest the following:
Upvotes: 1