Hi, this is my scenario:
I had 2 CSS configured to provide active-backup loadbalancing for ldap service.
i had configure Adaptive Session Redundancy (ASR) for the boxes. My question is:
how can i maintain the persistency of a connection if the backup turn to active unit?
persistency here means that the client need not to form another connection to the server when there is a state transition occur. state transition had to be transparent to the client. The client should be able to continuous sent request to the server without forming another connection.
thanks.