Forum Discussion
Arun_02_139047
Nimbostratus
Jan 09, 2014Load Balancing Multiple pool members
Hello -
I am looking to create multiple pools with a one-to-one mapping between pool and my application cluster. I want to load balance these pools in a round robin fashion. I dont know if i can...
John_Alam_45640
Jan 10, 2014Historic F5 Account
By using a non static global variable (in RULE_INIT), you have demoted your virtual to run on only one CPU. In other words, you have disabled "Clustered Multi Processing (CMP)" for that virtual.
Try using "table incr" and "table lookup" commands instead.
to increment and lookup use:
set active_connections [table incr "connections"]
if {...}
when CLIENT_CLOSED {
table incr "connections" -1
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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