Tune and Configure Tomcat JDBC Connection Pool for Production Use

Here are three resources that can help you with this configuration:
**Configuring jdbc-pool for high-concurrency **

  • http://www.tomcatexpert.com/blog/2010/04/01/configuring-jdbc-pool-high-concurrency
    --
    **Tomcat JDBC Connection Pool configuration for production and development **
  • http://www.codingpedia.org/ama/tomcat-jdbc-connection-pool-configuration-for-production-and-development/
    --
    **Optimal number of connections in connection pool **
  • http://stackoverflow.com/questions/1208077/optimal-number-of-connections-in-connection-pool

你可能感兴趣的:(Tune and Configure Tomcat JDBC Connection Pool for Production Use)