Round robin option (the default)

The round robin option uses a random starting point: the first application server is randomly selected. From that point onwards, round robin is then used to choose application servers.

The round robin option ensures that for multiple-thread based Web servers, all of the threads do not start up by sending the first request to the same application server.