I was wondering if it is recommended approach to match Tomcat maxThreads with database connections c3p0 max_size when using JDBC. Do these values need to be close to each other (match http connection limit with database connection limit)? Any insights on configuring these values will be helpful.
Answering own Q: It seems like recommended settings are here - https://confluence.atlassian.com/confkb/confluence-slows-and-times-out-during-periods-of-high-load-due-to-database-connection-pool-146407630.html .
It would have been nice if Atlassian shipped Confluence with their own recommendations - keeping http and database thread numbers close to each other.
>keeping http and database thread numbers close to each other.
This ^ is likely bad advice, evidence
https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-Sizing
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.