Load Balancing - Application Component Criteria

Server Load - Sets the importance of AppLogic criteria versus Server load when evaluating the overall load of the NAS.

Cached Results Available - Considers if the results are cached on the server. Weight this if the cache can be reused by new incoming requests.

Lowest Average Execution Time - The server evaluates how long specific AppLogics take to execute. Based on the broadcast of all the NAS, requests go to the server that broadcasts the fastest execution time for that AppLogic.

Most Recently Executed - The server that last executed a given AppLogic. Weight this one when having the request executed on the same server that ran it before is the best choice.

Fewest Executions - The NAS given the fewest requests (and therefore showing the fewest executions) will be evaluated as the best choice. Weight this heavily when you wish to equally distribute the requests among all servers in the enterprise.