<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Free practice test , mock test, driving test, interview questions</title>
	<atom:link href="http://www.skill-guru.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skill-guru.com/blog</link>
	<description>Find free mock and practice test, create and sell tests</description>
	<lastBuildDate>Fri, 03 Feb 2012 01:03:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Junit Tutorial with examples by Ajimon</title>
		<link>http://www.skill-guru.com/blog/2010/03/25/junit-tutorial-with-examples/comment-page-1/#comment-10525</link>
		<dc:creator>Ajimon</dc:creator>
		<pubDate>Fri, 03 Feb 2012 01:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=1858#comment-10525</guid>
		<description>Thanks , nice tutorial</description>
		<content:encoded><![CDATA[<p>Thanks , nice tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Informatica Interview questions by ranith</title>
		<link>http://www.skill-guru.com/blog/2009/10/08/informatica-interview-questions/comment-page-1/#comment-10512</link>
		<dc:creator>ranith</dc:creator>
		<pubDate>Wed, 25 Jan 2012 11:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=781#comment-10512</guid>
		<description>&lt;a href=&quot;#comment-10507&quot; rel=&quot;nofollow&quot;&gt;@narasimha &lt;/a&gt; 
by using the dummy column</description>
		<content:encoded><![CDATA[<p><a href="#comment-10507" rel="nofollow">@narasimha </a><br />
by using the dummy column</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using connection pool with MYSQL in Spring by Vinay</title>
		<link>http://www.skill-guru.com/blog/2010/12/23/using-connection-pool-with-mysql-in-spring/comment-page-1/#comment-10511</link>
		<dc:creator>Vinay</dc:creator>
		<pubDate>Mon, 23 Jan 2012 13:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=3204#comment-10511</guid>
		<description>Thanks Sushant for the additional information</description>
		<content:encoded><![CDATA[<p>Thanks Sushant for the additional information</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using connection pool with MYSQL in Spring by sushant verma</title>
		<link>http://www.skill-guru.com/blog/2010/12/23/using-connection-pool-with-mysql-in-spring/comment-page-1/#comment-10510</link>
		<dc:creator>sushant verma</dc:creator>
		<pubDate>Mon, 23 Jan 2012 12:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=3204#comment-10510</guid>
		<description>i&#039;ve implemented it and its working fine and in logs it is coming as:

 23 Jan 2012 17:59:18,100 &#124; DEBUG &#124; http-8080-3 &#124; com.mchange.v2.resourcepool.BasicResourcePool &#124; trace() &#124; Line - 1161 : trace com.mchange.v2.resourcepool.BasicResourcePool@235085 [managed: 3, unused: 2, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@13dd8)

as you can see it prints : [managed: 3, unused: 2, excluded: 0] ,just want to know how to check/test whether the connection polling is working fine or not....

how to test so that unused goes to 0 or 1.....

I tried hiting the same link from two computers for concurrent request and the logs printed the same :

 23 Jan 2012 17:59:18,100 &#124; DEBUG &#124; http-8080-3 &#124; com.mchange.v2.resourcepool.BasicResourcePool &#124; trace() &#124; Line - 1161 : trace com.mchange.v2.resourcepool.BasicResourcePool@235085 [managed: 3, unused: 2, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@13dd8)

twice with even same timestamp ( 23 Jan 2012 17:59:18,100) ... still unused =2</description>
		<content:encoded><![CDATA[<p>i&#8217;ve implemented it and its working fine and in logs it is coming as:</p>
<p> 23 Jan 2012 17:59:18,100 | DEBUG | http-8080-3 | com.mchange.v2.resourcepool.BasicResourcePool | trace() | Line &#8211; 1161 : trace com.mchange.v2.resourcepool.BasicResourcePool@235085 [managed: 3, unused: 2, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@13dd8)</p>
<p>as you can see it prints : [managed: 3, unused: 2, excluded: 0] ,just want to know how to check/test whether the connection polling is working fine or not&#8230;.</p>
<p>how to test so that unused goes to 0 or 1&#8230;..</p>
<p>I tried hiting the same link from two computers for concurrent request and the logs printed the same :</p>
<p> 23 Jan 2012 17:59:18,100 | DEBUG | http-8080-3 | com.mchange.v2.resourcepool.BasicResourcePool | trace() | Line &#8211; 1161 : trace com.mchange.v2.resourcepool.BasicResourcePool@235085 [managed: 3, unused: 2, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@13dd8)</p>
<p>twice with even same timestamp ( 23 Jan 2012 17:59:18,100) &#8230; still unused =2</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using connection pool with MYSQL in Spring by sushant verma</title>
		<link>http://www.skill-guru.com/blog/2010/12/23/using-connection-pool-with-mysql-in-spring/comment-page-1/#comment-10509</link>
		<dc:creator>sushant verma</dc:creator>
		<pubDate>Mon, 23 Jan 2012 12:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=3204#comment-10509</guid>
		<description>hi, Thanks for the information, just tried it and would like to add something to accomplish it:














as u&#039;ll see you need to add : 
class=&quot;com.mchange.v2.c3p0.ComboPooledDataSource&quot; in bean

also to accomplish this you need to add a jar :

c3p0-x.x.x.x.jar

and you r good to go... and the logs will tell you other things.... good luck</description>
		<content:encoded><![CDATA[<p>hi, Thanks for the information, just tried it and would like to add something to accomplish it:</p>
<p>as u&#8217;ll see you need to add :<br />
class=&#8221;com.mchange.v2.c3p0.ComboPooledDataSource&#8221; in bean</p>
<p>also to accomplish this you need to add a jar :</p>
<p>c3p0-x.x.x.x.jar</p>
<p>and you r good to go&#8230; and the logs will tell you other things&#8230;. good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to develop games on Android by Getting started with android game development &#124; Android Game Tutorials</title>
		<link>http://www.skill-guru.com/blog/2011/02/14/developing-games-on-android/comment-page-1/#comment-10508</link>
		<dc:creator>Getting started with android game development &#124; Android Game Tutorials</dc:creator>
		<pubDate>Mon, 23 Jan 2012 05:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=3805#comment-10508</guid>
		<description>[...] http://www.skill-guru.com/blog/2011/02/14/developing-games-on-android/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.skill-guru.com/blog/2011/02/14/developing-games-on-android/" rel="nofollow">http://www.skill-guru.com/blog/2011/02/14/developing-games-on-android/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Informatica Interview questions by narasimha</title>
		<link>http://www.skill-guru.com/blog/2009/10/08/informatica-interview-questions/comment-page-1/#comment-10507</link>
		<dc:creator>narasimha</dc:creator>
		<pubDate>Sun, 22 Jan 2012 12:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=781#comment-10507</guid>
		<description>I Have two tables but there is no common column name how i will be join  these tables</description>
		<content:encoded><![CDATA[<p>I Have two tables but there is no common column name how i will be join  these tables</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Informatica Interview questions by narasimha</title>
		<link>http://www.skill-guru.com/blog/2009/10/08/informatica-interview-questions/comment-page-1/#comment-10506</link>
		<dc:creator>narasimha</dc:creator>
		<pubDate>Sun, 22 Jan 2012 12:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=781#comment-10506</guid>
		<description>router is an active or passive</description>
		<content:encoded><![CDATA[<p>router is an active or passive</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free Schedule D generator with Wash Sale Calculation by John</title>
		<link>http://www.skill-guru.com/blog/2010/02/24/free-schedule-d-generator-with-wash-sale-calculation/comment-page-2/#comment-10505</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 22 Jan 2012 00:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=1694#comment-10505</guid>
		<description>Jatin!

You Rock! you are the man, I am impressed!


John</description>
		<content:encoded><![CDATA[<p>Jatin!</p>
<p>You Rock! you are the man, I am impressed!</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Selenium &#8211; Web application testing tool by gayathri</title>
		<link>http://www.skill-guru.com/blog/2010/05/12/selenium-web-application-testing-tool/comment-page-1/#comment-10504</link>
		<dc:creator>gayathri</dc:creator>
		<pubDate>Sat, 21 Jan 2012 05:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=2151#comment-10504</guid>
		<description>i know clear details about selenium tool and hw to use that tool if anybody knows please send my mail i need details about that tool</description>
		<content:encoded><![CDATA[<p>i know clear details about selenium tool and hw to use that tool if anybody knows please send my mail i need details about that tool</p>
]]></content:encoded>
	</item>
</channel>
</rss>

