I recently switched from Apache DBCP connection pooling to C3P0 and have gone through my logs to see that there are connection timeout issues. I haven t had this in the past with DBCP and Tomcat, so I m wondering if it is a configuration issue or driver issue.
Whenever I load a page after the server has been idle for a while, I ll see that some content is not sent (as the server cannot get a connection or something). When I refresh the page, all of the content is there.
Does anyone recommend using the MySQL connection pool since I m using MySQL anyway? What are your experiences with the MySQL Connection Pool?
Walter