Use the ChildServer Connection Attribute to Identify a Child Server Process
In a client/server environment, TimesTen can create multiple TimesTen child server
processes to handle incoming requests from clients. You can use the
ChildServer
connection attribute to identify a specific child server
process when performing certain cache connection pool administrative functions, such as the
ttCacheConnPoolGet('current')
or ttCacheConnPoolApply
built-in procedures.
The target child server process is identified by a value specified using the
ChildServer=
n
connection attribute, where
n
is a number ranging from 1 to the number of running
child server processes. When you specify the ChildServer
connection
attribute, then the client process connects using the identified child server process.
If the attribute is not specified, then the client process connects using a randomly
selected child server process.
See ttCacheConnPoolApply and ttCacheConnPoolGet in the Oracle TimesTen In-Memory Database Reference. See Example Demonstrating Management of the Cache Connection Pool.