If one day you suspect that one Tomcat server will not be sufficient, and you will have to employ 2 or more Tomcat servers running on separate machines, how can we allow for scalability ?
For example, using simple DNS round-robbin to offload requests between servers, a first request might arrive at one server and a Session object created. But if the subsequent request (from the same client) arrives at a different server, that Session will not be found, will it ? (As far as I know, there is no method to store Sessions in a common database used by several servers) What steps are people taking to allow for scalability in their applications ? Are there any steps that can be implemented at initial development which may save time further down the road ? Thank you, Soefara. _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
