Hi everyone, I wonder how you handle a pool of connections (not necessarily to a database, think about something generic) in a clustered environement.
I defined a pool of connections in my application context and I did put it in the context with the setAttribute() method. Since each instance is doing this, what will happen when an instance is shutdown? These connections depend on the IP/protocol/port on both sides. So, since the instance is down, one party no longer exists. What is happening if a take over instance receives an incoming request which refers to one of these connections? Do I have to handle this in my code? Do I have to reinitialize the connection pool if such an event happen? Regards, ----------------- Daniel Savard --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org