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).
How can I do this?
Thanks
Rama.
- Rama, That's what the connection limit attribute on the node is for. You can use the
void ITCMLocalLB::Node::set_limit( in IPPortDefinition[] node_defs, in unsigned long long limit );
- rama_127949
Nimbostratus
Thanks for your reply. If I have multiple servers and set connection limits, once a connection a limit is reached on one server the existing connections switch to the other server. - 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 );
- rama_127949
Nimbostratus
Thanks for your reply. - Loc_Pham_101863Historic F5 AccountHi Rama,
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