USER_LOAD_ALLOCATION
Section
STAFF
Initial Value
0
Units
N/A
Range
0 or 1
Description
Defines the process by which client connections are allocated to RPC pool servers.
Tuning
When set to the default value of 0, client login requests are allocated using a round-robin method where each client login is allocated to the next RPC pool server.
When set to 1, client requests are allocated to RPC pool servers by finding the pool server that has the least number of client connections. If all pool servers are full, a new process is created for the client request.