Forum Discussion
rama_127949
Nimbostratus
Mar 11, 2004Connection Limit
I want to set a connection limit on the node and once that limit is reached I would like to maintain persistence(existing connections can go to the node but not any new connections).
Ho...
Mar 16, 2004
You can use the set_availability method to stop all future connections from being routed to that node.
void ITCMLocalLB::Node::set_availability(
in IPPortDefinition[] node_defs,
in AvailabilityState state
);
Keep in mind that any new connections from a client that had a previous connection to the node you made unavailable will be treated as a new connection and routed away from that node.
-Joe
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects