Re: Solution C3p0
Posted by: Ole van Boeckel
Date: July 15, 2007 04:27AM

Solution C3p0 works for me.

It also works without autoReconnect=true
(see comment from Mark Matthews: http://forums.mysql.com/read.php?39,16257,35037#msg-35037)

<property name="c3p0.acquire_increment">1</property>
<property name="c3p0.idle_test_period">100</property> <!-- seconds -->
<property name="c3p0.max_size">200</property>
<property name="c3p0.max_statements">0</property>
<property name="c3p0.min_size">10</property>
<property name="c3p0.timeout">100</property> <!-- seconds -->

~Ole

Options: ReplyQuote


Subject
Written By
Posted
June 09, 2006 04:42AM
August 24, 2006 05:27PM
Re: Solution C3p0
July 15, 2007 04:27AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.