Mark Struberg <strub...@yahoo.de> wrote: >Hi folks! > >What is the current status of dbcp in commons and in tomcat? > >My $$dayjob project likes to switch from c3p0 to dbcp, but which one to >take? > > >The winner will get a free beer at ApacheConEU :) > >LieGrue, >strub > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >For additional commands, e-mail: dev-h...@commons.apache.org
Tomcat ships with a package renamed copy of dbcp. Tomcat also has its own pool impl that can be used instead. My impression is that dbcp is more stable but Tomcat's pool is certainly more performant in high concurrency envs. Dbcp2 will use pool2 which should match tomcat's pool for performance. Timing on that is tbd. Hth, Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org