Single Node Persistence
Problem this snippet solves: A really slick & reliable way to stick to one and only one server in a pool.
Requirement: Direct traffic to only a single node in a pool at a time. Initially, traffic ...
Published Mar 18, 2015
Version 1.0CodeCentral_194
Cirrus
Joined May 05, 2019
CodeCentral_194
Cirrus
Joined May 05, 2019
Stanislas_Piro2
Dec 17, 2018Cumulonimbus
Destination address affinity will create one single persistence record : the virtual server address
Destination address affinity uses client side destination address... which is virtual server address for a standard vs
So the first connexion will select pool member, all other connexions will use the same pool member