Hi all,
I hope this is the right place for this question...
I'm using Big-Ip as a load balancer.
Below the Big-Ip are sitting several server applications. All .Net 1.1 using
remoting and TCP protocol.
When i load my applications i have the following problem:
Connections stay sticked to their original server application.
Let me explain: If a connection from client "C1" reached server application
"S1" in the firt time, all following request from "C1" will reach "S1". This
happens only under load.
After investigation, i found out that it seem that the Big-Ip balances only
between new connections.Now, add to this the fact that .Net 1.1 does not
open a new TCP connection for each request (it uses some kind of pooling -
it's holding connection until they're idle for 10 sec.). And the result:
Connection remain sticked to the original server.
Any suggestions?
Thanks,
Ido