rx8.yzf@gmail.com
14-10-2008, 01:55
Hi,
I have a hardware load balancer in front on 2 identical instances of Tomcat servers (lets say Ins1 and Ins2). Lets say that Ins1 has 10 connections serving currently, and it is brought down.
My problem is that those 10 users will be kicked out, and they need to redo their work since Ins2 has no clue about it... I had used mod_jk or something similar when I used to approach a similar problem with my software load balancer in my previous project.
Anyway, I figured that knowledge is useless since I'm now dealing with a H/W LB, and it works differently. I checked with a few network experts and they say that unless the application can handle it, moving sessions from a dead instance to a live instance is not possible. Can anyone point out any approach I can take to solve my problem?
Thank you!
- M
I have a hardware load balancer in front on 2 identical instances of Tomcat servers (lets say Ins1 and Ins2). Lets say that Ins1 has 10 connections serving currently, and it is brought down.
My problem is that those 10 users will be kicked out, and they need to redo their work since Ins2 has no clue about it... I had used mod_jk or something similar when I used to approach a similar problem with my software load balancer in my previous project.
Anyway, I figured that knowledge is useless since I'm now dealing with a H/W LB, and it works differently. I checked with a few network experts and they say that unless the application can handle it, moving sessions from a dead instance to a live instance is not possible. Can anyone point out any approach I can take to solve my problem?
Thank you!
- M