Start a Conversation

Unsolved

This post is more than 5 years old

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

2 Intern

 • 

417 Posts

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.


7 Posts

December 21st, 2009 02:00

thanks.....who needs Google? 
No Events found!

Top