0 Replies Latest reply on Jul 27, 2005 1:42 PM by malmit

    Configuring a MySQL JDBC Connection Pool

    malmit

      Is there any good documentation on how to configure a JDBC Connection Pool? I read the ConfigDataSources Wiki and there isn't any explanation. I added the following elements to my config file, but i'm not sure if I'm actually using a connection pool now.

      <min-pool-size>5</min-pool-size>
      <max-pool-size>100</max-pool-size>
      <blocking-timeout-millis>5000</blocking-timeout-millis>
      <idle-timeout-minutes>15</idle-timeout-minutes>

      Also are there more config parameters for a connection pool? Is there a way to determine if i'm using the connection pool?