> -----Original Message----- > From: APliszka-Public [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 14, 2007 11:36 AM > To: Tomcat Users List > Subject: What is the best production grade connection pooling for Tomcat > 5.5 > > Hi, > > What is the best production grade connection pooling for Tomcat 5.5? We > are using MySQL 4 and run 500k page views/day website and we need > reliable connection pooling. We are using JBoss now, but we want to > migrate to Tomcat.
At my company, we run 3 Tomcats behind Apache httpd + mod_jk, using standard DBCP (Tomcat-provided) connection pooling. We connect to a mix of Oracle 8i and MySQL 5.0 datasources. We have had zero problems with the DBCP itself. On an average day, we handle about 1M requests, centered largely between 8am and 5pm, spread across the above 3 machines. We have found that lambdaprobe is a helpful tool for monitoring your pools, http://www.lambdaprobe.org HTH, Tim > > Thanks > Andrew > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]