Created by anthonyhib on Aug 17, 2009 9:02 AM. Last modified by sebersole on Mar 18, 2010 3:47 PM. ConfigurationHere is a sample of C3P0 configuration. This is an extract of hibernate.cfg.xml: <!-- configuration pool via c3p0--> <property name="c3p0.acquire_increment">1</property> <property name="c3p0.idle_test_period">100</property> <!-- seconds --> <property name="c3p0.max_size">100</property> <

