Configuring Connection Distribution Among Child Server Processes
To specify the number of child server processes for a particular server DSN that will
use round-robin connection distribution (when max_conns_per_server >1),
add the servers_per_dsn attribute to the timesten.conf
file.
servers_per_dsn=NumberOfChildServerProcessesBy default (value=1), the first max_conns_per_server client
connection to a Server DSN is assigned to a single child server process, the next
max_conns_per_server connection is assigned to a second child
server process and so on. See Defining Server DSNs for TimesTen Server on a Linux or UNIX System for a full description of how the
servers_per_dsn and max_conns_per_server
attributes relate to each other to control how connections are distributed over server
processes.