Unsolved
This post is more than 5 years old
7 Posts
0
2472
December 18th, 2009 02:00
Mystery FPPool.setGlobalOption value
Hello,
The code I've inherited includes - FPPool.setGlobalOption("nodeselection", 1);
Unfortunately the literal values rather than the FP Constant have been used for all setGlobalOption statements, which confuses things a bit. However I still can't find any reference in the API, etc. to this particular config option. DOes anybody know if it actually exists or what it means?
Thanks,
PAul
No Events found!
gstuartemc
2 Intern
•
417 Posts
0
December 18th, 2009 08:00
Paul - yes, it does exist! If not you would get a Parameter Error thrown.
This option allows you to choose to use a particular Access Node selection algorithm rather than using the default. 0 selects SDK Load Balancing (Least Loaded Node), 1 selects Round Robin.
paulb102
7 Posts
0
December 21st, 2009 02:00