<?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: Threads are Evil?</title>
	<atom:link href="http://www.subbu.org/blog/2008/03/threads-are-evil/feed" rel="self" type="application/rss+xml" />
	<link>http://www.subbu.org/blog/2008/03/threads-are-evil</link>
	<description>HTTP, REST and some Cycling</description>
	<lastBuildDate>Wed, 21 Jul 2010 08:57:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: peter lawrey</title>
		<link>http://www.subbu.org/blog/2008/03/threads-are-evil/comment-page-1#comment-234</link>
		<dc:creator>peter lawrey</dc:creator>
		<pubDate>Thu, 06 Mar 2008 23:08:11 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2008/03/threads-are-evil/#comment-234</guid>
		<description>I have found that sensible use of thread pools built  in Java 5 makes threads largely a non-issue.  Some disciple or strategy is required.
I have written a framework with multiple thread pools with multiple threads, the team size has been about 15 for over a year and we haven&#039;t had multi-threading issues.
</description>
		<content:encoded><![CDATA[<p>I have found that sensible use of thread pools built  in Java 5 makes threads largely a non-issue.  Some disciple or strategy is required.<br />
I have written a framework with multiple thread pools with multiple threads, the team size has been about 15 for over a year and we haven&#8217;t had multi-threading issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subbu Allamaraju</title>
		<link>http://www.subbu.org/blog/2008/03/threads-are-evil/comment-page-1#comment-233</link>
		<dc:creator>Subbu Allamaraju</dc:creator>
		<pubDate>Wed, 05 Mar 2008 12:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2008/03/threads-are-evil/#comment-233</guid>
		<description>You are absolutely right. There is a tendency in some language camps to treat threads as evil, and unfortunately, it does not cut it always.
</description>
		<content:encoded><![CDATA[<p>You are absolutely right. There is a tendency in some language camps to treat threads as evil, and unfortunately, it does not cut it always.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerald Nunn</title>
		<link>http://www.subbu.org/blog/2008/03/threads-are-evil/comment-page-1#comment-232</link>
		<dc:creator>Gerald Nunn</dc:creator>
		<pubDate>Wed, 05 Mar 2008 12:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2008/03/threads-are-evil/#comment-232</guid>
		<description>Absolutely right, however I wonder if part of it is that sometimes there is a tendency with J2EE developers to forget that Java is a general purpose language and not just a server side tool. While in J2EE containers manage the thread model and application code is rarely involved, threads are absolutely essential in other contexts. For example, threads are a key component in GUI applications to ensure to ensure that the GUI remains responsive to user interaction.
</description>
		<content:encoded><![CDATA[<p>Absolutely right, however I wonder if part of it is that sometimes there is a tendency with J2EE developers to forget that Java is a general purpose language and not just a server side tool. While in J2EE containers manage the thread model and application code is rarely involved, threads are absolutely essential in other contexts. For example, threads are a key component in GUI applications to ensure to ensure that the GUI remains responsive to user interaction.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
