<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Connection Pooling in Hibernate using C3PO.</title>
	<atom:link href="http://thereformed.org/2008/06/06/connection-pooling-in-hibernate-using-c3po/feed/" rel="self" type="application/rss+xml" />
	<link>http://thereformed.org/2008/06/06/connection-pooling-in-hibernate-using-c3po/</link>
	<description>prioritize change</description>
	<pubDate>Sat, 22 Nov 2008 08:44:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Sandeep</title>
		<link>http://thereformed.org/2008/06/06/connection-pooling-in-hibernate-using-c3po/#comment-538</link>
		<dc:creator>Sandeep</dc:creator>
		<pubDate>Thu, 06 Nov 2008 13:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereformed.org/?p=133#comment-538</guid>
		<description>Very much Useful artical.
I want some wide range of knowlege about hibernate pooling</description>
		<content:encoded><![CDATA[<p>Very much Useful artical.<br />
I want some wide range of knowlege about hibernate pooling</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://thereformed.org/2008/06/06/connection-pooling-in-hibernate-using-c3po/#comment-522</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 27 Oct 2008 17:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereformed.org/?p=133#comment-522</guid>
		<description>@Nommi

The problem you're having is that the connection you have to your mysql server is being left open without being properly closed or managed, you're getting a timeout, Pooling will fix all this for you - you won't get time outs. 

I have only ever seen timeouts when working with JDBC directly, are you using Hibernate as an ORM layer or JDBC direct?

A quick solution would to have your application make a random request every two hours or so, as long as there is some kind of traffic moving from your app to your database server, the connection won't timeout. Or you could just increase the timeout on your mysql server, I once set it to two weeks! heh.</description>
		<content:encoded><![CDATA[<p>@Nommi</p>
<p>The problem you&#8217;re having is that the connection you have to your mysql server is being left open without being properly closed or managed, you&#8217;re getting a timeout, Pooling will fix all this for you - you won&#8217;t get time outs. </p>
<p>I have only ever seen timeouts when working with JDBC directly, are you using Hibernate as an ORM layer or JDBC direct?</p>
<p>A quick solution would to have your application make a random request every two hours or so, as long as there is some kind of traffic moving from your app to your database server, the connection won&#8217;t timeout. Or you could just increase the timeout on your mysql server, I once set it to two weeks! heh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nommi</title>
		<link>http://thereformed.org/2008/06/06/connection-pooling-in-hibernate-using-c3po/#comment-507</link>
		<dc:creator>Nommi</dc:creator>
		<pubDate>Wed, 08 Oct 2008 06:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereformed.org/?p=133#comment-507</guid>
		<description>hello DAve
nice artical abt pooling ..bt i have one question. i not use pooling in my application bt some time with using hibernate when my running application idle more than 8hr  connection with database is close and application down... 

in that case how pooling keep the coonection where the default wait time of mysql to keep coonection alive is only 8 hr after that it close that connection.. so  is pooling  help me in that scenario...

waiting fr ur feed back 
Regard
Noman
MNomansadiq@gmail.com, MNomansadiq@hotmail.com</description>
		<content:encoded><![CDATA[<p>hello DAve<br />
nice artical abt pooling ..bt i have one question. i not use pooling in my application bt some time with using hibernate when my running application idle more than 8hr  connection with database is close and application down&#8230; </p>
<p>in that case how pooling keep the coonection where the default wait time of mysql to keep coonection alive is only 8 hr after that it close that connection.. so  is pooling  help me in that scenario&#8230;</p>
<p>waiting fr ur feed back<br />
Regard<br />
Noman<br />
<a href="mailto:MNomansadiq@gmail.com">MNomansadiq@gmail.com</a>, <a href="mailto:MNomansadiq@hotmail.com">MNomansadiq@hotmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vanitha kannan</title>
		<link>http://thereformed.org/2008/06/06/connection-pooling-in-hibernate-using-c3po/#comment-483</link>
		<dc:creator>Vanitha kannan</dc:creator>
		<pubDate>Thu, 11 Sep 2008 09:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereformed.org/?p=133#comment-483</guid>
		<description>Hi Dave,
   You wide my vision in connection pooling. It helps me a lot. Marvellous article!</description>
		<content:encoded><![CDATA[<p>Hi Dave,<br />
   You wide my vision in connection pooling. It helps me a lot. Marvellous article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://thereformed.org/2008/06/06/connection-pooling-in-hibernate-using-c3po/#comment-453</link>
		<dc:creator>james</dc:creator>
		<pubDate>Tue, 15 Jul 2008 18:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thereformed.org/?p=133#comment-453</guid>
		<description>Very clear. Helpful.</description>
		<content:encoded><![CDATA[<p>Very clear. Helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
