Managing Connection Pools for Unwired Server Connections

Connection pools are used by Unwired Server to improve performance between the server and internal databases, which include cache database, cluster database, domainlog database, messaging database, monitor database and sampledb. These values are synchronized among all servers in the cluster when the primary server values change.

Configure the maximum pool size to determine the how large of a pool is used for these JDBC database connections.
  1. In the left navigation pane, expand the Domains folder, and select the domain for which you want to modify the connection.
  2. Select Connections.
  3. In the right administration pane:
    • To edit the properties of a connection pool, click the Connections tab.
    • To edit the properties of a connection pool template, click the Templates tab.
  4. Select a connection pool or template from the list.
  5. Select JDBC as the Connection pool type, and click Properties.
  6. Change the Max Pool Size value (and any other values you choose). The default value is 150, and 0 indicates no limit. The Max Pool Size value should not be a negative value.

    See Creating Connections and Connection Templates in Sybase Control Center for Sybase Unwired Platform and JDBC Properties.

  7. Click Save to save the changes.
Related reference
JDBC Properties