<?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 on: Thread Pool in java</title>
	<atom:link href="http://www.techartifact.com/blogs/2009/06/what-is-thread-pool-in-java.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techartifact.com/blogs/2009/06/what-is-thread-pool-in-java.html</link>
	<description>Latest tip and information on Java and Oracle ADF</description>
	<lastBuildDate>Thu, 09 Feb 2012 07:11:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: gamesgirl</title>
		<link>http://www.techartifact.com/blogs/2009/06/what-is-thread-pool-in-java.html/comment-page-1#comment-2061</link>
		<dc:creator>gamesgirl</dc:creator>
		<pubDate>Fri, 06 Jan 2012 08:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/2009/06/what-is-thread-pool-in-java.html#comment-2061</guid>
		<description>Wowo,Fantastic article,it&#039;s so useful to me,and your post is very nice,I&#039;ve learned a lot from your blog there,Keep on going,my friend,I will keep an eye on it.btw,thanks for your post</description>
		<content:encoded><![CDATA[<p>Wowo,Fantastic article,it&#8217;s so useful to me,and your post is very nice,I&#8217;ve learned a lot from your blog there,Keep on going,my friend,I will keep an eye on it.btw,thanks for your post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EmmaTE</title>
		<link>http://www.techartifact.com/blogs/2009/06/what-is-thread-pool-in-java.html/comment-page-1#comment-1894</link>
		<dc:creator>EmmaTE</dc:creator>
		<pubDate>Fri, 18 Nov 2011 04:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/2009/06/what-is-thread-pool-in-java.html#comment-1894</guid>
		<description>Hi there,

Just saying hello to the forum.

Emma

============
&lt;a href=&quot;http://www.get-a-blackberry.com&quot; rel=&quot;nofollow&quot;&gt;blackberry bold&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Just saying hello to the forum.</p>
<p>Emma</p>
<p>============<br />
<a href="http://www.get-a-blackberry.com" rel="nofollow">blackberry bold</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James White</title>
		<link>http://www.techartifact.com/blogs/2009/06/what-is-thread-pool-in-java.html/comment-page-1#comment-1542</link>
		<dc:creator>James White</dc:creator>
		<pubDate>Thu, 25 Aug 2011 16:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/2009/06/what-is-thread-pool-in-java.html#comment-1542</guid>
		<description>This is a good article on Thread Pools.  I also wanted to mention an interface that goes along with this topic.  The Callable interface in the java.util.concurrent package.  This allows you to return a result through its call() method.  I found this interface to be invaluable in the batch file processing application I work on.</description>
		<content:encoded><![CDATA[<p>This is a good article on Thread Pools.  I also wanted to mention an interface that goes along with this topic.  The Callable interface in the java.util.concurrent package.  This allows you to return a result through its call() method.  I found this interface to be invaluable in the batch file processing application I work on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.techartifact.com/blogs/2009/06/what-is-thread-pool-in-java.html/comment-page-1#comment-1497</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 17 Aug 2011 14:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/2009/06/what-is-thread-pool-in-java.html#comment-1497</guid>
		<description>JAVA 7 is slicker, has a pool of N actual threads dispatched to a pool of thread tasks.  http://download.oracle.com/javase/7/docs/api/java/util/concurrent/ForkJoinPool.html</description>
		<content:encoded><![CDATA[<p>JAVA 7 is slicker, has a pool of N actual threads dispatched to a pool of thread tasks.  <a href="http://download.oracle.com/javase/7/docs/api/java/util/concurrent/ForkJoinPool.html" rel="nofollow">http://download.oracle.com/javase/7/docs/api/java/util/concurrent/ForkJoinPool.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Implementation of thread Pool in java - TechArtifact</title>
		<link>http://www.techartifact.com/blogs/2009/06/what-is-thread-pool-in-java.html/comment-page-1#comment-1495</link>
		<dc:creator>Implementation of thread Pool in java - TechArtifact</dc:creator>
		<pubDate>Wed, 17 Aug 2011 07:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/2009/06/what-is-thread-pool-in-java.html#comment-1495</guid>
		<description>[...] Read more from this authorIn my previous post of thread pool (http://www.techartifact.com/blogs/2009/06/what-is-thread-pool-in-java.html),I have given the theoritcal knowledge.now I came with code.Hope it will help a lot. Java’s [...]</description>
		<content:encoded><![CDATA[<p>[...] Read more from this authorIn my previous post of thread pool (<a href="http://www.techartifact.com/blogs/2009/06/what-is-thread-pool-in-java.html" rel="nofollow">http://www.techartifact.com/blogs/2009/06/what-is-thread-pool-in-java.html</a>),I have given the theoritcal knowledge.now I came with code.Hope it will help a lot. Java’s [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jhonson</title>
		<link>http://www.techartifact.com/blogs/2009/06/what-is-thread-pool-in-java.html/comment-page-1#comment-1463</link>
		<dc:creator>jhonson</dc:creator>
		<pubDate>Fri, 15 Jul 2011 10:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/2009/06/what-is-thread-pool-in-java.html#comment-1463</guid>
		<description>i want phone no of you for problem solving
this is very completed no one can understand your article
so dont write it again</description>
		<content:encoded><![CDATA[<p>i want phone no of you for problem solving<br />
this is very completed no one can understand your article<br />
so dont write it again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bala</title>
		<link>http://www.techartifact.com/blogs/2009/06/what-is-thread-pool-in-java.html/comment-page-1#comment-1418</link>
		<dc:creator>Bala</dc:creator>
		<pubDate>Tue, 10 May 2011 05:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/2009/06/what-is-thread-pool-in-java.html#comment-1418</guid>
		<description>Article explain precisely to understand the concept of ThreadPool.
Keep up the good work..</description>
		<content:encoded><![CDATA[<p>Article explain precisely to understand the concept of ThreadPool.<br />
Keep up the good work..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: venkat</title>
		<link>http://www.techartifact.com/blogs/2009/06/what-is-thread-pool-in-java.html/comment-page-1#comment-1328</link>
		<dc:creator>venkat</dc:creator>
		<pubDate>Thu, 03 Feb 2011 13:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/2009/06/what-is-thread-pool-in-java.html#comment-1328</guid>
		<description>short , cute and nice .</description>
		<content:encoded><![CDATA[<p>short , cute and nice .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajesh Kumar</title>
		<link>http://www.techartifact.com/blogs/2009/06/what-is-thread-pool-in-java.html/comment-page-1#comment-1277</link>
		<dc:creator>Rajesh Kumar</dc:creator>
		<pubDate>Thu, 13 Jan 2011 05:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/2009/06/what-is-thread-pool-in-java.html#comment-1277</guid>
		<description>Thanks for beautifully explaining regarding thread pool.</description>
		<content:encoded><![CDATA[<p>Thanks for beautifully explaining regarding thread pool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blah</title>
		<link>http://www.techartifact.com/blogs/2009/06/what-is-thread-pool-in-java.html/comment-page-1#comment-1231</link>
		<dc:creator>Blah</dc:creator>
		<pubDate>Wed, 22 Sep 2010 05:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.techartifact.com/blogs/2009/06/what-is-thread-pool-in-java.html#comment-1231</guid>
		<description>What article??</description>
		<content:encoded><![CDATA[<p>What article??</p>
]]></content:encoded>
	</item>
</channel>
</rss>

